/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	font-family: 'benton-sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #818387;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.img-left {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}

.img-right {
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
}

.full-width-image {
	margin-bottom: 60px;
}

.overflow-hidden {
	overflow: hidden;
}

.responsive {
	width: 100%;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 20px !important; }
.margin-top-half { margin-top: 10px !important; }
.margin-bottom { margin-bottom: 20px !important; }
.margin-bottom-dbl { margin-bottom: 40px !important; }
.margin-bottom-half { margin-bottom: 10px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 20px !important; }
.padding-bottom { padding-bottom: 20px !important; }
.padding-bottom-dbl { padding-bottom: 40px !important; }
.padding-bottom-half { padding-bottom: 10px !important; }

.table {
	display: table;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

hr {
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: 1px solid #616363;
	clear: both;
	position: relative;
}

hr.turquise {
	border-top: 1px solid #58c7d8;
}

hr.green {
	border-top: 1px solid #bad539;
}

.vcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.spacer {
	margin-bottom: 30px;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 0 0 20px;
}

h1 { font-size: 24px; color: #815f87; }
h2 { font-size: 18px; color: #276782; }
/*h3 { font-size: 16px; color: #818387; text-transform: none; }*/
h3 { font-size: 14px; color: #815f87; }
h4 { font-size: 14px; color: #58c7d8; text-transform: none; margin-bottom: 5px; }

h2.with-hr {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px !important;
}

h2.with-lines {
	font-size: 20px;
	font-weight: 700;
	color: #58c7d8;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin-bottom: 35px !important;
}

h2.with-lines:before,
h2.with-lines:after {
    content: '';
    border-top: 1px solid #d7d7d7;
    margin: 0 50px 0 0;
    flex: 1 0 50px;
}

h2.with-lines:after {
    margin: 0 0 0 50px;
}

p { margin: 0 0 25px 0; }
p:last-child {
	margin-bottom: 0px;
}
em { font-style: italic; }
strong, b { font-weight: 700; color: #58c7d8; }
small, .small { font-size: 85%; }
.micro { font-size: 70%; }
.large { font-size: 120%; }

.text-center { text-align: center; }
.text-left, .text-left-center { text-align: left; }
.text-right, .text-right-center { text-align: right; }
.uppercase { text-transform: uppercase; }
.normalcase { text-transform: none !important; }

/* ==========================================================================
   Colors
   ========================================================================== */
   
.purple {
	color: #815f87;
}

.purple-bg {
	background-color: #815f87;
}

.blue {
	color: #276782;
}

.blue-bg {
	background-color: #276782;
}

.turquoise {
	color: #58c7d8;
}

.green {
	color: #bad539;
}

.green-bg {
	background-color: #bad539;
}

.summit {
	color: #4ec6da;
}

.summer {
	color: #fa9e0e;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #58c7d8;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: 0.2s color ease;
			transition: 0.2s color ease;
}

a:hover { color: #818387; }
a:hover, a:active, a:focus { outline: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none !important;
}

.more {
	font-size: 14px;
	font-weight: 700;
	color: #256682;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-decoration: none;
	position: relative;
	padding-right: 15px;
}

.more:after {
	content: ">";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	top: -3px;
	right: 0;
}

.more:hover {
	color: #58c7d8;
}

.print {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #8f6c95;
	padding-left: 33px;
	position: relative;
}

.print:before {
	content: url(../images/ui/icon-print.png);
	position: absolute;
	top: -4px;
	left: 0;
}

.learn-more {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #256682;
}

/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.inline-list li {
	display: inline-block;
	margin: 0 8px;
	position: relative;
}

.inline-list li:first-child {
	margin-left: 0px;
}

.inline-list li:last-child {
	margin-right: 0px;
}

.inline-list li:before {
	content: "" !important;
}

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
   
.breadcrumbs {
	margin-top: 5px;
	margin-bottom: 60px;
}

/*.breadcrumbs .row {
	max-width: 1600px;
}*/

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	margin-right: 9px;
}

.breadcrumbs ul li:after {
	content: "/";
	position: absolute;
	top: 2px;
	right: -9px;
	font-size: 11px;
	color: #818387;
}

.breadcrumbs ul li:last-child:after {
	content: "";
}

.breadcrumbs ul li a {
	font-size: 10px;
	color: #818387;
	text-decoration: none;
	text-transform: capitalize;
}

.breadcrumbs ul li a:hover {
	color: #58c7d8;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.logo-print {
	display: none;
	padding: 0 30px 60px;
}

.logo-print img {
	width: 202px;
}

.site-title {
	padding: 30px 0;
}

.site-title img {
	width: 202px;
}

.eyebrow {
	position: absolute;
	top: 14px;
	right: 194px;
}

.eyebrow-icons {
	position: absolute;
	top: 12px;
	right: 30px;
}

.eyebrow ul, .eyebrow-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.eyebrow li, .eyebrow-icons li {
	display: inline-block;
	position: relative;
	margin-left: 10px;
}

.eyebrow li {
	margin-right: 10px;
}

.eyebrow li:after {
	content: "|";
	color: #4ec6da;
	position: absolute;
	top: 0;
	right: -14px;
}

.eyebrow li:last-child:after {
	content: "";
}

.eyebrow li a, .eyebrow-icons li a {
	font-size: 10px;
	font-weight: 600;
	line-height: 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.eyebrow li a:hover {
	color: #4ec6da;
}

.eyebrow-icons li a:hover span {
	opacity: 1;
}

.eyebrow-icons li img {
	width: 29px;
	height: auto;
}

.eyebrow-icons li span {
	opacity: 0;
	font-size: 8px;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: -15px;
	-webkit-transition: 0.2s all ease;
			transition: 0.2s all ease;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
}

/* ==========================================================================
   Main Nav
   ========================================================================== */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-mega {
	position: fixed;
	/*display: none;*/
	top: 171px;
	left: 0;
	width: 100%;
	z-index: 99999;
	
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	   -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
	     -o-transition: opacity 0.3s ease, visibility 0.3s ease;
	    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
			transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sf-menu li {
	position: relative;
}

.sf-menu > li {
	display: inline-block;
}

/*.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}*/

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	/*display: block;*/
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.submenu-select li:hover > ul,
.submenu-select li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
}

/*** SKIN ***/

.main-nav {
	text-align: center;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.sf-menu a {
	font-weight: 700;
	font-size: 12px;
	color: #2f7b94;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.sf-menu > li > a {
	color: #fff;
	font-weight: 600;
	letter-spacing: .5px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.sf-menu li {
	white-space: normal; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
			transition: background .2s;
}

.sf-menu > li {
	padding-left: 28px;
	padding-right: 28px;
}

.sf-menu > li:hover > a {
	color: #4ec6da;
}

.sf-menu li > ul > li > a {
	font-weight: 500;
}

.sf-menu ul ul {
	margin-top: 10px;
}

.sf-menu ul li {
	line-height: 14px;
	margin-bottom: 20px;
}

.sf-menu ul li li {
	line-height: 18px;
	margin-bottom: 10px;
}

.sf-menu ul li li a {
	text-transform: none;
}

.sf-menu .selected > a {
	color: #4ec6da;
}

.sf-mega {
	background: rgba(225, 225, 225, .95);
	color: #276782;
	white-space: normal;
	font-size: 12px;
	text-align: left;
	padding: 50px 30px 30px;
}

.sf-mega a:hover, .sf-mega li.selected > a, .sf-mega a.selected {
	color: #4ec6da;
}

.sf-mega .container {
	max-width: 1360px;
	margin: 0 auto;
	position: relative;
}

.sf-mega .container.membership .column:last-child ul ul {
	-webkit-columns: 2 50px;
	     -moz-columns: 2 50px;
	          columns: 2 50px;
}

.sf-mega .column {
	float: left;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	width: 20%;
}

.sf-mega .heading {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #58c7d8;
	margin-bottom: 12px;
}

.sf-mega p {
	font-size: 14px;
	line-height: 20px;
	color: #2f7b94;
}

.sf-menu .search {
	font-size: 16px;
	color: #4ec6da;
}

/* ==========================================================================
   Mobile Nav
   ========================================================================== */

.hamburger {
	display: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

.hamburger a {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: .5px;
	-webkit-transition:0.2s all ease;
			transition:0.2s all ease;
}

.hamburger a:hover {
	color: #4ec6da;
}

#mobile-menu a {
	font-weight: 600;
	font-size: 12px;
	color: #464646;
	text-transform: uppercase;
}

#mobile-menu a:hover, #mobile-menu li.selected a {
	color: #4ec6da;
}

#mobile-menu:not( .mm-menu ) {
   display: none;
}

/* ==========================================================================
   Content
   ========================================================================== */

.main {
	/*max-width: 1280px;*/
	position: relative;
	margin: 0 auto;
}

.sidebar {
	width: 325px;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 30px;
	margin-top: 58px;
}

.content .title-intro {
	margin-bottom: 60px;
}

.content .intro {
	font-size: 18px;
	line-height: 30px;
	color: #828386;
}

.content .intro p:last-child {
	margin-bottom: 0px;
}

.content h1 {
	margin-bottom: 20px;
}

.content h2 {
	margin-bottom: 8px;
}

.content h3 {
	margin-bottom: 5px;
}

.content ul {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 15px;
	list-style: none;
}

.content ul li {
	position: relative;
}

.content ul li:before {
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 4px;
	color: #4ec6da;
	position: absolute;
	top: -1px;
	left: -14px;
}

.content ol {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 15px;
}

.content .btn {
	margin-bottom: 20px;
	margin-right: 55px;
}

/* ==========================================================================
   Misc
   ========================================================================== */
 
.callout {
	position: relative;
}
 
.callout h2 {
	font-size: 24px;
	margin-right: 250px;
}

.callout p {
	font-size: 18px;
	margin-right: 250px;
}
 
.callout .button {
	position: absolute;
	top: 0;
	right: 30px;
}

.img-txt-combo {
	margin-bottom: 60px;
	overflow: hidden;
}

.img-txt-combo img {
	float: left;
	margin-right: 60px;
}

.img-txt-combo div {
	overflow: hidden;
}

.attend {
	padding: 30px;
	text-align: center;
	position: relative;
}

.attend:hover {
	background-color: #58c7d8 !important;
}

.attend .icon {
	height: 90px;
	display: inline-block;
	background-position: 0 0 !important;
	margin-bottom: 30px;
}

.attend.board-meetings {
	background-color: #bad539;
}

.attend.board-meetings .icon {
	width: 114px;
}

.attend.board-meetings:hover .icon {
	background-position: -114px 0 !important;
}

.attend.education {
	background-color: #276782;
}

.attend.education .icon {
	width: 116px;
}

.attend.education:hover .icon {
	background-position: -116px 0 !important;
}

.attend.annual-meeting {
	background-color: #815f87;
}

.attend.annual-meeting .icon {
	width: 100px;
}

.attend.annual-meeting:hover .icon {
	background-position: -100px 0 !important;
}

.attend h2 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0px;
}

.attend a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.current-issue {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 70px;
	background: #276782;
	position: relative;
}

.current-issue:after {
	content: url(../images/ui/current-issue-bg.png);
	position: absolute;
	bottom: -8px;
	right: 0px;
	z-index: 1;
}

.current-issue .issue-img {
	max-width: 340px;
	z-index: 2;
}

.current-issue .issue-text {
	position: relative;
	flex: 1;
	margin-left: 70px;
	z-index: 2;
}

.current-issue h2, .current-issue p {
	color: #fff;
}

.current-issue p {
	font-size: 16px;
}

.current-issue .btn {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0px;
}

.magazine img {
	width: 160px;
	margin-right: 50px;
	margin-bottom: 30px;
	float: left;
}

.magazine .magazine-info {
	overflow: hidden;
}

.resources {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 4px;
}

.resource {
	padding: 40px;
	position: relative;
	background-color: #0d5b7f;
	text-align: right;
}

.resource:hover {
	background-color: #58c7d8;
}

.resource:hover .icon {
	background-position: -146px 0 !important;
}

.resource h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
	color: #fff;
	margin-bottom: 40px;
	text-align: left;
}

.resource .icon {
	width: 146px;
	height: 146px;
	display: inline-block;
	background-position: 0 0 !important;
}

.resource a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
	text-align: left;
}

.faq {
	display: none;
}

.faq .toggle .toggle-heading {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0px;
}

.faq-categories {
	margin: 0 0 15px !important;
	padding: 0 !important;
	list-style: none;
}

.faq-categories li {
	display: inline-block;
	margin-right: 40px;
}

.faq-categories li:before {
	content: "" !important;
}

.faq-categories li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #8f6c95;
}

.faq-categories li a:hover, .faq-categories li.selected a {
	color: #55c7d8;
}

.print-options .print-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 50px;
}

.print-options img {
	margin-bottom: 15px;
}

.print-options p {
	font-size: 12px;
	line-height: 18px;
}

.event-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.event-item .item-image {
	margin-right: 50px;
	float: left;
	width: 300px;
}

.event-item .item-info-container {
	overflow: hidden;
}

.event-item .item-info {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: #58c7d8;
	margin-bottom: 5px;
}

.event-item .item-info span {
	color: #276782;
}

.event-item .toggle .toggle-heading {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0px;
}

.event-item .toggle .toggle-content {
	
}

.annual-meeting-page h2 {
	font-size: 22px;
	color: #8f6c95;
}

.annual-meeting-page h3 {
	color: #276782;
}

.annual-meeting-page p, .annual-meeting-page ul {
	font-size: 16px;
}

.annual-meeting-page .upcoming-meetings h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
}

.annual-meeting-page .upcoming-meetings .date {
	font-weight: 500;
	text-transform: uppercase;
	color: #3ac2d5;
}

.annual-meeting-page .keynote-speaker h3 {
	font-size: 18px;
	font-weight: 500;
}

.annual-meeting-page .keynote-speaker img {
	width: 242px;
}

.sponsors {
	padding: 65px 0 10px;
	margin-top: 50px;
	border-top: 1px solid #58c7d8;
}

.sponsors h2 {
	color: #8f6c95;
}

/* ==========================================================================
   Calendar
   ========================================================================== */

.flex-grid.calendar-search {
	margin-left: -5px;
	margin-right: -5px;
	justify-content: space-between;
}

.flex-grid.calendar-search [class*='grid-'] {
	padding: 5px;
}

.flex-grid.calendar-search .btn {
	font-size: 11px;
	text-align: center;
	padding: 8px 10px 5px;
	width: 100%;
	height: 36px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.flex-grid.calendar-search .btn:after {
	display: none;
}

.calendar-search input[type="text"] {
	font-weight: 500;
	font-size: 11px;
	color: #464646;
    padding: 0 15px;
	text-transform: uppercase;
	height: 36px;
	line-height: 36px;
}

.calendar-search .select-field {
    font-size: 11px;
	text-transform: uppercase;
    height: 36px;
    line-height: 36px;
}

.calendar-search .select-field:after {
	content: "\f107";
	font-family: 'FontAwesome';
    color: #464646;
    font-size: 18px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
}

.calendar-search .select-field select {
	font-size: 11px;
	text-transform: uppercase;
	color: #464646;
    padding: 0 15px;
}

.calendar-heading {
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

.keyword-search, .category-search {
	width: 400px;
}

.keyword-search {
	padding: 5px;
}

.keyword-search input[type="text"] {
	width: calc(100% - 106px);
}

.keyword-search .btn {
	width: 95px !important;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}

.category-search {
    display: flex;
}

.calendar-heading div {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4ec6da;
	display: inline-block;
	padding-bottom: 5px;
}

.calendar-heading div:first-child {
	width: 96px;
	margin-right: 33px;
}

.calendar-item {
	display: none;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	position: relative;
	-webkit-transition: all 0.15s ease-in-out;
	    	transition: all 0.15s ease-in-out;
				
	
	overflow: hidden;
}

.calendar-item .date {
	width: 96px;
	height: 96px;
	margin-right: 33px;
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	
	
	float: left;
}

.calendar-item .event-info {
	/*margin-right: 200px;
	flex: 1;*/
	overflow: hidden;
	padding-right: 207px;
}

.calendar-item .event-info .flex div {
	margin-right: 15%;
}

.calendar-item .event-info .flex div span {
	display: block;
}

.calendar-item .event-info .description {
	margin-top: 20px;
}

.calendar-item .event-info .description .description-content {
	font-size: 10px;
	letter-spacing: .5px;
}

.calendar-item .event-info .description .more-link, .calendar-item .event-info .description .less-link {
	font-size: 10px;
	text-decoration: none;
}

.calendar-item h2 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 15px;
}

.calendar-item h3 {
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4ec6da;
	margin-bottom: 3px;
}

.calendar-item p {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
}

.calendar-item .register {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}

.calendar-item .btn {
	margin-bottom: 0px;
	margin-right: 40px;
}

.calendar-item .date {
	background: #818387;
}

.calendar-item .date.Annual {
	background: #4ec6da;
}

.calendar-item .date.NAPE {
	background: #8f6c95;
}

.calendar-item .date.Education {
	background: #bad539;
}

.calendar-item .date.Board {
	background: #276782;
}

.calendar-item .date.Webinars {
	background: #276782;
}

.calendar-item .date.Live {
	color: #276782;
	background: #dbdbdc;
}

.article-archive {
	height: 650px;
}

.article-archive iframe {
	height: 100%;
}

/* ==========================================================================
   Blog
   ========================================================================== */
   
.blog {
	background: url('../images/ui/blog-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover !important; 
			background-size: cover !important;
}

.blog .hero {
	background: rgba(14, 38, 49, .3);
}

.blog .breadcrumbs ul li a, .blog .breadcrumbs ul li:after {
	color: #fff;
}

.blog .breadcrumbs ul li a:hover {
	color: #58c7d8;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap: 30px;
	grid-auto-rows: 1fr;
}

.blog-item {
	display: none;
	height: 100%;
	background: #ebebeb;
	padding: 40px;
	position: relative;
}

.blog-item h2, .blog-item h3 {
	font-size: 22px;
	font-weight: 500;
	text-transform: none;
	color: #276782;
	margin-bottom: 50px;
	max-width: 85%;
}

.blog-item .category {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #815f87;
}

.blog-item .more {
	position: absolute;
	left: 40px;
	bottom: 50px;
	font-weight: 600;
	color: #58c7d8;
}

.blog-item .more:hover {
	color: #276782;
}

.blog-item .more:after {
	top: 0px;
	color: #58c7d8;
}

.blog-item .more:hover:after {
	color: #276782;
}

.blog-filter {
	width: 100%;
	position: relative;
}

.blog-filter ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	width: 100%;
}

.blog-filter ul li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.blog-filter ul li:before {
	content: "";
}

.blog-filter ul li:after {
	content: "|";
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	top: -1px;
	right: -15px;
}

.blog-filter ul li:first-child {
	margin-left: 0px;
}

.blog-filter ul li:last-child {
	margin-right: 0px;
}

.blog-filter ul li:last-child:after {
	content: ">";
	color: #58c7d8;
}

.blog-filter ul li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	padding-bottom: 5px;
}

.blog-filter ul li a:hover, .blog-filter ul li.selected a {
	color: #58c7d8;
}

.blog-filter ul ul {
	display: none;
	position: absolute;
	top: 26px;
	left: -15px;
	margin: 0;
	padding: 10px 15px;
	background: #fff;
	text-align: left;
	min-width: 9.5em; /* allow long menu items to determine submenu width */
	*width: 9.5em; /* no auto sub width for IE7, see white-space comment below */
	z-index: 999;
	/*-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
			transform: translate(-50%);*/
	-webkit-box-shadow: 3px 5px 5px -1px rgba(0,0,0,.1), -3px 5px 5px -1px rgba(0,0,0,.1);
	   -moz-box-shadow: 3px 5px 5px -1px rgba(0,0,0,.1), -3px 5px 5px -1px rgba(0,0,0,.1);
			box-shadow: 3px 5px 5px -1px rgba(0,0,0,.1), -3px 5px 5px -1px rgba(0,0,0,.1);
}

.blog-filter ul ul li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

.blog-filter ul ul li:last-child {
	padding-bottom: 0px;
}

.blog-filter ul ul li:after, .blog-filter ul ul li:last-child:after {
	content: '';
}

.blog-filter ul ul li a {
	font-size: 12px;
	color: #858585;
}

/*

.blog-filter ul ul li a:hover, .blog-filter ul ul li.selected a {
	color: #95ce01;
}*/

.blog-filter li:hover ul {
	display: block;
}

.blog-filter .landnews-link {
	position: absolute;
	top: 0;
	right: 0;
}

.blog-filter .landnews-link a {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	padding-right: 15px;
	cursor: pointer;
}

.blog-filter .landnews-link a:after {
	content: ">";
	font-size: 14px;
	font-weight: 600;
	color: #58c7d8;
	position: absolute;
	top: -2px;
	right: 0px;
}

.blog-filter .landnews-link a:hover {
	color: #58c7d8;
}

.blog-story h1 {
	font-size: 30px;
	font-weight: 500;
	text-transform: none;
	color: #58c7d8;
	margin-bottom: 30px;
}

.blog-story .category {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #	818387;
	margin-bottom: 5px;
}

.blog-story .share {
	padding: 30px 0;
}

.blog-story .share ul li a {
	font-size: 18px;
}

.prev-next {
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #58c7d8;
}

.prev-next ul {
	padding-left: 0px;
}

.prev-next ul li {
	margin: 0 3px;
}

.prev-next ul li a {
	font-size: 12px;
	color: #818387;
	text-transform: uppercase;
	text-decoration: none;
}

.prev-next ul li a:hover {
	color: #58c7d8;
}

.related-posts h2 {
	font-size: 14px;
	color: #276782;
}

.related-posts .blog-item {
	background: #fff;
	border: 1px solid #58c7d8;
}

/* ==========================================================================
   Article Archive
   ========================================================================== */
   
.blog.articles {
	background: url('../images/ui/archive-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover !important; 
			background-size: cover !important;
}

.article strong, .article b {
	color: #818387;
}

.article h2 {
	font-size: 28px;
	font-weight: 500;
	text-transform: none;
	color: #58c7d8;
}

.article h3 {
	font-size: 18px;
	color: #58c7d8;
}

.article h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #815f87;
}

.article blockquote {
	margin: 0;
	padding: 0;
}

.article blockquote p {
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	line-height: 24px;
	color: #276782;
}

.article blockquote p:last-child {
	margin-bottom: 25px;
}

.article hr {
	border-top: 1px solid #58c7d8;
}

.article sup {
	color: #58c7d8;
}

.article table { 
	width: 100%; 
	font-size: 14px;
	line-height: 18px;
}

.article table th {
	font-weight: 700;
	text-transform: uppercase;
	color: #815f87;
	border-bottom: 1px solid #bfeaf0;
}

.article table td, .article table th { 
	padding: 15px;
	text-align: left;
	vertical-align: top;
}

.article table td { 
	border-bottom: 1px solid #eee;
}

.article-header {
	margin-bottom: 30px;
}

.blog-story.article h1 {
	margin-bottom: 10px;
}

.author {
	font-family: 'benton-sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #815f87;
}

.author span {
	color: #818387;
}

.flex-grid.article-search {
	margin-left: -15px;
  margin-right: -15px;
	margin-bottom: 15px;
  justify-content: space-between;
}

.flex-grid.article-search [class*='grid-'] {
    padding: 15px;
}

.article-search .search-form input[type='text'] {
	font-size: 11px;
	color: #464646;
  padding: 0 15px;
	height: 36px;
  line-height: 36px;
}

.article-search .search-form button {
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.article-search .search-form button i {
  font-size: 18px;
	line-height: 36px;
}

#expand-article {
	margin-top: 25px;
}

#article-extended {
	display: none;
}

