
/* General */
/*.front div {
	font-family: 'ITC Avant Garde Gothic Book Regular normal normal', 'Open Sans', sans-serif;
	color: #999;
}*/
/*.front a:hover {
	color: #299696;
	text-decoration: none;
}*/
.front a {
	color: #57accb;
}
.front .title-top,
.front .title-top {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.front .title-top-inner,
.front .title-top-inner {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #57accb;
}
.front .view-all {
	text-transform: uppercase;
}
.front .view-all .fa {
	color: #57accb;
	margin-left: 10px;
}
.front .more {
	text-align: right;
}
.front .more .fa {
	color: #57accb;
	font-weight: bold;
	margin-left: 7px;
}
.front .title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.front .title a,
.front .title {
	color: #333;
}
.front .title a:hover {
	color: #299696;
}
.front .section-title {
	font-weight: normal;
}
	


/* Header */
/*#header {
	background: #fff;
    border-bottom: none;
    padding: 20px 0 0 0;
}
#header .right-box {
	border: 1px solid #ccc;
	padding: 10px 25px 10px 25px;
	position: absolute;
	right: 30px;
	top: 0;
	min-width: 260px;
}
.front #header .right-box {
	top: -30px;
}
#header .right-box .text {
	margin-top: 5px;
}
#header .right-box .icon {
	float: left;
	margin-right: 10px;
}
#header .right-box .icon .fa {
	font-size: 30px;
	color: #57accb;
}
#header .right-box a {
	color: #57accb;
	font-size: 17px;
}
#header ul.menu {
	float: left;
	padding-top: 15px;
	margin-left: -10px;
	color: #999;
	margin-bottom: 20px;
}
#menu {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
#header ul.menu li:after {
	content: "|";
	color: #999;
}
#header ul.menu li:last-child:after {
	content: initial;
}
#header ul.menu li a {
	font-size: 18px;
	padding: 15px;
	border-bottom: 2px solid #fff;
}
#header ul.menu li a:hover {
	color: #57accb;
	border-bottom: 2px solid #57accb;
}
#header .search {
	position: absolute;
	right: 75px;
    top: 35px;
}
#header .search input {
	display: none;
	-webkit-transition: display 0.4s ease-in-out;
    transition: display 0.4s ease-in-out;
    position: absolute;
    right: 20px;
    top: -10px;
}
#header .search .fa {
	cursor: pointer;
	font-size: 20px;
}*/




/* Slideshow */
#hero ul.slides {
	padding-left: 0;
}
/*#hero ul.slides li,*/
#hero .controls li,
#hero .pagers li {
	list-style-type: none;
}
#hero {
	position: relative;
}
#hero .controls li {
	padding-top: 10px;
	padding-bottom: 10px;
    border-radius: 45px;
    border: 2px solid #fff;
	top: 40%;
	position: absolute;
}
#hero .controls li.next {
	right: 3%;
	padding-left: 26px;
	padding-right: 24px;
}
#hero .controls li.prev {
	left: 3%;
	padding-left: 24px;
	padding-right: 26px;
}
#hero .controls li a .fa {
	font-size: 50px;
	color: #fff;
}
#hero .slideshow .pagers {
	position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#hero .slideshow .pagers li {
	display: inline;
	margin-right: 10px;
}
#hero .slideshow .pagers .fa {
	color: #fff;
}
#hero .slideshow .pagers li.active .fa {
	color: #428bca;
}
#hero .slideshow .caption {
	position: absolute;
	top: 20%;
	left: 30%;
	max-width: 40%;
	margin: 0 auto;
	text-align: center;
}
#hero .slideshow .caption .title {
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
	letter-spacing: 0.025em;
	line-height: 1.3em;
}
#hero .slideshow .caption .subtitle {
	font-size: 32px;
	margin-bottom: 10px;
	color: #fff;
	letter-spacing: 0.025em;
	line-height: 1.3em;
}
#hero .slideshow .caption .text {
	font-size: 22px;
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 0.025em;
	line-height: 1.6em;
}
#hero .slideshow .caption .links {
	max-width: 50%;
	margin: 0 auto;
}
#hero .slideshow .caption .links .read-more {
	float: left;
	margin-right: 20px;
}
#hero .slideshow .caption .links .read-more a {
	padding: 10px 20px;
	font-size: 16px;
	color: #000;
	background: #fff;
	font-weight: bold;
	display: inline-block;
}
#hero .slideshow .caption .links .watch-video a {
	padding: 10px 20px;
	color: #fff;
	background: red;
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
}


