/********************************************************************************/
/******************** Recommended CSS reset, based on work by Eric Meyer - http://meyerweb.com ********************/
/********************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
label {
  font-size: 1.7em;
/*	margin-left:7px;*/
}
/********************************************************************************/
/******************** additional global resets/styles ********************/
/********************************************************************************/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
  list-style-type: none;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.weight_thin {
  font-weight: 300;
}
.weight_reg {
  font-weight: 400;
}
.weight_bold {
  font-weight: 700;
}
.weight_black {
  font-weight: 900;
}
.txt_white {
  color: #fff !important;
}
.txt_black {
  color: #000 !important;
}
.txt_graylight {
  color: #ccc !important;
}
.txt_graydark {
  color: #333 !important;
}
.hide {
  display: none;
}
.loading_animation {
  text-align: center;
  font-size: 4em;
}
.load_more {
  margin: 0 auto 15px;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  display: block;
  background: #1a4455;
  width: 150px;
}
.load_more div {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
/********************************************************************************/
/******************** body html ********************/
/********************************************************************************/
body,
html {
  height: 100%;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  color: #555;
  background: #fafafa;
  overflow: auto !important;
}
/********************************************************************************/
/******************** links  ********************/
/********************************************************************************/
a {
  text-decoration: none;
  color: #005a84;
}
a:hover {
  color: #ccc;
}
a .external_link i {
  margin: 0 0 0 5px;
}
/********************************************************************************/
/******************** header  ********************/
/********************************************************************************/
header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 15px 15px;
}
@media screen and (max-width: 800px) {
  header {
    padding: 0 15px;
  }
}
/********************************************************************************/
/******************** logo ********************/
/********************************************************************************/
.logo {
  float: left;
  width: 300px;
  margin: 0 0 15px;
}
@media screen and (max-width: 450px) {
  .logo {
    width: 100%;
  }
}
.logo img {
  width: 100%;
  height: auto;
	padding: 12px 0 0 0;
}
/********************************************************************************/
/******************** user session ********************/
/********************************************************************************/
.user_session {
  float: right;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: left;
  display: block;
  background: #1a4455;
  color: #fff;
}
.user_session .logged_in {
  color: #fff;
  padding: 5px 10px;
  vertical-align: middle;
  display: inline-block;
}
.user_session i {
  padding: 7px 5px 0 0;
}
.user_session a {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.user_session .register {
  color: #fff;
  padding: 5px 10px;
  border-left: 1px solid #fff;
}
/********************************************************************************/
/******************** footer ********************/
/********************************************************************************/
footer {
  width: 100%;
  clear: both;
/* background: #39AFD3;
*/
  background: #96D7E5;
}
footer .footer_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 690px) {
  footer .footer_wrapper {
    padding: 0;
  }
}
footer .footer_wrapper .footer_section {
  width: 33%;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
}
footer .footer_wrapper .footer_section p {
  margin: 5px 0;
}
footer .footer_wrapper #resources h2,
footer .footer_wrapper #otherSites h2 {
  font-size: 1.5em;
  margin: 15px 0;
}
@media screen and (max-width: 690px) {
  footer .footer_wrapper .footer_section {
    width: 100%;
    display: block;
  }
}
/********************************************************************************/
/******************** header notification alert ********************/
/********************************************************************************/
.header_notification_alert {
  top: 0;
  position: fixed;
  z-index: 999;
  text-align: center;
  background: #f06b5a;
  font-style: italic;
  font-size: 1.5em;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
  box-shadow: 0 -5px 10px #999;
  text-indent: -50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header_notification_alert a {
  color: #fff;
  display: block;
}
.header_notification_alert_close {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  width: 50px;
  background: #ce5343;
  cursor: pointer;
  text-align: center;
  color: #fff;
  text-indent: 0;
}
.header_notification_alert_show {
  top: -100px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/********************************************************************************/
/******************** wrapper ********************/
/********************************************************************************/
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 15px;
  clear: both;
}
@media screen and (max-width: 690px) {
  .wrapper {
    margin: 10px auto;
    padding: 0 5px;
  }
}
/********************************************************************************/
/******************** sections ********************/
/********************************************************************************/
h1 {
  font-size: 3.1em;
  color: #333;
}
.section_title {
  color: #296F8A;
  font-size: 2.4em;
  font-style: italic;
  border-bottom: solid 3px #296F8A;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  position: relative;
}
/******************************************************************************/
/************************* disclaimer *****************************************/
/******************************************************************************/
.disclaimer {
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  font-style: italic;
  padding-top: 15px;
}
/******************************************************************************/
/************************* input **********************************************/
/******************************************************************************/
.primaryButton,
input.primaryButton[type=submit] {
  background-color: #f00;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.primaryButton:hover,
.primaryButton:focus {
  border: 0;
  box-shadow: 0 2px 2px #000000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 1px 1px #000000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
input[type=text],
input[type=email],
textarea,
select {
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  color: #666;
  font-size: 16px;
  padding: 4px;
  box-shadow: 0 1px 3px #000000 inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 3px #000000 inset, 0 0 8px #52a8ec;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
  outline: medium none;
}
/*******************************************/
/************ validation *******************/
/*******************************************/
span.valError[style*="inline"],
div.valError {
  display: inline-block !important;
  background-color: yellow;
  border: 1px solid #cccccc;
  font-size: 1.5em;
  padding: 5px;
  margin-top: 5px;
  border-radius: 5px;
}
/***************************************************/
/************************ More Buttons *************/
/***************************************************/
.section_title .more_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1a4455;
  font-size: 0.6em;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-indent: -40px;
}
.section_title .more_btn a {
  color: #538295;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_title .more_btn span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #0e3545;
  position: absolute;
  color: #538295;
  right: 0;
  text-indent: 0;
  font-size: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_title .more_btn:hover a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section_title .more_btn:hover span i {
  color: #fff;
  animation: bounce 0.7s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 500px) {
  .section_title .more_btn {
    width: 0 !important;
  }
}
/*********************/
/** Marketing Menu ***/
/*********************/
.marketing_menu {
  display: inline-block;
  width: 100%;
  text-align: center;
	margin-top: 7px;
}
.marketing_menu div.container {
  font-size: 2.1em;
  text-align: center !important;
  line-height: 21px !important;
  padding-top: 10px !important;
}
@media screen and (max-width: 864px) {
  .marketing_menu div.container {
    font-size: 1.7em;
    padding: 10px 5px 0;
  }
}
@media screen and (max-width: 690px) {
  .marketing_menu div.container {
    font-size: 1.4em;
    padding: 5px 5px 0;
  }
}
@media screen and (max-width: 870px) {
  .subscribe_newsletter_sticky {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 690px) {
  .subscribe_newsletter_sticky,
  .header_notification_alert {
    font-size: 1.8em;
    height: 50px;
    line-height: 50px;
    font-weight: 300;
  }
  .subscribe_newsletter_sticky_close,
  .header_notification_alert_close {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .subscribe_newsletter_sticky,
  .header_notification_alert {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 321px) {
  .subscribe_newsletter_sticky,
  .header_notification_alert {
    font-size: 1em;
  }
}

code {
    font-family: monospace;
    border-style: none;
    border-color: #e6dfe6;
    border-width: 1px;
    font-weight: bold;
}

