/* ================================================================================== */
/* == Normalize.css v4.1.1 ========================================================== */
/* ================================================================================== */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}


/* Viewport Sizing */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }


/* Extra Reset */  
*, *:before, *:after { box-sizing: border-box; margin: 0; padding: 0; list-style: none; }



/* ================================================================================== */
/* == Variable Reference ============================================================ */
/* ================================================================================== */

/* 

$body-font: 'Source Sans Pro', sans-serif;
$menu-font: 'Roboto', sans-serif;
$headline-font: 'Lora', serif;

$primary-color: #006400;
$comp-color: complement($primary-color);

$bg-color-sidebar: #FBFCFC;
$border-color-sidebar: #EEEEEE;

$text-body-color: #8E8E93;
$text-body-color(darkened): #6F6F73;
$text-darkest-color: #222222;

*/



/* ================================================================================== */
/* == Global Base =================================================================== */
/* ================================================================================== */

html, body {
	font-family: "Source Sans Pro", sans-serif;
	background: #EFEEEE;
	color: #6F6F73;
	font-size: 16px;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
	
a {
	text-decoration: none;
	color: #006400;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
}
a:hover { color: #f47a20; }

@media only screen and (max-width: 680px) {
	html, body { font-size: 15px; }
}
@media only screen and (max-width: 410px) {
	html, body { font-size: 14px; }
}

    
    
/* ================================================================================== */
/* == Global Layouts ================================================================ */
/* ================================================================================== */

#main {	max-width: 1240px; margin: 0 auto; background: #fff; box-shadow: 0 0 3px rgba(0,0,0,0.3), 0 0 8px rgba(0,0,0,0.1); overflow: hidden; }

.main-content {	position: relative; height: 100%; overflow: hidden; }

.content { width: calc(100% - 340px); overflow-y: scroll; }
.content-body { padding: 45px 40px; }

.side-content {	position: absolute; top: 0; right: 0; width: 340px; height: 100%; background: #FBFCFC; border-left: 1px solid #EEE; }

#footer { clear:both; }

@media only screen and (max-width: 840px) {
	.content { width: 100%; }
	.side-content {	display: none; }
}
@media only screen and (max-width: 480px) {
	.content-body { padding: 1.8rem; }
}

/*html, body { min-height: 100vh; }*/
.main-content, .content { min-height: calc(100vh - 212px); }




/* ================================================================================== */
/* == Global Typography Base ======================================================== */
/* ================================================================================== */

h1, h2, h3, h4 { color: #222222; }

h1 {
	font-family:"Lora",serif;
	font-weight:700;
	font-style:inherit;
	/*font-size:3.75rem;
	line-height:1.07em;*/
	font-size: 3rem;
	line-height: 1.1em;
	/*margin-top:1.5rem;*/
	margin-top: 0;
	/*margin-bottom:0;*/
	margin-bottom: 1.5rem;
}

h2 {
	font-family:inherit;
	font-weight:600;
	font-style:inherit;
	font-size:2.625rem;
	line-height:3rem;
	margin-top:1.5rem;
	margin-bottom:1.5rem;
}

h3 {
	font-family:inherit;
	font-weight:600;
	font-style:inherit;
	font-size:1.625rem;
	line-height:1.3em;
	margin-top:1.7rem;
	margin-bottom: 0.3em;
}

h4 {
	font-family:inherit;
	font-weight:600;
	font-style:inherit;
	font-size:1rem;
	line-height:1.5rem;
	margin-top:1.5rem;
	margin-bottom:0;
}

h5 {
	font-family:inherit;
	font-weight:400;
	font-style:italic;
	font-size:1rem;
	line-height:1.5rem;
	margin-top:1.5rem;
	margin-bottom:0;
}

p,ul,ol,pre,table,blockquote {
	margin-top:0;
	margin-bottom:1.5em;
}

ul ul,ol ol,ul ol,ol ul {
	margin-top:0;
	margin-bottom:0;
}

hr {
	border:1px solid;
	margin:-1px 0;
}

b,strong,em,small,code {
	line-height:1;
}

sup {
	line-height:0;
	position:relative;
	vertical-align:baseline;
	top:-.5em;
}

sub {
	bottom:-.25em;
}

blockquote {
	font-size:1.375rem;
	line-height:1.5em;
	color:#222;
	font-family:"Lora",serif;
	font-style:italic;
	margin: 2.3em 0 2.075em;
	position:relative;
}

blockquote:before {
	content:"";
	background:url(../../img/icon-quote.svg) no-repeat center;
	background-size:100% auto;
	width:2.4em;
	height:2.4em;
	position:absolute;
	top:-.55em;
	left:-1.3em;
	opacity:.25;
}

.category-label {
	background: #006400;
	color:#fff;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	padding:0 1em;
	line-height:2.2em;
	letter-spacing:.05em;
	border-radius:50px;
	display:inline-block;
}

.category-label:hover { background: #f47a20; color: #fff; }



/* ================================================================================== */
/* == voForm ======================================================================== */
/* ================================================================================== */

.voForm { font-size: 1rem; }
.voForm legend { display: none; }
.voForm fieldset { border: none; padding: 0; }
.voForm label { display: block; color: #333; font-weight: bold; }
.voForm input,
.voForm textarea {  padding: 5px 9px; border: 1px solid #8E8E93; border-radius: 3px; width: 100%; }
.voForm .submit { padding: 7px 9px; border: none; background: #006400; border-radius: 3px; width: 100%; color: #fff; font-weight: bold; cursor: pointer; }
.voForm .submit:hover { background: #333; }



/* ================================================================================== */
/* == voImage ======================================================================= */
/* ================================================================================== */

.voImage {  }
.voImage img { display: block; max-width: 100%; height: auto; }
.voImage.left { float: left; margin: 0 1.5rem 0.5rem 0; }
.voImage.right { float: right; margin: 0 0 0.5rem 1.5rem }
.voImage.center,
.voImage.fill { width: 100% !important; max-width: 100% !important; margin: 1.5em 0 }
.voImage.fill img { width: 100% !important; }
/*@media only screen and (min-width: 1240px) { 
	.voImage.left { margin-left: -125px; }
}*/
@media only screen and (max-width: 500px) { 
	.voImage.left,
	.voImage.right { float: none; margin: 1.5rem auto; }
}



/* ================================================================================== */
/* == Header ======================================================================== */
/* ================================================================================== */

#header {
	height:110px;
	color:#fff;
	background:#fff;
	font-family:"Roboto",sans-serif;
	padding:0 1.75em;
	position:relative;
	z-index:9;
}
#header:before { content: ""; position: absolute; top: 1px; right: 30px; width: 155px; height: 100px; background: url(../../img/aus-biotech.png) no-repeat center; background-size: 100% auto; }
#header:after {	content:"";	display:table; clear:both; }


/* Logo */
#header #logo { float: left; width: 262px; height: 100%; text-indent: -9999px; background: url(../../img/logo.png) no-repeat center; background-size: 100% auto;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none; }


/* Secondary Nav */
#nav-secondary { float: right; font-size: 14px; opacity: .85; 
	//margin-top: 30px;
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav-secondary .header-date { display: block; text-align: right; font-size: 12px; opacity: 0.65; margin-bottom: -.25em; }
#nav-secondary a,
#nav-secondary .name { color: #fff;  }
#nav-secondary li { float: left; position: relative; margin-left: 1.4em; }
#nav-secondary li:before { content: ""; position: absolute; top: 50%; margin-top: -7px; left: -.7em; width: 1px; height: 14px; background: #fff; }
#nav-secondary li:first-child:before { display: none; }


/* Login Modal */
#login-now { 
	font-size: 18px;
	background: #101115;
	background: -moz-linear-gradient(top,  #101115 0%, #1e1f26 100%);
	background: -webkit-linear-gradient(top,  #101115 0%,#1e1f26 100%);
	background: linear-gradient(to bottom,  #101115 0%, #1e1f26 100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
}
.openNav #login-now{
	-webkit-transform: translate3d(80%,0,0);
	-moz-transform: translate3d(80%,0,0);
	-ms-transform: translate3d(80%,0,0);
	-o-transform: translate3d(80%,0,0);
	transform: translate3d(80%,0,0);
}
@media only screen and (max-width: 350px) {
	.openNav #login-now{
		-webkit-transform: translate3d(85%,0,0);
		-moz-transform: translate3d(85%,0,0);
		-ms-transform: translate3d(85%,0,0);
		-o-transform: translate3d(85%,0,0);
		transform: translate3d(85%,0,0);
	}
}

#login-now #login-content {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 300px;
	margin-top: 0 auto;
}

#login-now .close { position: absolute; top: 20px; right: 20px; width: 3rem; height: 3rem; opacity: 0.85; cursor: pointer; }
#login-now .close svg { fill: #ffffff; display: block; width: 100%; height: 100%; }
#login-now .close:hover { opacity: 1; }

#login-now h2 { color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.25); margin: 0 0 0.65em 0; }
/*#login-now h2:before { content: ""; display: block; width: 100%; height: 60px; background: url(../../img/logo.png) no-repeat center; background-size: auto 100%; }*/
#login-now fieldset { border: none; padding: 0; }
#login-now ul { margin: 0; }
#login-now li { margin-bottom: 0.6em; }
#login-now input,
#login-now button { padding: 0 .65em; width: 100%; height: 2.3em; border: none; border-radius: 3px; background: #38393D; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.25); }
#login-now input { box-shadow: inset 0 1px 2px rgba(0,0,0,0.2); }
#login-now .submit { 
	color: #fff;
	background: #006400;
	background: -moz-linear-gradient(top,#d6262d 0%,#b82027 100%);
	background: -webkit-linear-gradient(top,#d6262d 0%,#b82027 100%);
	background: linear-gradient(to bottom,#d6262d 0%,#b82027 100%);
	border: 1px solid #006400;
	border-top: 1px solid #f54950;
	border-bottom: 1px solid #911a1e;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	margin-top: .65em;
}
#login-now .forgot-my-password { color: #8E8E93; font-size: 0.75em; }
#login-now .message {
	color: #fff;
	background: #006400;
	background: -moz-linear-gradient(top,#d6262d 0%,#b82027 100%);
	background: -webkit-linear-gradient(top,#d6262d 0%,#b82027 100%);
	background: linear-gradient(to bottom,#d6262d 0%,#b82027 100%);
	margin-bottom: 1.3em;
	padding: .65em;
	font-size: 0.9em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-radius: 3px;
}
#login-now .message:empty { display: none; }

@media only screen and (max-width: 450px) {
	#login-now #login-content { max-width: calc(100% - 2.6em); }
}
/*@media only screen and (max-width: 480px) {
	#login-now #login-content { position: absolute; width: 100%; top: auto; bottom: 1.3em;
	-webkit-transform: translateY(0) translateX(-50%);
	-ms-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%); }
}*/



/* ================================================================================== */
/* == Desktop Navigation ============================================================ */
/* ================================================================================== */

#main-nav {
	clear: both;
	overflow: hidden;
background: #006400;
  background: -moz-linear-gradient(top, #006900 0%, #004500 100%);
  background: -webkit-linear-gradient(top, #006900 0%, #004500 100%);
  background: linear-gradient(to bottom, #006900 0%, #004500 100%);
  border-top: 1px solid #549F2D;
  border-bottom: 1px solid #001800;
	font-family: 'Roboto',sans-serif;
	position: relative;
	z-index: 9;
	padding-right: 60px;
}
#main-nav li { float: left; position: relative;	padding-right: 2px; }
#main-nav li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
background: #006400;
  background: -moz-linear-gradient(top, #004b00 0%, #001800 100%);
  background: -webkit-linear-gradient(top, #004b00 0%, #001800 100%);
  background: linear-gradient(to bottom, #004b00 0%, #001800 100%);
}
#main-nav li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 1px;
	width: 1px;
	height: 100%;
background: #006400;
  background: -moz-linear-gradient(top, #00aa00 0%, #006e00 100%);
  background: -webkit-linear-gradient(top, #00aa00 0%, #006e00 100%);
  background: linear-gradient(to bottom, #00aa00 0%, #006e00 100%);
}
#main-nav li:hover {
background: -moz-linear-gradient(top, #005000 0%, #002700 100%);
  background: -webkit-linear-gradient(top, #005000 0%, #002700 100%);
  background: linear-gradient(to bottom, #005000 0%, #002700 100%);
}
#main-nav li a { display: block; color: #fff; color: rgba(255,255,255,0.85); text-shadow: 0 1px 1px rgba(0,0,0,0.25); padding: 0 1.313em; line-height: 3.063em;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none; }


/* Search */
#main-nav li#search-toggle { position: absolute; top: 0; left: calc(100% - 60px); width: 3.75em; width: 100%; padding-right: 0; transition: all 1s; }
#main-nav li#search-toggle:before { left: 1px; }
#main-nav li#search-toggle:after { left: 0px; }
#main-nav li#search-toggle a { background: url(../../img/icon-search.svg) no-repeat center center; background-size: 1em; text-indent: -9999px; width: 3.75em; width: 60px; cursor: pointer; float: left; }
#main-nav li#search-toggle form { float: left; width: calc(100% - 60px); }
#main-nav li#search-toggle form .search-site { float: left; width: 88%; border: none; height: 2.1em; padding: 0 6px; margin-top: .5em; border-radius: 3px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.2); }
#main-nav li#search-toggle form .submit {
	float:left;
	border:none;
	border-radius:3px;
	box-shadow:0 1px 2px rgba(0,0,0,0.25);
	height:2.1em;
	margin-top:.5em;
	margin-left:1%;
	width:10%;
	padding:0 .7em;
	color:#fff;
	background:#101115;
	background:-moz-linear-gradient(top,#101115 0%,#1e1f26 100%);
	background:-webkit-linear-gradient(top,#101115 0%,#1e1f26 100%);
	background:linear-gradient(to bottom,#101115 0%,#1e1f26 100%);
}

#main-nav li#search-toggle.open {
	left:0;
	background: #006400;
	background: -moz-linear-gradient(top, #006900 0%, #004500 100%);
	background: -webkit-linear-gradient(top, #006900 0%, #004500 100%);
	background: linear-gradient(to bottom, #006900 0%, #004500 100%);
}

.header-narrow #main-nav li#search-toggle form .search-site,
.header-narrow #main-nav li#search-toggle form .submit { height: 1.9em; margin-top: .3em; }


@media only screen and (max-width: 950px) {
	#main-nav #nav-subscribe { display: none; }
}
@media only screen and (max-width: 825px) {
	#main-nav { font-size: 15px; }
}
@media only screen and (max-width: 780px) {
	#main-nav { font-size: 14px; }
}



/* ================================================================================== */
/* == Mobile Navigation ============================================================= */
/* ================================================================================== */

#menu-toggle { float: right; line-height: 64px; border-left: 1px solid #eee; color: #6F6F73; padding: 0 20px; text-transform: uppercase; font-size: 14px; cursor: pointer; display: none; }


.header-narrow  { width: 100%; position: fixed; z-index: 1000; top: 0; left: 0; }
.header-narrow  #header { height: 64px; }
.header-narrow  #header #logo { width: 160px; }
.header-narrow  #nav-secondary .header-date { display: none; }
.header-narrow #main-nav { font-size: 14px;	}
.header-narrow #main-nav li a { line-height: 2.5em; }

@media only screen and (min-width: 1240px) {
	.header-narrow { width: 1240px !important; left: 50%; margin-left: calc(1240px * -0.5);	}
}
@media only screen and (min-width: 840px) {
	.header-narrow #main-nav #nav-subscribe { display: block; }
}
@media only screen and (max-width: 768px) {
	#header { height: 64px; padding: 0 0 0 1em; }
	#header #logo { width: 160px; }
	#header:before { top: 4px; right: 103px; width: 90px; height: 50px; }
	#menu-toggle { display: block; }
	#nav-secondary { display: none; }
	#main-nav { display: none; }
}
@media only screen and (max-width: 350px) {
	#header:before { display: none; }
}


/* ================================================================================== */
/* == Slideout Side Navigation ====================================================== */
/* ================================================================================== */

html.openNav { height: 100%; overflow: hidden; } /*to prevent scrolling in the body when the menu is open*/
html.openNav #side-nav { display: block; }

#side-nav { display: none; position: fixed; top: 64px; right: 0; width: 80%; height: calc(100vh - 64px); z-index: 9999; overflow-y:scroll;
    overflow-x: hidden; background: #313132; font-size: 17px; box-shadow: -4px 2px 7px rgba(0,0,0,0.3); }
#side-nav .side-nav-block { padding: 30px 40px; border-bottom: 1px solid #404041; }
#side-nav .side-nav-block:last-child { border: none; }
#side-nav h3 { color: #fff; font-size: 1.1em; line-height: normal; font-weight: 600; margin: 0 0 0.85em 0; }
#side-nav ul { list-style: none; margin: 0; padding: 0; }
#side-nav ul li { }
#side-nav ul li a { display: block; line-height: 1.65em; color: #a9a9a9; cursor: pointer; }
#side-nav ul li a:hover { color: #fff; }

/* Search */
#side-nav .side-search { overflow: hidden; border: none; padding-bottom: 0 !important; }
#side-nav .side-search #search-site { /*float: left;*/ /*width: calc(100% - 70px);*/ width: 100%; height: 2.3em; border: none; /*border-radius: 25px 0 0 25px;*/ border-radius: 5em; color: #a9a9a9; padding-left: 2em; box-shadow: inset 0 1px 2px rgba(0,0,0,0.25); background: #272728; }
#side-nav .side-search form { position: relative; width: 102%; margin-left: -1%; }
#side-nav .side-search form:before { content: ""; background: url(../../img/icon-search.svg) no-repeat center; background-size: 0.9em; width: 2em; height: 2.3em; position: absolute; top: 0; left: .2em; opacity: 0.7; }
#side-nav .side-search #submit { float: right; width: 70px; height: 34px; border: none; border-radius: 0 25px 25px 0; padding-right: 3px; color: #a9a9a9;
background: #101115; display: none; }

/* Account */
#side-nav .side-account { overflow: hidden; }
#side-nav .side-account #name { font-size: 1.1em; font-weight: 600; color: #fff; float: none; }
#side-nav .side-account li { float: left; padding-right: 0.6em; margin-right: 0.5em; position: relative; }
#side-nav .side-account li:after { content: ""; width: 1px; height: 1em; background: #676767; position: absolute; top: 50%; margin-top: -.5em; right: 0; }
#side-nav .side-account li:last-child:after,
#side-nav .side-account #name:after { display: none; }

/* Links */
#side-nav .side-nav-list {  }
#side-nav .side-nav-list #search-toggle { display: none; }

/* Follow Us */
.side-nav-social ul { overflow: hidden; }
.side-nav-social li { float: left; width: 33.33%; }
.side-nav-social a { display: block; text-indent: -9999px; height: 54px }
.side-nav-social .facebook  { background: #395185 url(../../img/icon-facebook.svg) no-repeat center; }
.side-nav-social .instagram  { background: #3f729b url(../../img/icon-instagram.svg) no-repeat center; }
.side-nav-social .twitter  { background: #55ACEE url(../../img/icon-twitter.svg) no-repeat center; }
.side-nav-social .linkedin  { background: #006087 url(../../img/icon-linkedin.svg) no-repeat center; }


@media only screen and (max-width: 480px) {
	#side-nav .side-nav-block { padding: 1.75em 2em; }
	#side-nav .side-account { padding: 1.6em 2em; }
}



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

/* hide the scrollbar in webkit */
.side-content::-webkit-scrollbar { display: none; }
.side-content { padding: 20px; overflow-y: scroll; }
.side-content h3 { font-family: "Lora", serif; font-size: 1.4rem; margin: 0 0 0.5em 0; }
.side-content .side-block { margin-bottom: 20px; }


/* Article List */
.side-content .article-list {  }
.side-content .article-list ul { margin: 0 -20px; border-top: 1px solid #eee; }
.side-content .article-list li { border-bottom: 1px solid #eee; padding: 17px 20px 16px; margin: 0; overflow: hidden; }
.side-content .article-list .thumbnail { float: left; width: 33%; padding-top: 23%; margin: 3px 10px 5px 0; background-size: cover; background-position: center; }
.side-content .article-list .text { overflow: hidden; }
.side-content .article-list h4 { margin: 0; line-height: 1.25em; }
.side-content .article-list span { display: block; color: #8E8E93; font-size: 0.8125rem; }


/* Follow Us */
.side-social { overflow: hidden; margin-bottom: 40px !important; }
.side-social ul { overflow: hidden; margin: 0; }
.side-social li { float: left; width: 33.33%; }
.side-social a { display: block; text-indent: -9999px; height: 54px }
.side-social .facebook  { background: #395185 url(../../img/icon-facebook.svg) no-repeat center; }
.side-social .instagram  { background: #3f729b url(../../img/icon-instagram.svg) no-repeat center; }
.side-social .twitter  { background: #55ACEE url(../../img/icon-twitter.svg) no-repeat center; }
.side-social .linkedin  { background: #006087 url(../../img/icon-linkedin.svg) no-repeat center; }



/* ================================================================================== */
/* == Footer ======================================================================== */
/* ================================================================================== */

#footer {
	background: #101115;
	background: -moz-linear-gradient(top,  #101115 0%, #1e1f26 100%);
	background: -webkit-linear-gradient(top,  #101115 0%,#1e1f26 100%);
	background: linear-gradient(to bottom,  #101115 0%, #1e1f26 100%);
	overflow: hidden;
	font-size: 0.85rem;
	padding: 0 0.5em;
	color: #8E8E93;
}
#footer ul { overflow: hidden; float: left; margin: 0; }
#footer li { display: inline-block; padding: 1em; }
#footer p { float: right; margin: 0; padding: 1em; }
#footer a {	color: #8E8E93; }

@media only screen and (max-width: 900px) {
	#footer ul,
	#footer p { float: none; text-align: center; }
	#footer li { padding-bottom: 0; }
}
@media only screen and (max-width: 480px) {
	#footer li { padding-left: 0.6em; padding-right: 0.6em; }
}
@media only screen and (max-width: 380px) {
	#footer li:first-child { display: none; }
}



/* ================================================================================== */
/* == Homepage ====================================================================== */
/* ================================================================================== */

#cms_static_home {  }
#cms_static_home .content { float: left; }
#cms_static_home .side-content { position: static; float: right; }

/* Feature Articles */
.home-feature { overflow: hidden; }
.home-feature li:nth-child(1) { float: left; width: calc(100% - 340px); height: 530px; }
.home-feature li:nth-child(2),
.home-feature li:nth-child(3) { float: left; width: 340px; height: 265px; }

.home-feature li { position: relative; }
.home-feature li:before { content: ""; background: rgba(0,0,0,0.1); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.home-feature li:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
/* Permalink: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); pointer-events: none; }
.home-feature li .post-title { position: absolute; bottom: 1.4rem; left: 0; z-index: 23; width: 100%; padding: 40px 40px 0 40px; }
.home-feature li h1 {  margin: 0.42em 0 0 0; color: #fff; text-shadow: 0 .05em .05em rgba(0,0,0,0.25), 0 .05em 0.5em rgba(0,0,0,0.1); font-size: 2.625rem; line-height: 1.15em; }
.home-feature li .article-date { display: block; font-size: 0.9rem; margin: 1rem 0 0 0; color: #fff; opacity: 0.6; }
.home-feature li .category-label { font-size: 0.75rem; margin: 0; }
.home-feature .feature-link { display: block; position: relative; z-index: 24; height: 100%; }
.home-feature .feature-link:hover { background: rgba(255,255,255,0.1); }

.home-feature li:nth-child(2) .post-title,
.home-feature li:nth-child(3) .post-title { padding: 20px; bottom: 0; }
.home-feature li:nth-child(2) .article-date,
.home-feature li:nth-child(3) .article-date { display: none; }
.home-feature li:nth-child(2) h1,
.home-feature li:nth-child(3) h1 { font-size: 1.5rem; line-height: 1.2em; }
.home-feature li:nth-child(2) .category-label,
.home-feature li:nth-child(3) .category-label { font-size: 0.7rem; }

@media only screen and (max-width: 1100px) {
	.home-feature li:nth-child(1) { height: 500px; }
	.home-feature li:nth-child(2),
	.home-feature li:nth-child(3) { height: 250px; }
}
@media only screen and (max-width: 1020px) {
	.home-feature li:nth-child(1) { height: 450px; }
	.home-feature li:nth-child(2),
	.home-feature li:nth-child(3) { height: 225px; }
}
@media only screen and (max-width: 940px) {
	.home-feature li:nth-child(1) { height: 400px; }
	.home-feature li:nth-child(2),
	.home-feature li:nth-child(3) { height: 200px; }
}
@media only screen and (max-width: 840px) {
	.home-feature li:nth-child(1) { width: 65%; }
	.home-feature li:nth-child(1) .post-title { padding: 0 30px; }
	.home-feature li:nth-child(2),
	.home-feature li:nth-child(3) { width: 35%; }
	.home-feature li { position: relative; height: auto !important;	}
	.home-feature li:before {
	  display: block;
	  content: "";
	  width: 100%;
	  padding-top: 65.25%;
	  position: static;
	}
	.home-feature li:nth-child(2):before,
	.home-feature li:nth-child(3):before { padding-top: 60.75%; }
	.home-feature li > .feature-link {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	}
	.home-feature li:nth-child(1) h1 { font-size: 2rem; line-height: 1.15em; }
	.home-feature li:nth-child(2) h1,
	.home-feature li:nth-child(3) h1 { font-size: 1.15rem; line-height: 1.25em; }
}
@media only screen and (max-width: 640px) {
	.home-feature li:nth-child(1) { float: none; width: 100%; }
	.home-feature li:nth-child(1) .post-title { padding: 0 20px; }
	.home-feature li:nth-child(1) h1 { font-size: 1.5rem; line-height: 1.2em; }
	.home-feature li:nth-child(2),
	.home-feature li:nth-child(3) { width: 50%; }
}
@media only screen and (max-width: 480px) {
	.home-feature li .article-date { font-size: 0.85rem; margin-top: 0.4rem; }
	.home-feature li .post-title { bottom: 1rem; }
	.home-feature li:nth-child(2):before,
	.home-feature li:nth-child(3):before { padding-top: 69%; }
	.home-feature li:nth-child(1) .post-title { padding: 0 1rem; }
	.home-feature li:nth-child(2) .post-title,
	.home-feature li:nth-child(3) .post-title { padding: 1rem; }
	.home-feature li:nth-child(2) h1,
	.home-feature li:nth-child(3) h1 { font-size: 1rem; }
	.home-feature li:nth-child(2) .category-label,
	.home-feature li:nth-child(3) .category-label { font-size: 0.62rem; }
}
@media only screen and (max-width: 350px) {
	.home-feature li:nth-child(1) h1 { font-size: 1.25rem; line-height: 1.3em; }
	/*.home-feature li:nth-child(2) h1,
	.home-feature li:nth-child(3) h1 { font-size: 0.9rem; }*/
	.home-feature li:nth-child(2) .category-label,
	.home-feature li:nth-child(3) .category-label { display: none; }
}


/*Homepage Article List*/
#cms_static_home .archive-list ul { border-top: none; padding-top: 0 !important; }


/*Social Timelines*/
.social-timelines { background: url(../../img/bg-lines.png); background-size: 10px; text-align: center; padding: 30px; margin-top: -30px; }
.twitter-timeline { width: 50% !important; display: block !important; margin: 0 auto !important; border: 1px solid #eee !important; }

@media only screen and (max-width: 840px) {
	.twitter-timeline { width: 100% !important; }
}
@media only screen and (max-width: 480px) {
	.social-timelines { margin-top: -1.7rem; padding: 15px; }
}
@media only screen and (max-width: 350px) {
	.social-timelines { margin-top: -1rem; padding: 0; }
	.twitter-timeline { border: none !important; }
}



/* ================================================================================== */
/* == Single Article ================================================================ */
/* ================================================================================== */

/* This is to prevent pertual article titles from appearing before they're fully loaded */
.article-container { overflow: hidden; }

/* Article Title */
.post-header { position: relative; text-align: center; }
.post-header:before { content: ""; background: rgba(0,0,0,0.1); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.post-header:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
/* Permalink: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
.post-header img { display: block; width: 100%; }
.post-header .post-title { position: absolute; bottom: calc(0.9rem / -1); left: 0; z-index: 23; width: 100%; padding: 40px 40px 0 40px; }
.post-header h1 {  margin-top: 0; color: #fff; text-shadow: 0 .05em .05em rgba(0,0,0,0.25), 0 .05em 0.5em rgba(0,0,0,0.1);}
.post-header .article-date { display: block; margin: 1.5rem 0; color: #8E8E93; }
.post-header .category-label { font-size: 0.9rem; }

@media only screen and (max-width: 1024px) {
	.post-header h1 { font-size: 3rem; line-height: 1.1em; }
}
@media only screen and (max-width: 500px) {
	.post-header h1 { font-size: 2.625rem; line-height: 1.15em; }
	.post-header .article-date { margin: 1em 0; font-size: 0.9rem; }
	.post-header .category-label { font-size: 0.85rem; }
}
@media only screen and (max-width: 450px) {
	.post-header h1 { font-size: 2rem; line-height: 1.22em; }
}
@media only screen and (max-width: 400px) {
	.post-header h1 { font-size: 1.7rem; line-height: 1.3em; }
	.post-header .category-label { font-size: 0.8rem; }
}


/* Article Title with No Image */
.post-header-no-image { padding: 40px 40px 0 40px; padding-bottom: 0 !important;}
.post-header-no-image .post-title { max-width: 650px; margin: 0 auto;  }
.post-header-no-image .category-label { margin-bottom: 1rem; }
.post-header-no-image .article-date { display: block; }

@media only screen and (max-width: 1024px) {
	.post-header-no-image h1 { font-size: 2.625rem; line-height: 1.15em; }
}
@media only screen and (max-width: 500px) {
	.post-header-no-image h1 { font-size: 2rem; line-height: 1.22em; }
}


/* Article Body */
.post-article { padding: 45px 40px; font-size: 1.125rem; line-height: 1.5em; }
.post-article .article-body { max-width: 650px; margin: 0 auto; }
.post-article .article-body p:first-child { font-size: 1.375rem; line-height: 1.5em; margin-bottom: 1.15em; color:#222; }
.post-article .article-body strong { color: #8E8E93; }
.post-article .article-body ul,
.post-article .article-body ol { margin-left: 3em; }
.post-article .article-body ul li { list-style: disc; }
.post-article .article-body ol li { list-style: decimal; }
.post-article .article-body table { width: 100%; font-size: 0.9rem; border-spacing: 0; }
.post-article .article-body table td { padding: 1px 0; }
/*.post-article .article-body table td { border-bottom: 1px solid #eee; }*/
/*.post-article .article-body table tr:nth-child(odd) { background: #FBFCFC; }*/
.post-article .article-body .voImage { }
.post-article .article-body .voImage.center { width: 100% !important; max-width: 100% !important; margin: 1.5em 0 }
.post-article .article-body .voImage.center img { display: block; width: 100% !important; height: auto; }
.post-article .article-body .voImage .caption { background: #FBFCFC; padding: 1em; border-bottom: 1px solid #EEE; font-size: .875rem; }
.post-article .article-body iframe { width: 100% !important; }

/*Static Default Page*/
#cms_static_default .post-article .article-body { max-width: none; }

@media only screen and (max-width: 480px) {
	.post-header-no-image,
	.post-article { padding: 1.8rem; }
	.post-article .article-body p:first-child { font-size: 1.25rem; }
	blockquote { margin-left: 1.8rem; }
}
/*.post-article { 
	background-image: linear-gradient(to bottom, hsla(200, 100%, 50%, .3) 1px, transparent 1px);
    background-position: left -10px;
    background-repeat: repeat;
    background-size: 1.4375rem 1.4375rem;
}*/


/* Article share buttons */
.a2a_kit { margin-top: 3.075rem; margin-bottom: calc(3.075rem - 40px); transition: margin 2s ease; }
.a2a_kit a { float: left; width: 15%; padding: 0 !important; margin-right: 2%; }
.a2a_kit .a2a_button_email { margin: 0; }
.a2a_kit .a2a_svg { display: block; background: blue; height: 50px; width: 100%; }
.a2a_kit .a2a_button_voprint .a2a_svg { background: #222222 url(../../img/icon-print.svg) no-repeat center; }
.a2a_kit .a2a_button_linkedin .a2a_svg  { background: #006087 url(../../img/icon-linkedin.svg) no-repeat center; }
.a2a_kit .a2a_button_facebook .a2a_svg  { background: #395185 url(../../img/icon-facebook.svg) no-repeat center; }
.a2a_kit .a2a_button_twitter .a2a_svg  { background: #55ACEE url(../../img/icon-twitter.svg) no-repeat center; }
.a2a_kit .a2a_button_google_plus .a2a_svg  { background: #DC4D40 url(../../img/icon-google.svg) no-repeat center; }
.a2a_kit .a2a_button_email .a2a_svg  { background: #CB1F27 url(../../img/icon-email.svg) no-repeat center; }
.a2a_kit .a2a_button_pinterest .a2a_svg  { background: #CB1F27 url(../../img/icon-pinterest.svg) no-repeat center; }
.a2a_kit svg { display: none !important; }

@media only screen and (min-width: 1240px) {
	.a2a_kit { margin-bottom: 3.075rem; }
}
@media only screen and (max-width: 350px) {
	.a2a_kit .a2a_svg { height: 38px; background-size: 18px !important; }
}



/* ================================================================================== */
/* == Unauthorized Message ========================================================== */
/* ================================================================================== */

.unauthorized-message {  }
.unauthorized-message.unauthorized-top { margin-bottom: 40px; }
.unauthorized-message.unauthorized-bottom { margin-top: 40px; }
.unauthorized-message a { display: block; background: #F8E7E6; border: 2px solid #006400; text-align: center; padding: 40px; }
.unauthorized-message h3 { margin: 0; line-height: 1.3em; margin-bottom: .3em; }
.unauthorized-message p { margin: 0; }
.unauthorized-message a:hover { color: #f47a20; background: #ECF9F9; border-color: #f47a20; }

@media only screen and (max-width: 480px) {
	.unauthorized-message a { padding: 1.8rem; }
}



/* ================================================================================== */
/* == Archive Post List ============================================================= */
/* ================================================================================== */

.archive-list {  }
.archive-list ul { border-top: 1px solid #eee; padding-top: 30px; }
.archive-list li { overflow: hidden; margin-bottom: 30px; border-bottom: 1px solid #eee; }
.archive-list .thumbnail { float: left; width: 33%; padding-top: 23%; margin-right: 1.3rem; margin-bottom: 31px; background-size: cover; background-position: center center; }
.archive-list .text { overflow: hidden; }
.archive-list .category-label { display: block; color: #006400; background: none; padding: 0; line-height: normal; font-size: 13px; font-family:"Roboto",sans-serif; font-weight: 900; display: none; }
.archive-list .post-title { display: block; font-weight: bold; font-size: 1.5rem; line-height: 1.2em; color: #222; }
.archive-list .post-date { display: block; color: #006400; background: none; padding: 0; font-size: 12px; font-family:"Roboto",sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .025em; }
.archive-list .excerpt { font-size: 0.95rem; line-height: 1.5em; margin-top: 0.55rem; margin-bottom: 22px; } 

@media only screen and (min-width: 1080px) {
	.archive-list .thumbnail { width: 220px; height: 150px; padding: 0; }
}
@media only screen and (max-width: 480px) {
	.archive-list ul { padding-top: 1.7rem; }
	/*.archive-list .excerpt { display: none; }*/
	.archive-list .thumbnail { float: none; display: block; margin: 0 0 1em 0; width: 100%; height: 130px; }
	.archive-list li { margin-bottom: 1.7rem; }
	.archive-list .category-label { font-size: 12px; margin-bottom: 5px; }
	.archive-list .post-title { font-size: 1.3rem ; }
	.archive-list .excerpt { line-height: 1.45em; }
}
@media only screen and (max-width: 320px) {
	.archive-list .thumbnail { height: 110px; }
}



/* ================================================================================== */
/* == Archive Pages ================================================================= */
/* ================================================================================== */

.page-title { position: relative; }
.page-title h1 { width: calc(100% - 140px); }

@media only screen and (max-width: 580px) {
	.page-title h1 { font-size: 2.625rem; line-height: 1.15em; }
}
@media only screen and (max-width: 480px) {
	.page-title h1 { font-size: 2.2rem; line-height: 1.22em; }
}
@media only screen and (max-width: 450px) {
	.page-title h1 { width: 100%; }
}


/* Dropdown Sort Menu */
.cnd-sort { position: absolute; top: 0; right: 0; width: 135px; }
.cnd-sort .dropdown-toggle { font-size: 14px !important; /*height: 26px; line-height: 26px;*/ background: #FBFCFC; border-color: #eee; }
/*.cnd-sort .bootstrap-select, .cnd-sort .bootstrap-select[class*="span"] { height: 26px; }*/
.cnd-sort .bootstrap-select .dropdown-toggle .filter-option { /*left: 14px;*/ font-weight: bold; color: #8E8E93; line-height: 39px; }
.cnd-sort .bootstrap-select .dropdown-toggle .caret { right: 5px; border-top-width: 5px; border-left-width: 5px; border-right-width: 5px; border-top-color: #8E8E93; opacity: 0.85; }

@media only screen and (max-width: 450px) {
	.cnd-sort { position: static; width: 100%; }
}


/* Pagination */
.cnd-pagination { overflow: hidden; }
.cnd-pagination .previous { float: left;  }
.cnd-pagination .next { float: right; }
.cnd-pagination .previous,
.cnd-pagination .next { width: 110px; padding: 0; margin: 0; font-family: "Source Sans Pro", sans-serif;  font-size: 1rem; background: none; color: #8E8E93; border: none; position: relative; }
.cnd-pagination .previous span,
.cnd-pagination .next span { padding: 0; margin: 0; }
.cnd-pagination .previous span { text-align: left; padding-left: 13px; }
.cnd-pagination .next span { text-align: right; padding-right: 13px; }
.cnd-pagination .previous:after { 	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: transparent #8E8E93 transparent transparent;
	border-width: 5px 7px 5px 0;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0; }
.cnd-pagination .next:after { 	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: transparent transparent transparent #8E8E93;
	border-width: 5px 0 5px 7px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0; }
.cnd-pagination .previous:hover,
.cnd-pagination .next:hover { color: #006400; }
.cnd-pagination .previous:hover:after { border-right-color: #006400; }
.cnd-pagination .next:hover:after { border-left-color: #006400; }
.cnd-pagination .results { float: left; width: calc(100% - 220px); text-align: center; }
#archive-pagination-top { display: none; margin-bottom: 30px; }



/* ================================================================================== */
/* == Ads =========================================================================== */
/* ================================================================================== */

/* Ads in Content */
.ad-box { background: url(../../img/bg-lines.png); background-size: 10px; text-align: center; padding: 30px 0;  border-top: 1px solid #eee; clear: both; }
.ad-box img { display: block; max-width: 100%; margin: 0 auto; }
.ad-box img:nth-child(2) { display: none; }

@media only screen and (max-width: 640px) {
	.ad-box img:nth-child(1) { display: none; }
	.ad-box img:nth-child(2) { display: block; }
}
@media only screen and (max-width: 480px) {
	.ad-box { padding: 1.7rem 0; }
}


/* Sidebar Ads */
.side-ad { margin-bottom: 20px; }
.side-ad img { display: block; width: 100%; height: auto; margin: 0 auto; }



/* ================================================================================== */
/* == Select Dropdown Menus ========================================================= */
/* ================================================================================== */

/* Latest bootstrap version, the JS doesn't display none the original html select. Instead it adds this css. */
.bs-select-hidden { display: none; } .selectpicker { display: none; }

.dropdown-toggle {
  display: inline-block;
  padding: 0 10px !important;
  height: 42px;
  margin-bottom: 0;
  margin-top: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: none !important; 
  text-shadow: none !important;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cecece; border-top: 1px solid #c2c2c2; border-bottom: 1px solid #dadada; border-radius: 3px; color: #333333; /*#888e94*/
  font-family: "Source Sans Pro", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
}
.dropdown-toggle:focus { outline: none; }
.dropdown-toggle:hover,
.dropdown-toggle:focus { text-decoration: none; }	
.dropdown-toggle:active,
.dropdown-toggle.active { outline: 0; }
.dropdown-toggle .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px; margin-right: 10px;
  vertical-align: middle;
  border-top: 7px solid #BCBEC1;
  border-right: 6px solid transparent;
  border-bottom: 0 dotted;
  border-left: 6px solid transparent;
  content: "";
}
.dropdown { position: relative; }
.dropdown-toggle:focus { outline: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 11px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #FBFCFC;
  cursor: pointer;
  box-shadow: none
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #92C76C;
  outline: 0;
}
.dropdown-menu > li.selected { /*background: url(../../../pigeon/img/icon-checkmark.png) no-repeat right; background-size: 35px 12px;*/ }
.dropdown-menu > li.selected > a:hover { /*background: #f2f2f2 url(../../../pigeon/img/icon-checkmark.png) no-repeat right; background-size: 35px 12px;*/ }
.dropdown-menu > li.selected > a { 
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none; }
.dropdown-menu > li > a i { display: none; }
.dropdown-menu > li > dt { display: none; }
.open > .dropdown-menu { display: block;}
.open > a { outline: 0; }		
.bootstrap-select { position: relative; display: inline-block; vertical-align: top; }
.bootstrap-select > .dropdown-toggle { position: relative; }	
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle.active { z-index: 2; }
.bootstrap-select > .dropdown-toggle:focus { outline: none;}
.bootstrap-select > .dropdown-toggle:last-child:not(:first-child),
.bootstrap-select > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0;}
.bootstrap-select .dropdown-toggle:active, .bootstrap-select.open .dropdown-toggle { outline: 0;}
.bootstrap-select, .bootstrap-select[class*="span"] { display: inline-block; margin: 0; width: 100%; height: 40px;}
.bootstrap-select > .dropdown-toggle { width: 100%}
.dropdown-menu { z-index: 2000; }
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {z-index: 2051}
.bootstrap-select .dropdown-toggle:focus {
	outline: none; /*box-shadow: inset 0px 0px 3px #90a3c9;*/
}
.bootstrap-select .dropdown-toggle .filter-option {
	overflow: hidden;
	position: absolute;
	left: 15px;
	right: 19px;
	text-align: left; height: 100%;
}
.bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -2px;
	vertical-align: middle
}
.bootstrap-select >.disabled, .bootstrap-select .dropdown-menu li.disabled > a { cursor: not-allowed}
.bootstrap-select > .disabled:focus { outline: none !important; }
.bootstrap-select[class*="span"] .dropdown-toggle { width: 100%; }
.bootstrap-select .dropdown-menu {
	max-height: 200px !important;
	min-width: 100%;
	max-width: 100%; overflow: hidden; 
	font-size: 14px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	box-shadow: none;
}
.bootstrap-select .dropdown-menu.inner {
	position: static;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}
.bootstrap-select .popover-title { padding: 7px 11px 5px 11px; border-bottom: 1px solid #e5e5e5; font-style: italic; color: #898989; }
.bootstrap-select .popover-title button { display: none; }
.bootstrap-select * { outline: none; }



/* ================================================================================== */
/* == Contact Page ================================================================== */
/* ================================================================================== */

.contact .post-article .voForm {  }
.contact .post-article .voForm label { float: left; width: 100px; }
.contact .post-article .voForm input,
.contact .post-article .voForm textarea { float: left; width: calc(100% - 100px); }
.contact .post-article .voForm li { overflow: hidden; margin-bottom: 20px; }