/* Updates Section */ 
#latest-updates {
	padding-top: 20px;
	padding-bottom: 30px;
}
#latest-updates .section-title {
	font-weight: normal;
}
#latest-updates .latest {
	float: left;
	width: 46%;
	margin-right: 8%;
}
#latest-updates .updates {
	float: left;
	width: 46%;
}
#latest-updates .latest .title-top,
#latest-updates .updates .title-top {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#latest-updates .latest .title-top-inner,
#latest-updates .updates .title-top-inner {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #57accb;
}
#latest-updates .view-all {
	text-transform: uppercase;
}
#latest-updates .view-all .fa {
	color: #57accb;
}
#latest-updates .teaser-row {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
#latest-updates .teaser-image {
	float: left;
    margin-right: 15px;
}
#latest-updates .teaser-content {
	display: table;
}
#latest-updates .title-section {
	margin-bottom: 5px;
}
#latest-updates .title {
	float: left;
	margin-right: 10px;
}
#latest-updates .latest .date .day:after,
#latest-updates .updates .byline-comments .byline:after {
	content: "|";
	margin-left: 8px;
	margin-right: 4px;
}
#latest-updates .latest .date {
	color: #57accb;
	text-transform: uppercase;
}
#latest-updates .updates .byline-comments {
	color: #57accb;
}
#latest-updates .updates .teaser-date-box {
	float: left;
	margin-right: 15px;
	border: 1px solid #999;
	text-align: center;
}
#latest-updates .updates .teaser-date-box .top {
	background: #666;
	padding: 8px;
}
#latest-updates .updates .teaser-date-box .top .day {
	font-size: 28px;
	color: #fff;
	margin-bottom: 5px
}
#latest-updates .updates .teaser-date-box .top .month {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}
#latest-updates .updates .teaser-date-box .bottom {
	padding: 10px;
}
#latest-updates .updates .teaser-date-box .bottom .fa {
	font-size: 30px;
	color: #666;
}


/* Resources */
/*#resources {
	background: #ddd;
	padding: 30px 0 60px 0;
}
#resources .section-title {
	font-weight: normal;
	color: #666;
}
#resources .resources-content .col {
	display: inline-block;
	width: 33%;
	text-align: center;
}
#resources .title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#resources .title a {
	color: #666;
}
#resources .title a:hover {
	color: #299696;
}
#resources .text {
	text-align: left;
	max-width: 80%;
	margin: 0 auto;
	color: #666;
}
#resources .title-top {
	border-bottom: 1px solid #fff;
}
#resources .more {
	text-align: center;
	margin-top: 30px;
}
#resources .more a {
	background: #666;
	color: #fff;
	padding: 8px 16px;
}
#resources .more a .fa {
	color: #fff;
}
#resources .more a:hover {
	background: #57accb;
}
#resources .icon {
	margin-bottom: 10px;
	text-align: center;
}
#resources .icon a {
	width: 80px;
	height: 80px;
	display: inline-block;
	background: #fff;
	border-radius: 100%;
}
#resources .icon a .fa {
	font-size: 36px;
    width: 100%;
    height: 100%;
    line-height: 80px;
}
#resources .icon a:hover {
	background: #57accb;
}
#resources .icon a:hover .fa {
	color: #fff;
}*/



/* Highlights */
#highlights {
	background: #57accb;
	padding: 50px 0;
}
#highlights .col {
	display: inline-block;
	width: 33%;
	text-align: center;
}
#highlights .icon .fa {
	font-size: 80px;
	color: #fff;
}
#highlights .title {
	font-size: 26px;
	color: #fff;
	margin-top: 15px;
	font-weight: normal;
	line-height: 1.2em;
}
#highlights .title a {
	color: #fff;
}