/* ==========================================================================
   Staff / Leadership
   ========================================================================== */

.staff-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.staff {
	flex-basis: 25%;
	padding: 15px;
}

.staff img {
	margin-bottom: 15px;
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	   		filter: grayscale(100%);
	-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}

.staff h3 {
	font-size: 14px;
	text-transform: none;
	color: #276782;
	margin-bottom: 0px;
}

.staff p {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 0px;
}

.staff a {
	text-decoration: none;
	color: #000000;
}

.staff a:hover {
	color: #4ec6da;
}

.staff a:hover img {
	-webkit-filter: grayscale(0%);
	   -moz-filter: grayscale(0%);
	   		filter: grayscale(0%);
}

.bio h1 {
	font-size: 24px;
	text-transform: none;
	color: #276782;
	margin-bottom: 0px;
}

.bio .job-title {
	font-style: italic;
	color: #000000;
	margin-bottom: 30px;
}

.bio .prev-next {
	padding-top: 0px;
	border-top: none;
}

/* ==========================================================================
   Blockquote
   ========================================================================== */
   
blockquote {
	margin: 0;
	padding: 0;
}

blockquote p {
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	color: #4ec6da;
	position: relative;
}

blockquote cite {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	color: #8b9394;
}

/* ==========================================================================
   Toggles
   ========================================================================== */
 
