/*  ======================================================
    00. DEBUG
	====================================================== */

/*
.col-1-1 { background-color: #999; }
.col-1-3 { background-color: #ccc; }
.col-2-3 { background-color: #666; }
.col-1-4 { background-color: #f1f1f1; }
*/


/* ==========================================================================
   01. INITILIZR
   Original author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
code {
    background: hsl(220, 80%, 90%);
}

pre {
    white-space: pre-wrap;
    background: hsl(30,80%,90%);
}
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
html, button, input, select, textarea {
  font-family: 'MetropolisLight', veranda, sans-serif; 
  font-size: 17px;
  letter-spacing: 1.5 px;
  font-weight: 300;
  line-height: 1.5;
  font-stretch: expanded
}
body {
  font: 18px/24px;
  font-family: 'MetropolisLight', veranda, sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1.5 px;
  font-stretch: expanded;
  line-height: 1.5;
	color: #4b4b4b;
	background: #fff;
	margin: 0;
	padding: 0;
}
p, ul, ul li, ol, ol li {
	font-family: 'MetropolisLight', veranda, sans-serif;
	font-style: normal;
	letter-spacing: 1.5 px;
	font-stretch: expanded;
	font-weight: 300;
	font-size: 17px; line-height: 1.5;
	margin: 0 0 .75em 0;
}
p.large { font-size: 18px; line-height: 24px;}

html,
button,
input,
select,
textarea {
  color: #373334;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  color: #373334;
  padding: 10px;
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

}
input[type="radio"] { margin-right: 1em; }
label { cursor: pointer; }
input[type="submit"] {
	border: 0;
  background-color: #e8903e;
  color: #fff;
  text-decoration: none;
  padding: .75em 2em;
  font-size: 16px;
  cursor: pointer;
  margin-right: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

iframe { max-width: 100%; }

html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #fff;
  text-shadow: none;
}
::selection {
	color: #fff;
  background: #0084a9;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
	max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* ==========================================================================
   03.	TEXT
   ========================================================================== */
@font-face {
	font-family: 'MetropolisLight';
	src: url("/fonts/MetropolisLight.otf") format('opentype');
	
}
@font-face {
	font-family: 'MetropolisBold';
	src: url("/fonts/MetropolisBold.otf") format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'MetropolisRegular';
	src: url("/fonts/MetropolisRegular.otf") format('opentype');
}
@font-face {
	font-family: 'MetropolisMedium';
	src: url("/fonts/MetropolisMedium.otf") format('opentype');	
}

h1 {
	color: #2a4477;
	line-height: 1.2;
	/*font-family: 'montserratregular';	*/
	margin: 0 0 .25em 0;
	font-family: "MetropolisBold", Veranda, sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: 600;
}
h2, h3, h4, h5 {
	color: #2a4477;
	line-height: 1.2;
	/*font-family: 'montserratregular';	*/
	margin: 0 0 .25em 0;
	font-family: "MetropolisRegular", Veranda, sans-serif;
	font-style: normal;
	font-weight: 600;
}
h1 { font-size: 30px; font-weight: 600;	text-transform: uppercase;}
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }

a {
	color: #2a4477;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
a:hover {
	color: #78ac3d;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* ==========================================================================
   04.	BUTTONS
   ========================================================================== */

a.btn { display: inline-block; }
.gform_button.button,
.btn {
	border: 0;
	margin-top: 1em;
	background-color: #e8903e;
	color: #fff;
	text-decoration: none;
	padding: .75em .75em;
  font-family: 'MetropolisLight', Veranda, sans-serif;
  font-size: 16px;
  font-weight: 300;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.btn:hover {
	border: 0;
	background: #ca4a27;
	color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.btn.outline {
	background: transparent;
	border: 1px solid #e8903e;
	color: #fff;
}
.btn.outline:hover {
	background: #e8903e;
	border: 1px solid #e8903e;
	color: #e8903e;
}
.home-hero .btn.outline:hover { color: #fff; }
.btn.registration {
	margin: 0;
	padding: 1em 3em;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
.btn.large {
	font-size: 20px;
	background-color: #e8903e;
	padding: .75em 3em;
	display: inline-block;
	font-weight: 700;
}
.btn.large:hover {
	background: #ca4a27;
}
.btn.inline {
  background-color: #e8903e;
  color: #fff;
  text-decoration: none;
  padding: .75em 2em;
  font-size: 16px;
	display: inline-block;
}
.btn.case {
	margin-top: 0em;
	font-size: 20px;
	background-color: #e8903e;
	padding: .5em .5em;
	display: inline-block;
	font-weight: 400;
	margin: 1 auto;
	position: absolute;
  left: 0;
	right: 0;
}
.btn.case:hover {
	background: #ca4a27;
}


/* ==========================================================================
   04.	GLOBAL SETTINGS / INTERACTION CLASSES
   ========================================================================== */

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.float-right { float: right !important; }

.margin-center { margin: 0 auto; }
.col-2-3.margin-center {     margin-left: 16.66%; }

.margin-left { margin-left: 1em; }
.margin-top { margin-top: 1em; }
.margin-bottom { margin-bottom: 1em; }
.margin-right { margin-right: 1em; }
.no-margin { margin: 0; }
.no-margin-top { margin-top: 0; }
.no-margin-bottom { margin-bottom: 0; }
.half-margin-v { margin: .5em 0; }
.no-min { min-height: 0 !important; }

.inline { display: inline; }

.sep {
	background: #fff url(../img/sep.jpg) top left repeat-x;
	height: 56px;
	width: 100%;
	display: block;
}

.bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
	top: 0;
  z-index: 0;
}
.bg-overlay.blue { background-color: rgba(42,68,119,.8); }
.bg-overlay.light { background-color: rgba(0,0,0,.3); }
.bg-overlay.dark { background-color: rgba(0,0,0,.6); }

/* core colors */
.white { color: #fff !important; }
.green { color: #afb81d !important; }
.dark-blue,
.blue { color: #29b3ff !important; }
.light-blue { color: #78bed1 !important; }
.grey { color: #8c8c8c !important; }
.black { color: #000 !important; }

.white-bg { background-color: #fff; }
.green-bg { background-color: #afb81d; color: #fff; }
.dark-blue-bg { background-color: #0084a9 !important;  color: #fff;  }
.light-blue-bg { background-color: #78bed1 !important; }

.clickable { cursor: pointer; }
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.no-hero {
	margin-top: 120px;
}

.bx-wrapper { max-width: none !important; }
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
ul.bxslider { margin: 0; padding: 0  !important; }
ul.bxslider li { margin: 0; padding: 0 !important; }
.bx-wrapper a.bx-next ,
.bx-wrapper a.bx-prev {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.bx-wrapper a.bx-next:hover ,
.bx-wrapper a.bx-prev:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}


.page section {
	margin: 3em auto;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3em;
}
.page section:last-child,
section.no-border {
  border-bottom: none;
}
.page section img {
	/*border: 1px solid #cbcbcb;
	margin-bottom: 8px;*/
}
.home section img { border: none; }
.home section h3 { margin-top: 1em !important; font-size: 22px; font-weight: 400; }
.team section h3 { margin-top: 0 !important; }

/* ==========================================================================
   05.	GRID
   ========================================================================== */

.flexslider-controls,
.wrapper {
  width: 90%;
  margin: 0 5%;
}

.full-width {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.col-content-wrapper {
	position: relative;
  padding: 0 2em;
	width: 100%;
}

.col-1-1,
.col-1-2,
.col-1-3,
.col-1-4,
.col-2-3 {
	text-align: left;
	/*overflow: hidden;*/
}

.right-arrow a {
	height: 61px;
	width: 65px;
	display: block;
	background: url(../img/arrow-right.jpg) no-repeat 0 0;
}
.left-arrow  a {
	height: 61px;
	width: 65px;
	display: block;
	background: url(../img/arrow-left.jpg) no-repeat 0 0;
}

#features ul.content {
	margin: 1em 0;
	padding: 0;
}
#features ul.content li {
  list-style: none;
  margin: 0 0 .5em 0;
  padding: 8px 0 10px 40px;
  background: url(../img/list-element.jpg) 0 0 no-repeat;
  line-height: 1em;
}


section .content-section:first-child { border: none; }
section .content-section {
	padding: 2em 0;
	border-top: 1px solid #e9e9e9;
}
section .content-section:nth-child(even) {
	/*background: #e9e9e9;*/
}
section .content-section .col-2-3 h2 { margin-top: 2em; }
section .content-section .col-2-3 h2:first-child { margin-top: 0; }



/************************************
 *
 * CALL OUT AREA
 *
 ************************************/
.wrapper.callout {
	height: 100%;
	width: 100%;
	margin: 0 auto 3em;
}

.home .wrapper.callout { margin: 3em auto 0; }
.callout .col-1-4 { text-align: center !important; padding: 0 1.25%; }
.callout p {font-size: 14px; }






.col-margins { padding-right: 2.5%;	}


.vertical-top {
	top: 0;
	bottom: auto;
}
.vertical-center  {
	position: relative;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	top: auto !important;
	bottom: auto !important;
}
.vertical-bottom  {
	top: auto;
	bottom: 0;
}


/* ==========================================================================
   05.	GRID INTERACTIONS
   ========================================================================== */


.overlay-text {
	position: absolute;
}

footer .col-1-2 { min-height: 0; height: auto;}

.radio-image input[type="radio"] {
  display: none;
}
.radio-image-option {
  border: 3px solid #ddd;
}
.radio-image-option:hover {
  border: 3px solid #bbb;
}
.radio-image-option.selected,
.radio-image-option.selected:hover {
  border: 3px solid #069;
}
.radio-image-caption {
  text-align: center;
}

/* ==========================================================================
   06.	HEADER
   ========================================================================== */
header {
	width: 100%;
	color: #1b1b1b;
	/*position: fixed;*/
	top: 0;
	z-index: 11111;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-shadow: none;
}

header .verbose {
  display: none;
}

/* header left, center, right nav float sizes located in responsive code below */
header .header-left-content {
  float: left;
  text-align: center;
  position: relative;
}
header .header-center-content {
  position: relative;
  text-align: center;
  float: left;
}
header .header-right-content {
  position: relative;
  float: right;
  text-align: right;
}
header .logo { }
header .logo img { max-width: 350px; padding: 1em 0;}

header .menu {}
header ul.menu {
    list-style: none;
    display: inline-block;
    margin: 1.5em 0 0 0px;
    padding: 0;
}
header ul.menu li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
header ul.menu li:last-child a {
	border: 0;
	background-color: #e8903e;
	color: #fff;
	text-decoration: none;
	padding: .75em .75em;
	font-size: 16px;
	cursor: pointer;
	margin-right: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
header ul.menu li:last-child a:hover {
	background: #ca4a27;
	color: #fff !important;
}
header ul.menu li a {
  display: inline-block;
  text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #1b1b1b;
  background: transparent;
	padding: .75em 0;
	margin: 0 1em;
	position: relative;
	z-index: 1;
}
header .mobile ul.menu li a {
	padding: .75em 1.5em;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

header.scroll ul.menu li a:hover:after { }
header .mobile ul.menu li a:hover:after {  }

header ul.menu li a:hover {
	position: relative;
	color: #1b1b1b !important;
	/*border-bottom: 1px solid #e6e6e6;*/
}

/* current page styles */
header ul.menu li.current-menu-item ,
header ul.menu li.current-page ,
header ul.menu li.current-page-item ,
header ul.menu li.current-page-ancestor  {
}

header ul.menu li.current-menu-item a,
header ul.menu li.current-page a,
header ul.menu li.current-page-item a,
header ul.menu li.current-page-ancestor a {
	position: relative;
	/*border-bottom: 3px solid #e6e6e6;*/
}
header ul.menu li.current-menu-item a:after,
header ul.menu li.current-page a:after,
header ul.menu li.current-page-item a:after,
header ul.menu li.current-page-ancestor a:after {}
header .mobile ul.menu li.current-menu-item a:after,
header .mobile ul.menu li.current-page a:after,
header .mobile ul.menu li.current-page-item a:after,
header .mobile ul.menu li.current-page-ancestor a:after  {}
header .mobile ul.menu li.current-menu-item a,
header .mobile ul.menu li.current-page a,
header .mobile ul.menu li.current-page-item a,
header .mobile ul.menu li.current-page-ancestor a { }

/* sub menu styles */
header ul.menu li ul { display: none; margin: 0; padding: 0; }
header ul.menu li:hover ul { display: block; }
header ul.menu li:hover {}
header ul.menu li:hover a { color: #0084a9; }
header ul.menu li ul {
	position: absolute;
	width: 240px;
	background: #fff;
	z-index: 1000;
}
header ul.menu li ul li {
	display: block;
	width: 100%;
	margin-left: 0%;
}
header ul.menu li ul li a {
	display: block;
	padding: .25em 0;
}
header ul.menu li ul li a:hover {
}
header ul.menu li ul li:last-child a {
	border: 0;
  background-color: #fff;
  color: #0084a9;
  text-decoration: none;
  padding: 0 1em;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}
header ul.menu li ul li:last-child a:hover {
  background-color: #fff;
	color: #1d1d1d !important;
}
#sdrn_bar .sdrn_ic { margin-top: 20px; }
#sdrn_menu.top {     top: 40px; }
#sdrn_bar {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #0D0D0D;
  padding: 10px 16px;
  width: 100%;
  display: none;
  cursor: pointer;
  z-index: 499;
  overflow: hidden;
  display: none;
	height: 80px;
  line-height: 60px;
	text-align: right;
}
#sdrn_bar .bar_logo {
  border: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  margin-top: -30px;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  height: 60px;
  position: absolute;
  left: 2.5%;
  right: auto;
  top: 50%;
}
#sdrn_bar .menu_title {
  margin: 0 10px 0 0;
}
#sdrn_menu.left ul#sdrn_menu_ul, #sdrn_menu.right ul#sdrn_menu_ul {
  padding-top: 105px !important;
}
/*  ======================================================
    PAGE NAVIGATION
	====================================================== */
.page-navigation ol {
	padding: 0;
	margin: 1em 0 0 0;
}
.page-navigation ol li {
	display: inline-block;
	margin-left: 1em;
}
.page-navigation .bpn-prev-link { margin-left: 0; }
.page-navigation ol li a {
	display: inline-block;
	color: #008dcc;
	padding: 5px 1em;
	border: 1px solid #008dcc;
}
.page-navigation ol li.bpn-current {
	display: inline-block;
	padding: 5px 1em;
	border: 1px solid rgba(0,0,0,.1);
}
.page-navigation ol li a:hover {
	color: #fff;
}


/*  ======================================================
    MAIN STUFFS
	====================================================== */

.headline { margin: 3em 0 5em;}
.headline p {
	color: #78ac3d !important;
	font-size: 16px;
	margin: 0;
}
.headline h2 {
	font-size: 32px;
	margin: 0;
}


.intro {}

.float-left {
	float: left;
  margin: 0 2em 1em 0;
}
.main article {
	background: #fff;
	padding: 30px;
	border: 1px solid #dedede;
	border-top: none;
}
.page-template-page-mediacenter-php article { border-top: 1px solid #dedede; }
.home .main {
  padding: 30px;
	background: #fff;
	border: 1px solid #dedede;
	border-top: none;
}
.main .title,
footer .title { float: none; margin-bottom: 2em;}
footer .email-signup { font-size: 12px; margin-top: 0;}
.main .title h3,
footer .title h3 {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.25em;
	font-family: 'new_tai_lueregular';
}
.main .title h1,
footer .title h1 {
	position: relative;
	font-size: 1.5em;
	line-height: 1em;
	margin: .25em 0;
}

footer .title span {}
.main aside {
	padding: 0px;
	margin-top: 2.5em;
}
.main aside .widget {}
.widget { 	margin-bottom: 2em; }
.widget .textwidget {padding: 0;}
.widget .textwidget p { 	font-size: 16px; }
.main aside .widget ul {
	background: #fff;
	border: 1px solid #dedede;
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
.main aside .widget ul li a {
	color: #716d6d;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
}
.main aside .widget ul li a:hover,
.main aside .widget ul li.current_page_item {
	background: rgba(0,141,204,.2);
	border-left: 7px solid #008dcc;
}
.main aside .widget .widgettitle {
	font-size: 18px;
	text-transform: uppercase;
	color: #2e2e2e;
	padding: 0;
	width: 100%;
	margin: 0 0 .5em 0;
}

.main-copy {
/*  margin: 2em 15%;*/
  color: #666;
}
.main-copy.large {
  font-size: 16px;
}
#inner-content {
  min-height: 350px;
  padding-bottom: 5em;
}
table.table {
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}
table.table tbody {}
table.table thead { background: #2a4477; color: #fff;}
table.table thead tr {}
table.table thead tr td {
	padding: .5em 1em;
	font-size: 12px;
}
table.table thead tr th {
	padding: .5em 1em;
	font-size: 16px;
	font-weight: 500;
}
table.table thead tr td:nth-child(1) { width: 25%; }
table.table thead tr td:nth-child(2) { width: 50%; }
table.table thead tr td:nth-child(3) { width: 25%; }

table.table tbody tr {}
table.table tbody tr td {
	font-size: 16px;
	line-height: 22px;
	padding: .5em 1em;
}
table.table tbody tr:nth-child(even) {
	background-color: #ededed;
}


.page-template-page-course #inner-content { min-height: 0; }
.page-template-page-course p.download-maps { font-size: 14px; margin-top: -24px; }

/* ==========================================================================
   06.	FOOTER
   ========================================================================== */

.footer-cta {
	margin-top: 3em;
  padding: 2em 0;
	width: 100%;
	background: #e6e6e6 url(../img/footer-arrow.png) center center no-repeat;
	text-align: center;
}
.contact-page { margin-top: 2em; }
.contact-page .footer-cta { display: none; }
.home .footer-cta { margin-top: 0; }
.footer-cta .headline {}
.footer-cta .screen { position: relative; overflow: hidden; }
.footer-cta .screen a img {
	position: relative;
	z-index: 10;
	margin-bottom: -10px;
	padding-top: 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-cta .screen a:hover img {
	margin-bottom: 0px;
	padding-top: 0px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.social { display: inline-block; }
footer .social { margin-top: 1em; }
.social a {
	width: 36px;
	height: 36px;
	display: inline-block;
	overflow: hidden;
}
footer .social a { 	padding-right: .5em; }

footer {
	background-color: #444;
	color: #fff;
	font-size: 14px !important;
  padding: 1em 0 0;
}
footer .wrapper { padding: 50px 0; }

footer h4 {
	font-size: 18px !important;
	color: #fff;
	margin: 8px 0 1em;
}
.rde-footer .col-1-2,
footer .col-1-1,
footer .col-1-3,
footer .col-1-4,
footer .col-2-3 {
	min-height: 0;
	border: none;
	text-align: left;
	background-color: transparent;
}
footer p {
	font-size: 14px;
	color: #b2b2b2;
}
footer .copyright {
	width: 100%;
	color: #878787;
	background: #242424;
	font-size: 12px;
	font-weight: normal;
	padding: .5em 0;
	margin-top: 4em;
}
footer .copyright a { color: #b2b2b2; }


footer a {  color: #b2b2b2; text-decoration: none; }
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0;
}
footer ul li a {
	color: #b2b2b2;
	font-size: 14px;
}

footer .logo {
	float: left;
	position: relative;
	width: auto;
	margin-right: 2em;
	margin-top: -.5em;
}

.footer-container .wrapper > .nav {
	margin: 10px 0;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	width: 100%;
}
.footer-container nav ul {
	width: 100%;
	float: left;
}
.footer-container nav a {
	font-size: 16px;
	color: #fff;
    background: #373334;
	padding: 10px 15px;
}
.footer-container nav ul li:first-child a {
	padding-left: 0;
}
.footer-container nav a:hover {
	color: #f7b813;
}

.footer-container {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 30px;
}
.copyright {
	margin-top: 2em;
	padding-top: 1em;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}
.candorem p { margin: 0 0 -8px 0; font-size: 12px;}


/* ==========================================================================
   FLEXSLIDER - HOME
   ========================================================================== */
.home-hero {
  margin: 1em 0 0 0;
  background: #593168;
  height: auto;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 19px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: inset 0px 0px 19px 0px rgba(0,0,0,0.22);
  box-shadow: inset 0px 0px 19px 0px rgba(0,0,0,0.22);
}


/*.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}*/

.home-hero .col-1-2 {
	padding: 8em 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
	flex: 1;
}
.home-hero .col-1-2.first { background-color: #333; }
.home-hero h1 {
	color: #fff;
	font-size: 46px;
	margin: 0 0 0 0;

}
.home-hero h2 { color: #fff; margin: 0; }
.home-hero p {
	color: #fff;
	font-size: 20px;
}
.home-hero h1 span,
.home-hero h2 span { color: #f6ab2c; display: inline; }
.home-hero .overlay-text {
  position: absolute;
  z-index: 1;
  width: 80%;
  text-align: center;
  margin: 4em 10% 0;
}
.focus-content {
	margin: 0 auto;
	position: relative;
}
.home-hero .youtube {
	margin: 2em 0 -2em;
	position: relative;
	width: auto;
}
.home-hero .youtube .arrow-left {
  position: absolute;
  left: -220px;
  top: 40px;
  width: 180px;
  color: #fff;
  font-size: 12px;
}
.home-hero .youtube .arrow-right {
  position: absolute;
  right: -220px;
  top: 150px;
  width: 180px;
  color: #fff;
  font-size: 12px;
}
.home-hero .youtube iframe {
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
}


.hero {
  margin: auto;
  background: #2a4477;
  padding: 5em 0;
  position: relative;
  text-align: center;
  background-size: cover;
	background-repeat: no-repeat;
	max-width: 1200px;
}
.page-title {
	
	text-shadow: 1px 1px #3a3939;
	/* , -1px 1px #666, -1px -1px #666, 1px -1px #666 */
}
.hero h1,
.hero p {
	color: #fff;
}
.hero .content-container,
.home-hero .content-container {
	z-index: 1;
	position: relative;
}


.sidebar {
	background: #e6e6e6 ;
	padding: 1em 1.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style: none;
	font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.sidebar ul li a {
	padding: .5em 0;
	display: block;
	text-decoration:none;
	color: #666;
}
.sidebar ul li.current a {
	font-weight: 500;
}


/* ==========================================================================
   ACCORDION
   ========================================================================== */
#accordion { outline: none; }
.ui-accordion-header { cursor: pointer; outline: none;}
.ui-state-default { color: #666; }
.ui-state-default:hover { color: #0084a9; }
.ui-accordion-header-active { color: #0084a9;}
.ui-state-active { color: #0084a9; }
.ui-corner-top  {}
.ui-accordion-icons {}

.page-template-page-sleepographyquiz {}
.page-template-page-faq {}
.page-template-page-faq .ui-accordion-header { font-size: 20px; font-weight: 400; color: #0084a9; padding-bottom: .5em; margin-top: 3em; border-bottom: 1px solid #0084a9;}
.page-template-page-faq .ui-accordion-content { font-size: 20px;  font-weight: 400; color: #a3a4a4; padding: .5em 0 1em 0;}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@-webkit-keyframes shake {
	 0% { -webkit-transform:         translate(2px, 1px) rotate(0deg); }
	 10% { -webkit-transform:     translate(-1px, -2px) rotate(-2deg); }
	 20% { -webkit-transform:     translate(-3px, 0px) rotate(3deg); }
	 30% { -webkit-transform:     translate(0px, 2px) rotate(0deg); }
	 40% { -webkit-transform:     translate(1px, -1px) rotate(1deg); }
	 50% { -webkit-transform:     translate(-1px, 2px) rotate(-1deg); }
	 60% { -webkit-transform:     translate(-3px, 1px) rotate(0deg); }
	 70% { -webkit-transform:     translate(2px, 1px) rotate(-2deg); }
	 80% { -webkit-transform:     translate(-1px, -1px) rotate(4deg); }
	 90% { -webkit-transform:     translate(2px, 2px) rotate(0deg); }
	 100% { -webkit-transform:     translate(1px, -2px) rotate(-1deg); }
}
.shake {
	-webkit-animation-name: 			shake;
	-webkit-animation-duration:     	0.8s;
	-webkit-animation-iteration-count: 	infinite;
	-webkit-animation-timing-function: 	linear;
	-webkit-transform-origin:    		50% 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img.cap {
	width: 100%;
	height: 200px;
	object-fit: cover;
	/* padding: 1px; */
	margin-top: 0 !important;
}

/* What We Do Section*/

.wwd-items {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

.wwd-item {
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	border: 1px solid #e4e4e4;
	width: 240px;
	flex-direction: column;
	align-content: space-between;
	margin-bottom: 15px;
}

.wwd-item a {
	text-decoration: none;
}

.wwd-title {
	/* margin-top: 10px; */
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	background-color: #e8903e;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wwd-text {
	/* margin-top: 10px; */
	margin-left: 10px;
}

/* Index.php (Main Page) */
#what-we-do {
	padding: 10px 60px 0 60px;
	color: #2a4477;
}

/* Popup video */
.modal-dialog {
	max-width: 800px;
	margin:    30px auto;
}
  
.modal-body {
	position: relative;
	padding:  0;
}
  
.close {
	position:    absolute;
	right:       -30px;
	top:         0;
	z-index:     999;
	font-size:   2rem;
	font-weight: normal;
	color:       #fff;
	opacity:     1;
}
.container {
  	position: relative;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.tri-circle{
	width: 40px;
}

#video-container {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 805px;
	height: 300px;
	margin: auto;
}

#video-container .video-primary {
	flex: 2 auto;
	position: relative;
}

#video-container .video-secondary {
	flex: 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 5px;
}

#video-container .video-secondary div {
	flex: 1 auto;
}

#video-container .video-secondary div:first-of-type {
	margin-bottom: 3px;
}

#video-container .video-btn {
	cursor: pointer;
	display: block;
	position: relative;
}

.thumbnail-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-text-overlay {
	display: flex;
	flex-direction: row;
	color: #f5f5f5;
	position: absolute;
	text-align: right;
	bottom: 1rem;
	right: 0.5rem;

	font-size: 12pt;
}

.video-text-overlay div:first-of-type {
	margin-right: 8px;
}

.video-text-overlay span {
	display: block;
	line-height: 1;
}
/* Webinars*/

.web-items {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.web-item {
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	border: 1px solid #e4e4e4;
	width: 292px;
	flex-direction: column;
	margin-right: 8px;
	margin-bottom: 15px;
	justify-content: space-between;
	display: none;
}

.web-item a {
	text-decoration: none;
}

.web-title {
	/* margin-top: 10px; */
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	background-color: #073392;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}



.webs-text {
  position: absolute;
	bottom: 0;
	right: 0;
	left:0;
  background-color:rgba(16, 123, 247, 0.7);
  color: white;
  padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
}

.web-image {
	position: relative;
	width: 100%;
}

img.web-cap {
	width: 100%;
	height: 250px;
	object-fit: cover;
	/* padding: 1px; */
	margin-top: 0 !important;
}

.initiallyHidden {
	display:none;
	color: #4b4b4b;
}
.toggler{
	color: #2a4477;
	cursor: pointer;
}

/* White Papers*/

.whp-items {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.whp-item {
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	border: 1px solid #e4e4e4;
	width: 290px;
	flex-direction: column;
	margin: 0 5px 10px 5px;
	justify-content: space-between;
	display: none;
}

.whp-item a {
	text-decoration: none;
}

.whp-title {
	/* margin-top: 10px; */
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	background-color: #073392;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.whp-text {
	/* margin-top: 10px; */
	margin-left: 10px;
	font-size: 16px;
	color: grey;
	padding-left: 5px;
}

.whps-text {
  position: absolute;
	bottom: 0;
	right: 0;
	left:0;
  background-color:rgba(16, 123, 247, 0.7);
  color: white;
  padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	margin-bottom: 0px;
}

.whp-image {
	position: relative;
	width: 100%;
}

img.whp-cap {
	width: 100%;
	height: 250px;
	object-fit: cover;
	/* padding: 1px; */
	margin-top: 0 !important;
}

.sidebar-whp {
	background: #e6e6e6 ;
	margin-top:5px;
	margin-right:5px;
	padding: 0.5em 0.5em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
.sidebar-whp ul {
	margin: 0;
	padding: 0;
}
.sidebar-whp ul li {
	list-style: none;
	font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.sidebar-whp ul li a {
	padding: .5em 0;
	display: block;
	text-decoration:none;
	color: #666;
}
.sidebar-whp ul li.current a {
	font-weight: 500;
}
/* The "show" class is added to the filtered elements */