/* Approach */
#approach {
	padding: 50px 0;
}
#approach .col.left {
	float: left;
	width: 46%;
	margin-right: 8%;
}
#approach .col.right {
	float: left;
	width: 46%;
	text-align: right;
}
#approach .col.right img {
	float: right;
}
#approach .more {
	margin-top: 15px;
}
#approach .join {
	text-align: right;
	margin-top: 30px;
}
#approach .join a {
	display: inline-block;
	padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #fff;
    background: #57accb;
    font-weight: bold;
}
#approach .join a:hover {
	background: #299696;
}


/* social */
#social {
	background: #ddd;
	padding: 50px 0;
}
#social .title-top {
    border-bottom: 1px solid #fff;
}
#social .col {
	float: left;
	width: 46%;
}
#social .col.left {
	margin-right: 8%;
}
#social ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
#social .links {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 15px;
}
#social .col.left ul.left {
	float: left;
	padding-left: 0;
}
#social .col.left ul.right {
	float: left;
}
#social .col.left .col-content {
	width: 80%;
}
#social .col span.icon {
	margin-right: 7px;
}
#social .col ul a {
	font-size: 18px;
	font-weight: bold;
}
#social .col span.icon,
#social .col a {
	display: inline-block;
}
#social .col span.icon .fa {
	font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 26px;
    color: #fff;
}
#social .col span.icon {
	width: 26px;
    height: 26px;
    display: inline-block;
    background: #57accb;
    border-radius: 100%;
    text-align: center;
}
#social .col ul a:hover span.icon {
	background: #299696;
}
#social .col.left .text {
	color: #666;
}
#social .col.left .contribute {
	text-align: center;
	padding-top: 30px;
	clear: both;
}
#social .col.left .contribute a {
	display: inline-block;
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #fff;
    background: #57accb;
    font-weight: bold;
}
#social .col.left .contribute a:hover {
    background: #299696;
}
#social .col.right .tweet-icon {
    text-align: center;
    float: left;
    margin-right: 15px;
}
#social .col.right .tweet-icon a {
	width: 60px;
    height: 60px;
    display: inline-block;
    background: #57accb;
    border-radius: 100%;
}
#social .col.right .tweet-icon a:hover {
	background: #299696;
}
#social .col.right .tweet-icon .fa {
	font-size: 30px;
    width: 100%;
    height: 100%;
    line-height: 60px;
    color: #fff;
}
#social .col.right .tweet-row-content {
	display: table;
}
#social .col.right .tweet-row-content .title,
#social .col.right .tweet-row-content .date,
#social .col.right .tweet-row-content .reply {
	display: inline-block;
}
#social .col.right .tweet-row-content .title,
#social .col.right .tweet-row-content .date {
	margin-right: 10px;
}
#social .col.right .tweet-row {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
#social .col.right .tweet-row .text {
	color: #666;
}


/* Subscribe */
#subscribe {
    background: #57accb;
    padding: 60px 0;
}
#subscribe .col {
	float: left;
	width: 50%;
}
#subscribe .col.left .text {
	font-size: 32px;
    color: #fff;
    margin-top: 12px;
    letter-spacing: 0.025em;
    line-height: 1.3em;
}
#subscribe .col.left .text .newsletter {
	text-transform: uppercase;
	font-weight: bold;
}
#subscribe .col.left .text .newsletter .news {
	color: #000;
}
#subscribe .col.right {
	text-align: right;
}

.front input[type="submit"], 
.front input[type="reset"], 
.front input[type="button"] {
	display: inline-block;
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #000;
    background: #fff;
    font-weight: bold;
    border-radius: 0;
}
.front input[type="submit"]:hover, 
.front input[type="reset"]:hover, 
.front input[type="button"]:hover {
	color: #fff;
	background: #000;
}
.front input[type="text"] {
	padding: 10px 50px 10px 20px;
    margin-right: 20px;
    box-sizing: border-box;
}