.toggle {
	clear: both;
	position: relative;
	margin-bottom: 40px;
}

.toggle .toggle-heading {
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #276782;
	margin-bottom: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a6a6a6;
	-webkit-transition: 0.2s color ease;
			transition: 0.2s color ease;
}

.toggle .toggle-heading:hover {
	color: #58c7d8;
}

.toggle .toggle-heading:after {
	content: url("../images/ui/icon-plus.png");
	position: absolute;
	right: 0;
	top: 1px;
	width: 21px;
	height: 21px;
	-webkit-transition: transform 0.3s linear;
			transition: transform 0.3s linear;
}

.toggle .toggle-heading.active:after {
	content: url("../images/ui/icon-minus.png");
}

.toggle .toggle-content {
	display: none;
	margin-bottom: 50px;
	overflow: hidden;
}

/* ==========================================================================
   Hero Holder
   ========================================================================== */

.hero {
	height: 288px;
	position: relative;
	overflow: hidden;
	/*background: -linear-gradient(rgba(130,94,135,0) 30%,rgba(130,94,135,.8)), url('../images/ui/header-bg.png');*/
	background-position: center top !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important; 
    		background-size: cover !important;
}

.hero .page-title {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
}

.hero .page-title .heading, .hero .page-title h1 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #fff;
	margin-bottom: 0px;
}

