@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
/**
 * Base stylesheet (elements, no classes)
 * Author: Bri Ward
 * Date: October 2013
 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 31, 2014 */


body.logged-in #overlay-container {
    z-index: 9999999;
}




@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-reg-webfont.eot');
	src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato-reg-webfont.woff') format('woff'),
	url('../fonts/lato-reg-webfont.ttf') format('truetype'),
	url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
}
html,
body {
	background-color: #fff;
	color: #444;
}

body {
	font-family: latoregular, Helvetica, arial, sans-serif;
	line-height: 1.5em;
	padding: 0;
}

.pure-g [class *="pure-u"] {
	font-family: latoregular, Helvetica, arial, sans-serif;
}

/* Headings */

h1,
h2,
h3,
h4 {
	margin-top:0;
	color: #1b60ab;
}
h1,
h1.title {
	font-size: 1.75rem;
	margin-bottom:0.4em;
}

h2 {
	margin-bottom:1em;
	font-size: 1.5rem;
}
	@media only screen and (max-width: 767px) {
		h2 {

		}
	}
h3 {
	font-size: 1.25rem;
	color:#444;
	border:0;
	padding:0;
	margin-bottom:0.5em;
}
h4 {
	border:0;
	padding:0;
	margin-bottom:0.5em;
}

/* Anchors */

a {
	color: #1b60ab;
	text-decoration:none;
}
a:hover,
a:focus {
	color:#000000;
}

@media only screen and (min-width: 768px) {/*desktop*/
	img.right {
		float:right;
		margin: 0 0 1rem 1rem;
	}
	img.left {
		float:left;
		margin: 0 1rem 1rem 0;
	}
	img.inline {
		float:none;
		margin: 0 1rem 1rem 1rem;
	}

}

/* Paragraphs */

p {
	line-height:1.5em;
	margin-top:0;
	margin-bottom:1.42857em;
}

/* Ordered and Unordered Lists */

ul,
ol {
	margin:0 0 1.42857em 0;
	padding-left: 1.5em;
}
	ol {
		padding-left: 2em;
	}
ul li,
ol li,
.field ul li,
.field ol li {
	margin-bottom:0.2em;
}

/* Extra Elements */

em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
em strong,
strong em {
	font-weight:bold;
	font-style:italic;
}
blockquote {
	font-style:italic;
	border-left:4px solid #ddd;
	margin:1.4em 0 1.4em 2em;
	padding:0 0 0 1em;
	line-height:1.675em;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	height: 0;
	margin-bottom: 1.42857em;
}

.right {
	float:right;
}
.left {
	float:left;
}

.right img,
img.right {
	margin: 0 0 1rem 1rem;
}

.left img,
img.left {
	margin: 0 1rem 1rem 0;
}

/* Tables */

table {
	width:100%;
	margin-bottom: 1.42857em;
}
	table td {
		padding:10px 12px;
	}
	table thead td {
		background:#54C0E6;
		color:white;
		font-weight:bold;
	}
	table tbody {
		border-top:0;
		border-bottom:1px solid #54C0E6;
	}

	@media only screen and (max-width: 767px) {
        
		
        #content table, #content thead, #content tbody, #content th, #content td, #content tr {
			display: block; 
			border:none;
        }
			#content tbody {
				border-top: 1px solid #ccc;
			}
		
        #content table thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
        }

        #content table tr{
			background: #F6F6F6;
			border-bottom: 1px solid #ccc;
        }

        #content table tr:nth-child(2n){
			background: #fff;
        }

        #content table tr td {
			border: none;
			border-bottom: 1px solid #ddd; 
			position: relative;
			padding-left: 50%; 
			min-height: 1em;
        }

        #content table tr td:last-child{
			border-bottom:none;
        }
        
        table tr td:before { 
			position: absolute;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			content: attr(data-title);
			font-weight:600;
        }

	}

	
/* Forms */

@media only screen and (max-width: 767px) {
	input[type="text"],
	input[type="password"],
	input[type="email"],
	.password-strength,
	select,
	textarea {
		width: 100%;
		box-sizing: border-box;
	}

	/**
	 * Password strength indicator.
	 */
	.password-strength {
	  width: 100%;
	  float: none;
	  margin-bottom: 0.5em;
	}
	.password-strength-title {
	  display: inline-block;
	  margin-bottom: 5px;
	}
	.password-strength-text {
	  
	}
	.password-indicator {
	
	}
	.password-indicator div {
	  
	}
	input.password-confirm,
	input.password-field {
	  width: 100%;
	}
	div.password-confirm {
	  float: none;
	  width: 100%;
	  margin-top: 0;
	}
	div.form-item div.password-suggestions {
	  width: 100%;
	}
	div.password-suggestions ul {
	  margin-bottom: 0;
	}
	.confirm-parent,
	.password-parent {
	  clear: none;
	  margin: 0;
	  width: 100%;
	}
	
	/*
	* Vertical tabs
	*/
	.vertical-tabs ul.vertical-tabs-list {
		float: none;
		border: none;
		width: 100%;
		margin: inherit;
	}
	div.vertical-tabs {
		margin-left: 0;
		border: none;
	}	
}
@media only screen and (max-width: 640px) {/*small (mobile)*/

	.small-hidden,
	.medium-visible,
	.large-visible {
		display: none;
	}
}

@media only screen and (min-width: 768px) {/*desktop*/

	.large-hidden,
	.medium-visible,
	.small-visible {
		display: none;
	}

}
@media only screen and (min-width: 641px) and (max-width: 767px) {/*tablet portrait*/
	.medium-hidden,
	.large-visible,
	.small-visible {
		display: none;
	}
}


/*
 * Admin-related
 */
#main-content ul.tabs li {
	margin-bottom: -1px;
}

.liveperson_ac.hidden,
.liveperson_ac .hidden{
	display: none;
}

.liveperson_ac .cta-title h2 {
	background-color: #0056aa;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	margin-bottom: 0;
	padding: 10px;
	text-align: center;
}
.liveperson_ac .cta-text {

	color: #1b60ab;
}

.liveperson_ac #lp_cta {
	background-color: #0056aa;
	display: inline-block;
	padding: 8px 12px;
	color: #fff;
	margin-bottom: 14px;
	cursor: pointer;
}

.LPMoverlay, .page-node-26127 .LPMcontainer.LPMslider, .page-node-26661 .LPMcontainer.LPMslider{
	display: none !important;
}