/* Sitemap Top */
#sitemap-top {
	height: 30px;
	background: #302C2D;
	border-bottom: 1px solid #656263;
}
#sitemap-top .container {
	position: relative;
	height: 30px;
}
#sitemap-top .sitemap-button {
	display: inline-block;
    background: #299696;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
    cursor: pointer;
}
#sitemap-top .sitemap-button .top, 
#sitemap-top .sitemap-button .bottom {
	color: #fff;
	font-size: 13px;
}
#sitemap-top .sitemap-button .top {
	font-weight: bold;
	text-transform: uppercase;
}
#sitemap-top .sitemap-button .bottom {
	font-size: 12px;
}


/* Sitemap */
#sitemap {
	background: #464344;
	padding: 50px 0;
	display: none;
}
#sitemap ul.menu li {
	list-style-type: none;
	border-bottom: none;
	padding: 0;
} 
#sitemap .container .sitemap-wrapper {
	max-width: 60%;
	margin: 0 auto;
}
#sitemap .container > .sitemap-wrapper > ul.menu > li {
	float: left;
	width: 33%;
}
#sitemap .container > .sitemap-wrapper > ul.menu > li a {
	color: #fff;
}
#sitemap .container > .sitemap-wrapper > ul.menu > li > a {
	color: #57accb;
}


/* Footer */
#footer {
	background: #393536;
	border-top: none;
}
#footer div {
	color: #ddd;
}
#footer .col {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
#footer .col.left .text-box {
	padding: 20px;
	border: 1px solid #ddd;
}
#footer .col.left .text-box .top {
	margin-bottom: 15px;
}
#footer .footer-content-bottom {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px solid #ddd;
}
#footer .icon-wrapper {
	text-align: center;
	display: inline-block;
}
#footer .col.mid .icon-wrapper {
	width: 49%;
	text-align: center;
}
#footer .col.mid,
#footer .col.right {
	margin-top: 30px;
	text-align: center;
}
#footer .col.mid .icon {
	margin-bottom: 10px;
}
#footer .icon-wrapper a.text-link {
	text-transform: uppercase;
	color: #ddd;
	font-size: 13px;
}
#footer .icon {
    text-align: center;
}
#footer .icon a {
	width: 60px;
    height: 60px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 100%;
}
#footer .icon .fa {
	font-size: 30px;
    width: 100%;
    height: 100%;
    line-height: 60px;
    color: #ddd;
}
#footer .col.right .icon {
	display: inline-block;
	margin-right: 10px;
}
#footer .col.right .social-icon-wrapper {
	text-align: center;
	margin-bottom: 10px;
}
#footer .col.right .text-link {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #ddd;
	font-size: 13px;
}


/* Top Section */
#header-top {
	background: #57accb;
	display: none;
}
.header-top-content {
	padding-bottom: 30px;
}
#header-top .section-title {
	color: #fff;
}
#header-top .top-text,
#header-top .bottom-text {
	color: #fff;
	margin-bottom: 10px;
}
#header-top .col.left {
	float: left;
	max-width: 50%;
}
.header-top-bar .inner {
	background: #333;
	color: #fff;
	position: relative;
	max-width: 620px;
	margin: 0 auto;
}
.header-top-bar .inner .text {
	color: #fff;
	padding: 5px 10px;
	font-size: 13px;
}
.header-top-bar .inner .header-learn-more {
	display: inline-block;
    background: #299696;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
}
.header-top-bar .inner .header-learn-more .top, 
.header-top-bar .inner .header-learn-more .bottom {
	color: #fff;
	font-size: 13px;
}
.header-top-bar .inner .header-learn-more .top {
	font-weight: bold;
	text-transform: uppercase;
}
.header-top-bar .inner .header-learn-more .bottom {
	font-size: 12px;
}