.scroll-down {
	font-size: 38px;
	color: #fff;
	line-height: 43px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 15px;
	width: 43px;
	height: 43px;
	background: none;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
}

.scroll-down i {
	line-height: 43px;
	padding-left: 1px;
}

.scroll-down a {
	color: #fff;
}

/* ==========================================================================
   Home
   ========================================================================== */
   
.home .hero {
	width: 100%;
	height: 100%;
}

.lines-left {
	position: absolute;
	left: -410px;
	bottom: 0;
	mix-blend-mode: overlay;
}

.lines-right {
	position: absolute;
	right: -230px;
	bottom: -170px;
	mix-blend-mode: overlay;
}

.lines-right img {
	width: 448px;
	height: 450px;
}

.home .hero .hero-holder {
	position: absolute;
	bottom: 100px;
	right: 5%;
	width: 620px;
	max-width: 100%;
	color: #fff;
	text-align: left;
	/*-webkit-transform: translateX(20%);
		-ms-transform: translateX(20%);
			transform: translateX(20%);*/
}

.home .hero .hero-holder p {
	font-size: 38px;
	font-weight: 400;
	font-style: italic;
	line-height: 46px;
	margin-bottom: 30px;
}

.home .hero .hero-holder p:last-child {
	font-style: normal;
	margin-bottom: 0px;
}

.home .intro {
	width: 100%;
	padding-top: 75px;
	padding-bottom: 80px;
}

.home .intro h2 {
	font-size: 29px;
	font-weight: 500;
	text-transform: none;
	color: #815f87;
	padding-right: 30px;
}

.bubble {
	height: 193px;
	width: 193px;
	position: relative;
	background: #58c7d8;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	-webkit-transition: 0.2s all ease;
			transition: 0.2s all ease;
}

.bubble .bubble-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: 0.2s all ease;
			transition: 0.2s all ease;
	/*-webkit-backface-visibility: hidden;
			backface-visibility: hidden;*/
}

.bubble .bubble-content img {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: -100px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
}

.intro .bubble .bubble-content img {
	top: -40px;
}

.intro .bubble.bubble-2 .bubble-content img {
	top: -50px;
}

.intro .bubble.bubble-3 .bubble-content img {
	top: -55px;
}

.intro .bubble.bubble-4 .bubble-content img {
	top: -50px;
}

.bubble .bubble-content h3 {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	-webkit-transition: 0.2s all ease;
			transition: 0.2s all ease;
}

.intro .bubble .bubble-content h3 {
	font-size: 12px;
}

.bubble:hover {
	background: #276782;
	transform: scale(1.1);
}

.bubble:hover .bubble-content {
	top: 75%;
	-webkit-transform: translate(-50%, -75%);
	   -moz-transform: translate(-50%, -75%);
			transform: translate(-50%, -75%);
}

.bubble.books:hover .bubble-content {
	top: 80%;
}

.intro .bubble:hover .bubble-content {
	top: 65%;
	-webkit-transform: translate(-50%, -65%);
	   -moz-transform: translate(-50%, -65%);
			transform: translate(-50%, -65%);
}

.bubble:hover .bubble-content img {
	opacity: 1;
}

.bubble:hover .bubble-content h3 {
	color: #58c7d8;
}

.intro .bubble:hover .bubble-content h3 {
	color: #fff;
}

.home .stats {
	padding-top: 75px;
	padding-bottom: 75px;
	background: #276782;
}

.home .stats p {
	font-size: 20px;
	line-height: 28px;
	color: #838286;
	margin-bottom: 75px;
}

.home .stats .stat {
	display: block;
	font-size: 100px;
	font-weight: 300;
	line-height: 90px;
	color: #3ac2d5;
	margin-bottom: 10px;
	text-align: center;
}

.home .stats .counter p {
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}

.home .stats .statement {
	font-size: 26px;
	font-weight: 500;
	line-height: normal;
	color: #fff;
}

#members, #events, .home .stats .stat span {
	display: inline;
}

.latest-news {
	width: 100%;
	padding-top: 75px;
	/*padding-bottom: 60px;*/
}

.latest-news h2 {
	font-size: 24px;
	color: #815f87;
}

.news-item {
	margin-bottom: 50px;
}

.news-item .category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #3ac2d5;
}

.news-item .date {
	font-size: 16px;
	color: #276782;
}

.news-item h3 {
	font-size: 18px;
	font-weight: 400;
	color: #828386;
	text-transform: none;
	line-height: 28px;
	margin-bottom: 12px;
}

/* ==========================================================================
   Sliders
   ========================================================================== */

#home-slider .row .event-image-container .cell, #home-slider .row .event-info .cell {
	height: 380px;
}

#home-slider .event-image-container {
	width: 60%;
	float: left;
	position: relative;
}

#home-slider .event-image-container a:hover .event-image {
	transform: scale(1.1);
}

#home-slider .event-image-container h2 {
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 40px;
	left: 30px;
	z-index: 9;
}

#home-slider .event-image {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important; 
			background-size: cover !important;
	-webkit-transition: 0.3s all ease;
			transition: 0.3s all ease;
}

#home-slider .event-image a {
	display: block;
}

#home-slider .event-info {
	background: #e1e1e1;
	width: 40%;
	float: left;
	position: relative;
}

#home-slider .event-info .date {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #58c7d8;
	margin-bottom: 5px;
}

#home-slider .event-info h2 {
	font-size: 32px;
	font-weight: 400;
	color: #256682;
	line-height: 42px;
}

#home-slider .event-info .btn {
	position: absolute;
	left: 35px;
	bottom: 40px;
}

#sponsors-slider {
	padding-top: 60px;
	padding-bottom: 60px;
}

#sponsors-slider .slick-track {
	display: flex;
	align-items: center;
}

#sponsors-slider .slick-slide {
    text-align: center;
}

#sponsors-slider .slick-slide  img {
	display: inline-block;
}

#sponsors-slider .slick-prev, #sponsors-slider .slick-next {
	width: 14px;
	height: 32px;
}

#sponsors-slider .slick-prev {
	left: -15px;
}

#sponsors-slider .slick-next {
	right: -15px;
}

#sponsors-slider .slick-prev:before,
#sponsors-slider .slick-next:before
{
    font-size: 32px;
    color: #4ec6da;
}

.content-slider {
	margin-bottom: 60px;
}

.content-slider .caption {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	padding: 15px 20px;
	background: #276782;
}

.content-slider .slick-prev,
.content-slider .slick-next {
	background: #3ac2d5;
	border-radius: 50%;
}

.content-slider .slick-prev:hover,
.content-slider .slick-next:hover,
.content-slider .slick-prev:focus,
.content-slider .slick-next:focus {
	background: #3ac2d5;
}

.content-slider .slick-prev:before,
.content-slider .slick-next:before {
	font-size: 34px;
	/*position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);*/
}

.content-slider .slick-prev {
    left: 15px;
}

.content-slider .slick-next {
    right: 15px;
}

.history {
	padding: 80px 0;
	background: #f3f3f3 url('../images/ui/history-bg.png') no-repeat left top;
	margin-bottom: 60px;
}

.history h2 {
	font-size: 24px;
	font-weight: 500;
	text-transform: none;
	text-align: center;
	color: #815f87;
	margin-bottom: 60px;
}

.history-slider:before {
	content: "";
	position: absolute;
	top: 127px;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #276782;
	transform: translateX(-50%);
}

.history-slider .slick-slide {
	height: 300px;
	text-align: center;
}

.history-slider .slick-prev,
.history-slider .slick-next
{
    top: 42%;
	/*width: 32px;
	height: 20px;*/
}

.history-slider .slick-prev {
    left: -30px !important;
}

.history-slider .slick-prev:before {
	/*content: url('../images/ui/arrow-left-blue.png');*/
	color: #58c7d8;
}

.history-slider .slick-next {
    right: -30px !important;
}

.history-slider .slick-next:before {
	/*content: url('../images/ui/arrow-right-blue.png');*/
	color: #58c7d8;
}

.history-slider .table {
    height: 300px;
}

.history-slider .slick-center .slider-image img {
	width: 250px;
	border: 1px solid #276782;
}

.history-slider .slick-center .slider-year {
	font-size: 40px;
}

.history-slider .slider-image {
	margin-bottom: 20px;
	text-align: center;
}

.history-slider .slider-image img {
	border-radius: 50%;
	border: 1px solid #fff;
	width: 40px;
	display: inline-block;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.history-slider .slider-year {
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
    color: #58c7d8;
	text-align: center;
}

.history-slider-2 {
    text-align: center;
	margin: 30px auto 0;
	max-width: 50%;
}

.history-slider-2 h2 {
	margin-bottom: 10px;
}

.history-slider-2 p {
	margin-bottom: 0px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
	font-size: 12px;
	line-height: 14px;
	color: #276782;
	position: relative;
	width: 100%;
	padding: 0 0 34px;
	margin-top: 70px;
	background-color: #e1e1e1;
}

.footer a {
	color: #276782;
	text-decoration: none;
}

.footer a:hover {
	color: #464646;
}

.footer .ctas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	margin-bottom: 34px;
}

.footer .cta {
	width: 33.33333%;
	text-align: center;
	padding: 80px 10px;
	position: relative;
	overflow: hidden;
}

.footer .cta a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.footer .cta h2 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}

.footer .cta-1 {
	background: #276782;
}

.footer .cta-1:hover {
	background: #17526b;
}

.footer .cta-1:before {
	content: url(../images/ui/cta-1-left.png);
	position: absolute;
	bottom: -5px;
	left: -73px;
}

.footer .cta-1:after {
	content: url(../images/ui/cta-1-right.png);
	position: absolute;
	top: -74px;
	right: -109px;
}

.footer .cta-2 {
	background: #58c7d8;
}

.footer .cta-2:hover {
	background: #30a6b8;
}

.footer .cta-2:before {
	content: url(../images/ui/cta-2-left.png);
	position: absolute;
	top: -74px;
	left: -37px;
}

.footer .cta-2:after {
	content: url(../images/ui/cta-2-right.png);
	position: absolute;
	bottom: -154px;
	right: -145px;
}

.footer .cta-3 {
	background: #bad539;
}

.footer .cta-3:hover {
	background: #a0bc1b;
}

.footer .cta-3:before {
	content: url(../images/ui/cta-3-left.png);
	position: absolute;
	top: 53px;
	left: -110px;
}

.footer .cta-3:after {
	content: url(../images/ui/cta-3-right.png);
	position: absolute;
	top: -75px;
	right: -115px;
}

.footer .social-list {
	margin-bottom: 50px;
}

.footer .social-list li a {
	font-size: 22px !important;
}

.footer .nav-list {
	margin-bottom: 20px;
}

.footer .nav-list li {
	margin: 0 10px;
}

.footer .nav-list li:after {
	content: "|";
	font-size: 14px;
	color: #276782;
	position: absolute;
	top: 3px;
	right: -15px;
}

.footer .nav-list li:last-child:after {
	content: "";
}

.footer .nav-list li a {
	font-size: 14px;
	line-height: 24px;
}

.footer .logo-mark {
	margin-bottom: 35px;
}

.footer .logo-mark img {
	width: 31px;
}

.footer .copyright-list li {
	line-height: 18px;
}

.footer .copyright-list li:after {
	content: "|";
	font-size: 12px;
	color: #276782;
	position: absolute;
	top: -1px;
	right: -12px;
}

.footer .copyright-list li:last-child:after {
	content: "";
}

.top {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 60px;
	right: 30px;
	cursor: pointer;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	width: 32px;
	height: 32px;
	background: #276782;
	z-index: 11;
}

.top i {
	color: #fff;
	line-height: 25px;
	padding-left: 1px;
}

.top.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
			transition: opacity .3s 0s, visibility 0s 0s;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, input[type="submit"] {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: #4ec6da;
	padding: 14px 30px 11px;
	max-width: 100%;
	/*height: 43px;*/
	border: none;
	border-radius: 0;
	-webkit-transition: 0.2s all ease;
			transition: 0.2s all ease;
	z-index: 1;
}

.btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #4ec6da;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
	-webkit-transition: 0.2s all ease;
			transition: 0.2s all ease;
}

.btn:hover, input[type="submit"]:hover {
	background: #bad539;
	color: #fff;
}

.btn:hover:after {
	background: #bad539;
	left: 15px;
}

.btn-container {
	width: 100%;
	padding-right: 25px;
}

.btn-container .btn {
	width: 100%;
	margin-bottom: 0px;
	margin-right: 0px;
}

.btn.download {
	background: #bad539;
	padding-right: 60px;
}

.btn.download:after {
	background: #bad539;
}

.btn.download:hover, .btn.download:hover:after {
	background: #4ec6da;
}

.btn.download:before, .btn.icon:before {
	content: url(../images/ui/icon-download.png);
	position: absolute;
	top: 11px;
	right: 15px;
}

.btn.gray, .btn.gray:after {
	background: #818387;
}

.btn.blue, .btn.blue:after {
	background: #276782;
}

.btn.blue:hover, .btn.blue:hover:after {
	background: #4ec6da;
}

.btn.green, .btn.green:after {
	background: #bad539;
}