/*SAM*/
/*.logo {
    margin-top: -10px;
}*/
.header-top-bar .inner .header-learn-more {
    background: #57accb;
}
.header-top-bar .inner {
    background: #fff;
    color: #999;
    position: relative;
    max-width: 520px;
	border: 1px solid #ccc;
    margin-top:10px;
}
.header-top-bar .inner .text {
    color: #999;
    font-size: 13px;
	padding:12px;
}
.front #header .right-box {
    top: -46px;
    top: 10px;
}
#header ul.menu li a:active {
   color:#000;
}
/*#header ul.menu {
    float: left;
    padding-top: 5px;
    margin-left: -10px;
}*/
/*#header ul.menu li a {

    padding: 10px 20px;
}*/
/*#header .search {
  
    right: 20px;
    top: 14px;
}*/
#menu .block {
	padding-bottom:0px;
}



/* Responsive */
/*@media (max-width: 1200px) {
	#hero .slideshow .caption {
	    position: absolute;
	    top: 20%;
	    left: 20%;
	    max-width: 60%;
	}
	.header-top-bar .inner {
    	max-width: 500px;
    	margin: 0; 
		display:none;
	}
	#header ul.menu li a {
    	font-size: 16px;
    	padding: 10px;
	}
	#header .search {
    	position: absolute;
    	right: 15px;
    	top: 30px;
    	top: 15px;
	}
}*/
/*@media (max-width: 992px) {
	#header .search {
    	right: -15px;
	}	
	.header-top-bar .inner {
    	max-width: 450px;
	}
	#hero .slideshow .caption .title {
		font-size: 32px
	}
	#hero .slideshow .caption .subtitle {
		font-size: 24px;
	}
	#hero .slideshow .caption .text {
    	font-size: 16px;
    	line-height: 1.3em;
    }
    #hero .slideshow .caption .links .read-more a,
    #hero .slideshow .caption .links .watch-video a {
    	padding: 5px 10px;
    	font-size: 14px;
    }
    #latest-updates .title {
    	float: none;
    }
    #resources .resources-content .col,
    #highlights .col,
    #footer .col {
    	width: 32%;
    }
    #social .col.left ul.left {
    	float: none;
    }
    #social .col.left ul.right {
    	padding-left: 0;
    }
    #social .col.left .contribute {
    	text-align: left;
    }
    #subscribe .col.right input {
    	margin-right: 0;
    }
}
*/
/*@media (max-width: 768px) {
	#hero .slideshow .caption {
		position: static;
	    background: #393536;
	    width: 100%;
	    max-width: none;
	    padding: 20px;
	}
	#hero .slideshow .pagers {
    	position: absolute;
    	bottom: initial;
    	top: 3px;
    }
    #hero ul.controls {
    	display: none;
    }
    #hero ul.slides {
    	margin-bottom: 0;
    }
    #hero .slideshow .caption .links {
    	max-width: 230px;
    }
    #header ul.menu li:after {
    	content: initial;
    }
    #header ul.menu {
	    float: none;
	    padding-top: 0;
	    margin-left: 0;
   	}
   	#header ul.menu li a {
    	font-size: 20px;
    	padding: 5px;
	}
	#header .search input {
		display: block !important;
		position: static;
		float: left;
	}
	#header .right-box {
		width: 260px;
		margin: 20px auto;
		position: static;
	}
	#header .search {
		position: static;
		width: 270px;
		margin: 20px auto 40px auto;
	}
	#header .search .fa {
		margin-top: 15px;
	}
	#header ul.menu li {
		display: block;
	}
	.header-top-bar .inner {
		max-width: none;
	}
	#latest-updates .latest {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.logo img {
		display: inline-block;
	}
	#latest-updates .updates {
    	float: none;
    	width: auto;
	}
	#social .col.left {
		float: none;
		width: auto;
		margin-right: 0;
	}
	#social .col,
	#subscribe .col {
		float: none;
		width: auto;
	}
	#resources .resources-content .col, 
	#highlights .col, #footer .col {
		width: auto;
		display: block;
		margin-bottom: 40px;
	}
	#approach .col.left,
	#approach .col.right {
		float: none;
		width: auto;
		margin-bottom: 40px;
	}
	#approach .col.right {
		text-align: left;
	}
	#approach .col.right img {
		float: none;
	}
	

}
*/

    


    




    
	

    









    