.btn.green:hover, .btn.green:hover:after {
	background: #4ec6da;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
   
.pagination {
	width: 100%;
	padding-top: 15px;
	border-top: 1px solid #616363;
}

.pagination ul li {
	margin: 0 5px;
}

.pagination ul li a {
	font-size: 12px;
	font-weight: 600;
	color: #838286;
}

.pagination ul li a:hover {
	color: #4ec6da;
}

.pagination ul li.selected a {
	color: #4ec6da;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #818387;
}

:-moz-placeholder { /* Firefox 18- */
   color: #818387;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #818387;  
}

:-ms-input-placeholder {  
   color: #818387;  
}

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	font-weight: 500;
	font-size: 14px;
	color: #818387;
	width: 100%;
    padding: 15px;
    margin: 0;
	border: 1px solid #4ec6da;
	background: #fff;
	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    border-radius: 0;
    
    -webkit-transition:0.2s background ease;
    		transition:0.2s background ease;
}

/*input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	
}*/

input[type="text"], input[type="email"], input[type="password"] {
	height: 51px;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
	
	height: 43px;
	
	input[type="submit"]::-moz-focus-inner { border:0; } /* ff specific stuff, yuck*/ 
	input[type="submit"]:focus { background: none; } /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

button[type="submit"] {
	height: 43px;
}

label {
	font-size: 14px;
	line-height: 16px;
	color: #818387;
	display: block;
	margin-bottom: 5px;
}

.label {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #276782;
	margin-bottom: 8px;
}

.select-field {
	display: block;
	position: relative;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    background: #fff;
    border: 1px solid #4ec6da;
    width: 100%;
    height: 51px;
    line-height: 51px;
    cursor: pointer;
}

.select-field:after {
	content: url(../images/ui/select-arrow.png);
	/*content: "\f107";*/
	/*font-family: 'FontAwesome';
    color: #276782;
    font-size: 28px;*/
    text-align: center;
    /*line-height: 51px;*/
    /*width: 51px;
    height: 51px;*/
    /*border-left: 1px solid #4ec6da;*/
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 5;
}

.select-field select {
	position: relative;
	display: inline-block;
	z-index: 10;
	font-size: 14px;
	color: #818387;
	line-height: normal;
    padding: 15px;
    width: 100%;
    cursor: pointer;
    border: none;
    z-index: 6;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	-webkit-border-radius: 0px;
			border-radius: 0;
}

.signup-form {
	margin-bottom: 15px;
}

.signup-form .in-the-know {
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 15px;
}

.signup-form .form-item {
	display: inline-block;
}

.signup-form input[type="text"] {
	font-size: 12px;
	width: 310px;
	height: 42px;
	padding: 10px;
	border: none !important;
}

.signup-form input[type="submit"] {
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	background: #276782 !important;
	color: #fff;
	padding: 13px 42px;
	border: none !important;
}

.login-form {
	padding: 30px 20px;
	border: 1px solid #bad539;
}

.recovery {
	position: absolute;
	top: 0;
	right: 0;
}

.recovery a {
	color: #276782;
}

.freeform-pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}

.freeform-pages li {
	margin: 0 10px 0 0;
}

.freeform-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 15px;
}

.freeform-row .freeform-column {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	padding: 0 0 20px;
	margin: 0 15px;
}

.freeform-row .freeform-column label {
	display: block;
}

.freeform-row .freeform-column .freeform-label.freeform-required:after {
	content: "*";
	margin-left: 5px;
	color: #818387;
}

.freeform-row .freeform-column .freeform-input {
	width: 100%;
	display: block;
}

.freeform-row .freeform-column .freeform-input[type=checkbox], .freeform-row .freeform-column .freeform-input[type=radio] {
	width: auto;
	display: inline;
	margin-right: 5px;
}

.freeform-row .freeform-column .freeform-input-only-label {
	font-weight: normal;
}

.freeform-row .freeform-column .freeform-input-only-label>.freeform-input {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}

.freeform-row .freeform-column .freeform-errors {
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
}

.freeform-row .freeform-column .freeform-errors > li {
	font-size: 12px;
	color: #ff0000;
}

.freeform-row .freeform-column .freeform-errors > li:before {
	content: "";
}

.freeform-row .freeform-column .freeform-instructions {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 16px;
	color: #ABA7A7;
}

.freeform-row .freeform-column.freeform-column-content-align-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.freeform-row .freeform-column.freeform-column-content-align-left>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.freeform-row .freeform-column.freeform-column-content-align-center>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.freeform-row .freeform-column.freeform-column-content-align-right>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-spread {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.freeform-row .freeform-column.freeform-column-content-align-spread>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-form-has-errors {
	color: red;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block !important;
    overflow: hidden;
    padding: 15px;
	
	color: #818387;
	border: 1px solid #4ec6da;
	background-color: #fff;
	padding: 0;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label span,
.inputfile + label strong {
    padding: 12px 20px;
}

.inputfile + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile + label strong {
    height: 100%;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
    color: #818387;
    background-color: #ebebeb;
    display: inline-block;
	border-left: 1px solid #4ec6da;
}

/*@media screen and (max-width: 50em) {
	.inputfile + label strong {
		display: block;
	}
}*/

.award-form {
	display: none;
	margin-bottom: 30px;
}

.search-form {
	position: relative;
}

.sf-mega .search-form {
	max-width: 60%;
	margin: 0 auto;
	padding-bottom: 25px;
}

.search-form input[type='text'] {
	font-size: 24px;
	color: #276782;
    padding: 35px 105px 35px 35px;
	border: none;
	background: #eee;
}

.sf-mega .search-form input[type='text'] {
	background: #fff;
}

.search-form ::-webkit-input-placeholder {
   color: #276782;
}

.search-form :-moz-placeholder {
   color: #276782;  
}

.search-form ::-moz-placeholder {
   color: #276782;  
}

.search-form :-ms-input-placeholder {  
   color: #276782;  
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    width: 70px;
    padding: 0;
	border: none;
	background: #58c7d8;
	-webkit-transition: 0.2s all ease;
			transition: 0.2s all ease;
}

.search-form button i {
    font-size: 28px;
	color: #fff;
	line-height: 66px;
}

.search-form button:hover {
    background: #bad539;
}

/* ==========================================================================
   Tables
   ========================================================================== */

.aapl-table { 
	width: 100%; 
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
}

.aapl-table th {
	font-weight: 700;
	color: #276782;
	border-bottom: 1px solid #bfeaf0;
}

/*.aapl-table thead th:first-child, .st-head-row-main {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #825e87;
	width: 40%;
}*/

.aapl-table td:first-child { 
	font-weight: 700;
	color: #815f87;
	width: 10%;
}

.aapl-table td, .aapl-table th { 
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #bfeaf0;
}

table.small-only {
	display: none;
}

table.small-only td:last-child {
	text-align: right;
}

table.large-only {
	display: table;
}

/*.aapl-table.plain {
	font-size: 14px;
}

.aapl-table.plain th, .aapl-table.plain td {
	padding: 2px 0;
}

.aapl-table.plain th {
	border-bottom: none;
	width: 70%;
}*/

.aapl-table small {
	display: block;
	line-height: 16px;
}

.aapl-table.membership th {
	text-transform: uppercase;
	border-bottom: 1px solid #a6a6a6;
	padding: 10px 0px;
}

.aapl-table.membership td { 
	padding: 60px 0px;
	vertical-align: middle;
	border-bottom: 1px solid #a6a6a6;
}

.aapl-table.membership td:first-child, .aapl-table.membership td:nth-child(2) {
	font-size: 18px;
	font-weight: 600;
	color: #815f87;
	width: 20%;
}

.aapl-table.membership td:nth-child(2) {
	width: 15%;
}

.aapl-table.membership td:nth-child(3) {
	padding-right: 50px;
}

.aapl-table.membership td:last-child {
	width: 18%;
}

.aapl-table.membership .btn {
	margin-bottom: 0px;
	margin-right: 25px;
}

.aapl-table.pricing-info thead {
	display: none;
}

.aapl-table.pricing-info th, .aapl-table.pricing-info thead tr {
	border-bottom: none;
}

.aapl-table.pricing-info tr {
	border-bottom: 1px solid #d7d7d7;
}

.aapl-table.pricing-info td:first-child { 
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #276782;
	padding: 35px 35px 35px 0;
}

.aapl-table.pricing-info td {
	width: 33.33333%;
	padding: 35px;
	border-bottom: none;
}

.aapl-table.pricing-info ul {
	margin-bottom: 0px;
}

.aapl-table.pricing-info span {
	font-size: 20px;
	color: #58c7d8;
}

.pricing-info.small-only td:last-child {
	text-align: left;
}

.pricing-info.small-only td.st-key {
	display: none;
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.cert-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 60px;
	font-weight: 600;
	color: #a7a9ac;
	border-spacing: 15px 0;
	border-collapse: separate;
}

.cert-table a {
	text-decoration: none;
}

.cert-table .btn {
	padding: 14px 10px 11px;
}

.cert-table .btn.icon {
	padding: 14px 50px 11px 20px;
	font-size: 12px;
}

.cert-table .btn.rl, .cert-table .btn.rpl, .cert-table .btn.cpl {
	height: 50px;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 25px;
}

.cert-table .btn.rl:after, .cert-table .btn.rpl:after, .cert-table .btn.cpl:after {
	transform-origin: bottom left;
	-ms-transform: skew(-25deg, 0deg);
	-webkit-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}

.cert-table .btn.rl {
	padding-left: 90px;
}

.cert-table .btn.rpl, .cert-table .btn.cpl {
	padding-left: 105px;
}

.cert-table .btn.rl:before, .cert-table .btn.rpl:before, .cert-table .btn.cpl:before {
	font-family: 'benton-sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 54px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, .5);
	padding-left: 18px;
	padding-right: 15px;
}

.cert-table .btn.rl:before {
	content: "RL";
}

.cert-table .btn.rpl:before {
	content: "RPL";
}

.cert-table .btn.cpl:before {
	content: "CPL";
}

.cert-table thead td {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #e2e3e4;
}

.cert-table thead td:first-child {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #e2e3e4;
}

.cert-table thead td:nth-child(2) {
	background: #b9d446;
}

.cert-table thead td:nth-child(3) {
	background: #58c7d7;
}

.cert-table thead td:nth-child(4) {
	background: #296881;
}

.cert-table .cert-type h2 {
	color: #fff;
	font-size: 16px;
	text-transform: none;
	margin: 0;
}

/*.cert-table td:first-child {
	text-align: left;
}*/

.cert-table td {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	/*border-right: 2px solid #FFF;*/
	border-right: 1px solid #e2e3e4;
	border-left: 1px solid #e2e3e4;
}

.cert-table tbody {
	display: table-row-group;
}

.cert-table tbody td:before {
	display: none;
}

.cert-table tbody tr {
	display: table-row;
}

.cert-table tbody td {
	padding: 20px;
	display: table-cell;
	position: relative;
	line-height: 18px;
}

.cert-table tbody tr:nth-child(odd){ 
	background: #f3f3f4;
}
	
.cert-table tbody tr:nth-child(even){
	background: #fff;
}

.cert-table tbody tr:nth-child(6) td {
	border-bottom: 1px solid #e2e3e4;
}

.cert-table tbody tr:nth-child(7) td {
	border-right: none;
	border-left: none;
	padding: 20px 0;
	background: #fff;
}

.cert-table.button-table tbody tr td {
	border-right: none;
	border-left: none;
	padding: 20px 0;
	background: #fff;
}

.cert-table.button-table tbody tr td:first-child {
	font-size: 14px;
	font-weight: 700;
	color: #276782;
	text-transform: uppercase;
	text-align: left;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	/*max-width: 1360px;*/
	/*max-width: 1280px;*/
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

.row.full-width {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.row .row {
    width: auto;
    margin: 0 -30px;
}

*[class*='col-'] {
	float: left;
	padding: 0 30px;
	position: relative;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }
.col-3-10 { width: 30%; }
.col-7-10 { width: 70%; }

.cell { padding: 50px 35px; position: relative; }

.centered { margin: 0 auto; position: relative; float: none; }

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 20px;
	grid-auto-rows: 1fr;
}

.flex-grid {
	display: flex;
	flex-flow: row wrap;
	margin: -30px -30px 0;
}

.logo-grid {
	text-align: center;
	align-items: center;
	justify-content: center;
	margin: 0 -15px;
}

.grid-2, .grid-3, .grid-4 {
	padding: 30px;
}

.logo-grid .grid-2, .logo-grid .grid-3, .logo-grid .grid-4, .logo-grid .grid-5 {
	padding: 15px;
}

.logo-grid img {
	margin-bottom: 15px;
}

.grid-2 {
	flex-basis: 50%;
}

.grid-3 {
	flex-basis: 33.33333%;
}

.grid-4 {
	flex-basis: 25%;
}

.grid-5 {
	flex-basis: 20%;
}

.flex {
	display: flex;
}

.bubble-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	grid-auto-rows: 1fr;
}

/* ==========================================================================
   Slick Slider
   ========================================================================== */
   
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ==========================================================================
   Slick Slider Theme
   ========================================================================== */
   
.slick-list,
.slick-track {
	height: 100%;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ui/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    border: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: .50;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 48px;
    line-height: 1;

    opacity: 1;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    -webkit-transition: 0.2s opacity ease;
    		transition: 0.2s opacity ease;
}

.slick-prev
{
    left: 5px;
}
[dir='rtl'] .slick-prev
{
    right: 20px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 20px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0 !important;
    margin: 0 !important;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 26px;
    height: 4px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li:before
{
    content: "" !important;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 26px;
    height: 4px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #d7d7d7;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    background: #4ec6da;
    
}

.slick-dots li.slick-active button
{
    background: #4ec6da;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
*[class*='col-']:before,
*[class*='col-']:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after,
*[class*='col-']:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width : 1330px) {
	
	.sf-menu > li {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

@media only screen and (max-width : 1105px) {
	
	.hamburger {
		display: inline-block;
	}
	
	.sf-menu {
		display: none;
	}
	
}

@media only screen and (max-width : 1024px) {
	
	.history-slider:before {
		width: 68%;
	}
	
	.history-slider-2 {
		max-width: 80%;
	}
	
	.staff, .grid-4, .grid-5 {
		flex-basis: 33.33333%;
	}
	
}

@media only screen and (max-width : 992px) {
	
	.home .stats .stat {
		font-size: 80px;
		font-weight: 300;
		line-height: 70px;
	}
	
	.home .intro .col-1-4 {
		width: 50%;
		float: left;
	}
	
	.bubble {
		margin-bottom: 30px;
	}
	
	#home-slider .event-image-container, #home-slider .event-info {
		width: 100%;
		float: none;
	}
	
	.magazine img {
		float: none;
	}
	
	.keyword-search, .category-search {
		width: 350px;
	}
	
}

@media only screen and (max-width : 780px) {
	
	.footer .ctas {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.footer .cta {
		width: 100%;
	}
	
}

@media only screen and (max-width : 768px) {

	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.text-right-center, .text-left-center {
		text-align: center;
	}
	
	.sidebar {
		width: 100%;
		position: static;
		margin: 58px 0 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.pagination {
		margin-bottom: 50px;
	}
	
	#quote-slider {
		margin-left: 50px;
		margin-right: 50px;
	}
	
	#quote-slider:before {
		left: -50px;
	}
	
	#quote-slider:after {
		right: -50px;
	}
	
	.home .stats .counter {
		margin-bottom: 50px;
	}
	
	/*.top {
		position: static;
		margin: 30px auto 0;
	}*/
	
	.home .hero .hero-holder {
		bottom: 80px;
		right: 50%;
		width: 100%;
		padding: 0 30px;
		-webkit-transform: translateX(50%);
			-ms-transform: translateX(50%);
				transform: translateX(50%);
	}
	
	.home .hero .hero-holder p {
		font-size: 28px;
		line-height: 36px;
	}
	
	.history-slider .slick-prev {
	    left: 0px;
	}
	
	.history-slider .slick-next {
	    right: 0px;
	}
	
	.history-slider-2 {
		max-width: 100%;
	}
	
	.staff {
		flex-basis: 50%;
	}
	
	.grid-3, .grid-4, .grid-5 {
		flex-basis: 50%;
	}
	
	.callout .button {
		position: static;
	}
	
	.callout h2, .callout p {
		margin-right: 0px;
	}
	
	.freeform-row, .calendar-item .flex {
		flex-direction: column;
	}
	
	.calendar-heading {
		display: none;
	}
	
	.calendar-item .register {
		position: static;
		-webkit-transform: none;
		   -moz-transform: none;
				transform: none;
	}
	
	.calendar-item .event-info {
		margin-right: 0px;
		margin-bottom: 15px;
		
		
		overflow: auto;
		padding-right: 0px;
	}
	
	.calendar-item .event-info .description {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	.calendar-item .date {
		margin-bottom: 15px;
		
		
		float: none;
	}
	
	.calendar-item .event-info .flex div {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	.img-txt-combo img {
		float: none;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	.current-issue .flex {
		flex-direction: column;
	}
	
	.current-issue .issue-img {
		margin-bottom: 30px;
	}
	
	.current-issue .issue-text {
		margin-left: 0px;
	}
	
	.current-issue .btn {
		position: relative;
	}
	
	.resources {
		grid-template-columns: 1fr;
	}
	
	.print-options .print-row {
		flex-direction: column;
	}
	
	.print-options .print-row div {
		margin-bottom: 30px;
	}
	
	.cert-table {
		border-spacing: 0;
		border-collapse: collapse;
	}
	
	.cert-table thead, .cert-table tbody, .cert-table tbody th, .cert-table tbody td, .cert-table tbody tr {
		display: block;
	}
	
	.cert-table thead {
		display: none;
		position: relative;
	}
	
	.cert-table tbody td:first-child {
		border-top: 1px solid rgba(70,40,13,0.25);
		position: relative;
	}
	
	.cert-table tbody td:before {
		content: attr(data-title);
		display: block;
		text-align: center;
		font-weight: 700;
		color: #999;
		margin-bottom: 10px;
	}
	
	.cert-table td:first-child {
		font-weight: 700 !important;
		text-align: center;
		padding-left: 1.25rem;
		padding-top: 20px;
		padding-bottom: 20px;
		white-space: normal;
		margin: 0;
	}
	
	.cert-table tbody tr:nth-child(6) td {
		border-bottom: none;
	}
	
	.cert-table .btn-container, .cert-table .btn {
		width: auto;
	}
	
	.cert-table tbody td:first-child {
		color: #815f87;
		font-size: 16px;
	}
	
	.cert-table .btn.rl, .cert-table .btn.rpl, .cert-table .btn.cpl {
		width: 200px;
	}
	
	.cert-table.button-table tbody tr td:first-child {
		text-align: center;
	}
	
	.cert-table.button-table tbody tr td:nth-child(2) {
		display: none;
	}
	
	.cert-table.button-table tbody tr:first-child {
		margin-bottom: 15px;
	}
	
	.event-item .item-image {
		margin-right: 0px;
		margin-bottom: 20px;
		float: none;
	}
	
	.eyebrow, .eyebrow-icons {
		display: none;
	}
	
	.annual-meeting-page .col-2-3 {
		float: left;
		width: 66.66666%;
	}
	
	.annual-meeting-page .col-1-3 {
		float: left;
		width: 33.33333%;
	}
	
	.footer .copyright-list {
		margin-bottom: 10px;
	}
	
	.keyword-search, .category-search {
		width: 100%;
	}
	
	.keyword-search {
		margin-bottom: 25px;
	}

}

@media only screen and (min-width: 641px) {

	.hidden-on-desktop {
		display: none !important;
	}
	
}

@media only screen and (max-width: 640px) {
	
	.hidden-on-mobile {
		display: none !important;
	}
	
	.hidden-on-desktop {
		display: block !important;
	}
	
	.header {
		text-align: center;
	}
	
	.hero .page-title, .breadcrumbs {
		text-align: center;
	}
	
	.img-left {
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
		display: block;
	}
	
	.img-right {
		float: none;
		margin-left: 0px;
		margin-bottom: 30px;
		display: block;
	}
	
	.history-slider:before {
		width: 0px;
		height: 0px;
		background: none;
	}
	
	.grid {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
	
	.grid-2, .grid-3, .grid-4, .grid-5 {
		flex-basis: 100%;
	}
	
	.signup-form .form-item {
		display: block;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	
	.signup-form input[type="text"] {
		width: 100%;
	}
	
	table.small-only {
		display: table;
	}
	
	table.large-only {
		display: none;
	}

	.aapl-table.membership td:first-child {
		font-size: 14px;
		color: #815f87;
	}
	
	.aapl-table.membership td:nth-child(2) {
		font-size: 14px;
		font-weight: 400;
		color: #818387;
	}
	
	.aapl-table.membership td, .aapl-table th { 
		padding: 30px 10px;
	}
	
	.aapl-table.membership th {
		padding: 30px 0px 10px;
	}
	
	.aapl-table.pricing-info th {
		border-bottom: 1px solid #d7d7d7;
	}
	
	.aapl-table.pricing-info td {
		padding: 35px 0;
	}
	
	.aapl-table.pricing-info .st-head-row-main {
		display: none;
	}
	
	.aapl-table.pricing-info .st-head-row {
		padding: 30px 0;
	}
	
	.content-slider .slick-prev,
	.content-slider .slick-next {
		background: none;
		border-radius: 0;
	}
	
	.blog-filter .landnews-link {
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
	}
	
	.current-issue .issue-img, .magazine img {
		width: 100%;
		max-width: 100%;
	}
	
	.magazine img {
		margin-right: 0px;
	}
	
	.annual-meeting-page .keynote-speaker .img-txt-combo img {
		width: 100%;
	}
	
	.annual-meeting-page .col-1-3, .annual-meeting-page .col-2-3 {
		float: none;
		width: 100%;
	}
	
	.top {
		bottom: 30px;
	}
	
	.bubble-grid {
		grid-template-columns: 1fr;
	}
	
	.bubble-grid .bubble {
		margin: 0 auto;
	}

}

@media only screen and (max-width : 480px) {
	
	.home .intro .col-1-4 {
		width: 100%;
		float: none;
	}
	
	.hero .page-title .heading, .hero .page-title h1 {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 1px;
	}
	
	.staff {
		flex-basis: 100%;
	}
	
	.event-item .item-image {
		width: 100%;
	}
	
	.event-item .item-info span {
		display: block;
	}
	
	.footer {
		padding: 0 0 60px;
	}
	
}

@supports (-webkit-overflow-scrolling: touch) {

	.blog, .blog.articles {
		background-attachment: scroll !important;
	}

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}

@media print {
	
	@page  { 
	    margin: 25mm 25mm 25mm 25mm;  
	}
	
	.hidden-on-print, a[href^="#"], .top, .hero, .header, .footer, .sidebar, .breadcrumbs, .share, .prev-next, .back, .social-list, .sponsors, .related-posts, #expand-article {
		display: none !important;
	}
	
	.show-on-print, #article-extended {
		display: block !important;
	}
	
	body {
		font-size: 12px;
		line-height: 18px;
		background: none;
	}
	
	p {
		margin-bottom: 15px;
	}
	
	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.logo-print {
		display: block;
	}
	
	.toggle {
		margin-bottom: 0px !important;
	}
	
	.toggle .toggle-content {
		display: block !important;
		margin-bottom: 0px !important;
	}
	
	/*.content-section {
		padding: 0;
	}*/
	
	.blog-story h1 {
		font-size: 18px;
	}
	
    /**,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 *!/
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        /*border: 1px solid #999;*/
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}