@charset "UTF-8";
/*
 * HEADER
 */
/* Text Variables */
/*
 * COLOR THEMES - RED
 */
/* MIXINS */
/* MAIN CSS */
html {
  color: #1d262b;
  font-size: 1em;
  line-height: 1.2;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
a:active,
a:focus,
input,
input:active,
input:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}
a:active,
a:focus,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}
a {
  color: #006bd6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*
 * DEFAULT FORM STYLES
 */
button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  border: solid #333333 2px;
  text-decoration: none;
  background-color: #fff;
  font-family: 'Oswald', sans-serif;
}
button:hover {
  background: #e3313c;
  text-decoration: none;
  color: #fff;
  border-color: #e3313c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="text"],
input[type="search"] {
  vertical-align: top;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 12px;
  line-height: 1.8em;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  color: #1d262b;
}
input[type="text"]:focus,
input[type="search"]:focus {
  border-color: #fff;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 255, 255, 0.7);
}
form input[type="submit"] {
  vertical-align: top;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  color: #fff;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  line-height: 41px;
  height: 41px;
}
.transitions-on-all-05 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.transitions-on-all-1 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.transition-on-all-03 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition-on-all-02 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.general-box-shadow {
  -webkit-box-shadow: 0px 7px 34px -8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 7px 34px -8px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 7px 34px -8px rgba(0, 0, 0, 0.6);
}
body {
  font: 16px/26px 'Lora', serif;
  min-width: 320px;
}
.lt-ie9 body {
  min-width: 1024px;
}
.wrapper {
  width: 90%;
  margin: 0 5%;
}
.lt-ie9 .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 1287px) {
  .wrapper {
    width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .wrapper-768-up {
    width: 90%;
    margin: 0 5%;
  }
}
@media (min-width: 1287px) {
  .wrapper-768-up {
    width: 1170px;
    margin: 0 auto;
  }
}
html.lt-ie9 .wrapper-768-up {
  width: 1000px;
  margin: 10px auto;
}
.wrapper-768-below {
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-768-below {
    width: 90%;
    margin: 0 5%;
  }
}
/*
 *
 * MEDIA Queries TEMPLATE
 *
 */
/*
  	@media only screen {


		background: @header-bg-color;
		width: 100%;
		text-align: center;
		line-height: 1px;
		position: fixed;
		top: 0;
		right: 0;


		@media (min-width: 480px) {

		}

		@media (min-width: 768px) {

		}

		@media (min-width: 1024px) {

		}

		@media (min-width: 1287px) {

		}

	}
 */
/* ===================
    HEADER
   =================== */
.header-container {
  min-width: 320px;
  background: #333132;
  width: 100%;
  text-align: center;
  line-height: 1px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 250;
}
html.lt-ie9 .header-container {
  min-width: 1020px;
}
.shc-logo {
  display: inline-block;
  width: 200px;
  height: 33px;
  background: transparent url("../../images/site/main_sprite.png") no-repeat -379px 0;
  margin: 10px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  .shc-logo {
    background: transparent url("../../images/site/main_sprite.png") no-repeat 0 0;
    background-size: 340px;
  }
}
.shc-logo span {
  display: none;
}
html.lt-ie9 .shc-logo {
  float: left;
  width: 340px;
  height: 55px;
  background: transparent url("../../images/site/main_sprite.png") no-repeat 0 0;
}
@media only screen and (min-width: 1024px) {
  .shc-logo {
    float: left;
    width: 340px;
    height: 55px;
    background: transparent url("../../images/site/main_sprite.png") no-repeat 0 0;
  }
}
nav.main-nav {
  display: none;
  width: 100%;
  background-color: #333132;
  text-align: center;
  position: absolute;
  top: 55;
  left: 0;
  z-index: 250px;
  height: 4000px;
  border-top: 1px dashed #555;
}
nav.main-nav ul.mobile-submenu {
  text-align: left;
  width: 130px;
}
nav.main-nav ul.mobile-submenu li.active {
  background: #fff;
}
nav.main-nav ul.mobile-submenu li.active > a {
  color: #1d262b;
}
nav.main-nav ul.mobile-submenu li {
  width: 130px;
}
nav.main-nav ul.mobile-submenu li a {
  padding-left: 20px;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box.active {
  display: block;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box {
  display: none;
  position: absolute;
  z-index: 256;
  top: 0;
  left: 130px;
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 1em;
  font-size: 1em;
  color: #000;
  text-align: left;
  padding-top: 10px;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box .wrapper {
  width: 100%;
  padding: 0;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box .img-col {
  display: none;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box .nav-col {
  float: none;
  width: 100%;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box ul {
  display: block;
  position: static;
  background-color: transparent;
  text-align: left;
  height: auto;
  list-style-position: outside;
  max-width: 170px;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box ul li {
  width: 100%;
  max-width: 160px;
  display: block;
  font-size: 1em;
  line-height: 1.1em;
  height: auto;
  padding: 3px 0;
  text-indent: -2em;
  padding-left: 1em;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box ul li a {
  font-family: 'Oswald', sans-serif;
  color: #1d262b;
  float: none;
  display: inline;
  line-height: 1.1em;
  font-size: 1em;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box ul li a:hover {
  color: #e3313c;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box ul li ul {
  padding-top: 5px;
  padding-left: 5px;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box ul li ul li {
  font-size: 0.95em;
  line-height: 1em;
  padding: 2px 0;
  padding-left: 0.1em;
  text-indent: -1.3em;
  max-width: 140px;
}
nav.main-nav ul.mobile-submenu li div.dropdown-box ul li ul li a {
  color: #777;
  font-size: 0.95em;
  line-height: 1em;
  font-weight: 400;
}
nav.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.main-nav ul li {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-left: -5px;
}
nav.main-nav ul li:hover > a {
  color: #e3313c;
}
nav.main-nav ul li a {
  font-size: 0.95em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 0;
  line-height: 20px;
}
nav.main-nav ul li div.dropdown-box {
  display: none;
}
html.lt-ie9 nav.main-nav {
  display: block;
  position: static;
  float: right;
  width: 100%;
  max-width: 525px;
  text-align: right;
  padding: 0;
  height: 65px;
  margin: 10px 0 0 0;
  border-width: 0;
}
html.lt-ie9 nav.main-nav ul {
  list-style: none;
  padding: 0 5px;
  margin: 0;
  height: 65px;
}
html.lt-ie9 nav.main-nav ul li {
  float: left;
  display: inline-block;
  width: auto;
  height: 100%;
}
html.lt-ie9 nav.main-nav ul li a {
  cursor: default;
}
html.lt-ie9 nav.main-nav ul li .wrapper {
  padding: 15px 0;
}
html.lt-ie9 nav.main-nav ul li .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box {
  display: none;
  position: absolute;
  z-index: 256;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  line-height: 1em;
  font-size: 1em;
  color: #000;
  text-align: left;
  -webkit-box-shadow: -1px 18px 28px -11px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -1px 18px 28px -11px rgba(0, 0, 0, 0.35);
  box-shadow: -1px 18px 28px -11px rgba(0, 0, 0, 0.35);
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box a {
  cursor: pointer;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box:hover {
  display: block;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box .img-col {
  float: left;
  width: 29%;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box .img-col img {
  width: 100%;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box .nav-col {
  float: left;
  width: 20.6666666666666%;
  padding-left: 3%;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box ul {
  display: block;
  position: static;
  background-color: transparent;
  text-align: left;
  height: auto;
  list-style-position: outside;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box ul li {
  float: none;
  display: block;
  font-size: 1em;
  line-height: 1.1em;
  height: auto;
  padding: 3px 0;
  text-indent: -10px;
  padding-left: 10px;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box ul li a {
  font-family: 'Oswald', sans-serif;
  color: #1d262b;
  float: none;
  display: inline;
  line-height: 1.1em;
  font-size: 1em;
  cursor: pointer;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box ul li a:hover {
  color: #e3313c;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box ul li ul {
  padding-left: 10px;
  padding-top: 5px;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box ul li ul li {
  font-size: 0.95em;
  line-height: 1em;
  padding: 2px 0;
  text-indent: -10px;
  padding-left: 10px;
}
html.lt-ie9 nav.main-nav ul li div.dropdown-box ul li ul li a {
  color: #777;
  font-size: 0.95em;
  line-height: 1em;
  font-weight: 400;
}
html.lt-ie9 nav.main-nav ul li:hover {
  background: #fff;
}
html.lt-ie9 nav.main-nav ul li:hover > a {
  color: #1d262b;
}
html.lt-ie9 nav.main-nav ul li:hover > div.dropdown-box {
  display: block;
}
html.lt-ie9 nav.main-nav ul li a {
  font-size: 0.95em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #fff;
  display: block;
  padding: 0px 10px;
  text-decoration: none;
  float: left;
  height: 55px;
  line-height: 55px;
}
html.lt-ie9 nav.main-nav ul li.mobile-only {
  display: none;
}
@media only screen and (min-width: 1024px) {
  nav.main-nav {
    display: block;
    position: static;
    float: right;
    width: 100%;
    max-width: 525px;
    text-align: right;
    padding: 0;
    height: 65px;
    margin: 10px 0 0 0;
    border-width: 0;
  }
  nav.main-nav ul {
    list-style: none;
    padding: 0 5px;
    margin: 0;
    height: 65px;
  }
  nav.main-nav ul li {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  nav.main-nav ul li a {
    cursor: default;
  }
  nav.main-nav ul li .wrapper {
    padding: 15px 0;
  }
  nav.main-nav ul li .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  nav.main-nav ul li div.dropdown-box {
    display: none;
    position: absolute;
    z-index: 256;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 1em;
    font-size: 1em;
    color: #000;
    text-align: left;
    -webkit-box-shadow: -1px 18px 28px -11px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -1px 18px 28px -11px rgba(0, 0, 0, 0.35);
    box-shadow: -1px 18px 28px -11px rgba(0, 0, 0, 0.35);
  }
  nav.main-nav ul li div.dropdown-box:hover {
    display: block;
  }
  nav.main-nav ul li div.dropdown-box .img-col {
    float: left;
    width: 29%;
  }
  nav.main-nav ul li div.dropdown-box .img-col img {
    width: 100%;
  }
  nav.main-nav ul li div.dropdown-box .nav-col {
    float: left;
    width: 20.6666666666666%;
    padding-left: 3%;
  }
  nav.main-nav ul li div.dropdown-box ul {
    display: block;
    position: static;
    background-color: transparent;
    text-align: left;
    height: auto;
    list-style-position: outside;
  }
  nav.main-nav ul li div.dropdown-box ul li {
    display: block;
    font-size: 1em;
    line-height: 1.1em;
    height: auto;
    padding: 3px 0;
    text-indent: -10px;
    padding-left: 10px;
  }
  nav.main-nav ul li div.dropdown-box ul li a {
    font-family: 'Oswald', sans-serif;
    color: #1d262b;
    float: none;
    display: inline;
    line-height: 1.1em;
    font-size: 1em;
    cursor: pointer;
  }
  nav.main-nav ul li div.dropdown-box ul li a:hover {
    color: #e3313c;
  }
  nav.main-nav ul li div.dropdown-box ul li ul {
    padding-left: 10px;
    padding-top: 5px;
  }
  nav.main-nav ul li div.dropdown-box ul li ul li {
    font-size: 0.95em;
    line-height: 1.1em;
    padding: 2px 0;
    text-indent: -10px;
    padding-left: 10px;
  }
  nav.main-nav ul li div.dropdown-box ul li ul li a {
    color: #777;
    font-size: 0.95em;
    line-height: 1em;
    font-weight: 400;
  }
  nav.main-nav ul li:hover {
    background: #fff;
  }
  nav.main-nav ul li:hover > a {
    color: #1d262b;
  }
  nav.main-nav ul li:hover > div.dropdown-box {
    display: block;
  }
  nav.main-nav ul li a {
    font-size: 0.95em;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    color: #fff;
    display: block;
    padding: 0px 10px;
    text-decoration: none;
    float: left;
    height: 55px;
    line-height: 55px;
  }
  nav.main-nav ul li.mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1287px) {
  nav.main-nav {
    float: right;
    width: 100%;
    max-width: 680px;
  }
  nav.main-nav ul li a {
    font-size: 1.1em;
  }
}
.search-glass-icon {
  float: right;
  width: 25px;
  height: 25px;
  padding: 14px 0 14px 10px;
  cursor: pointer;
}
.search-glass-icon a.close-cross {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -76px -70px;
}
.search-glass-icon a.close-cross:hover {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -132px -70px;
}
.search-glass-icon a {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -2px -70px;
  width: 25px;
  height: 25px;
  display: block;
}
.search-glass-icon a span {
  display: none;
}
html.lt-ie9 .search-glass-icon {
  padding: 10px 0 10px 10px;
}
html.lt-ie9 .search-glass-icon a {
  margin-top: 16px;
}
html.lt-ie8 .search-glass-icon a {
  margin-top: 26px;
}
@media only screen and (min-width: 1024px) {
  .search-glass-icon {
    padding: 10px 0 10px 10px;
  }
  .search-glass-icon a {
    margin-top: 16px;
  }
  .search-glass-icon a.close-cross {
    display: none;
  }
}
.hamburger-icon {
  float: left;
  width: 25px;
  height: 25px;
  padding: 16px 10px 14px 0;
  cursor: pointer;
}
.hamburger-icon a.close-cross {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -76px -70px;
}
.hamburger-icon a.close-cross:hover {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -132px -70px;
}
.hamburger-icon a {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -38px -71px;
  width: 25px;
  height: 25px;
  display: block;
}
.hamburger-icon a span {
  display: none;
}
html.lt-ie9 .hamburger-icon {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .small-header-container {
    position: fixed;
    -webkit-box-shadow: 0px 7px 34px -8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 7px 34px -8px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 7px 34px -8px rgba(0, 0, 0, 0.6);
  }
  .small-header-container .shc-logo {
    width: 200px;
    height: 33px;
    background: transparent url("../../images/site/main_sprite.png") no-repeat -379px 0;
    margin: 10px auto;
  }
  .small-header-container .search-glass-icon a {
    margin-top: 5px;
  }
  .small-header-container nav.main-nav {
    height: 43px;
    margin: 10px 0 0 0;
  }
  .small-header-container nav.main-nav ul {
    height: 43px;
  }
  .small-header-container nav.main-nav ul li a {
    font-size: 0.9em;
    line-height: 32px;
    height: 43px;
  }
}
@media only screen and (min-width: 1024px) {
  nav.main-nav,
  .search-glass-icon a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
}
.search-bar {
  display: none;
  width: 100%;
  min-width: 320px;
  height: 55px;
  line-height: 55px;
  background: #333132;
  position: fixed;
  z-index: 255;
  text-align: center;
  top: 55px;
  right: 0;
  border-top: 1px dashed #555;
  -webkit-box-shadow: 0px 7px 34px -8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 7px 34px -8px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 7px 34px -8px rgba(0, 0, 0, 0.6);
}
.search-bar form {
  display: block;
  margin-top: 7px;
}
.search-bar form input[type="search"] {
  height: 26px;
  line-height: 26px;
  width: 50%;
  min-width: 170px;
}
.search-bar form input[type="submit"] {
  margin-left: 5px;
  line-height: 40px;
  width: 100px;
  background: #e3313c;
}
html.lt-ie9 .search-bar {
  top: 0;
  height: 100px;
  border-width: 0;
}
html.lt-ie9 .search-bar form {
  margin-top: 30px;
}
html.lt-ie9 .search-bar form input[type="submit"] {
  line-height: 38px;
}
html.lt-ie9 .search-bar .sb-close-cross {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  padding: 14px 10px 14px 10px;
  cursor: pointer;
}
html.lt-ie9 .search-bar .sb-close-cross a {
  display: block;
  width: 25px;
  height: 25px;
  background: transparent url("../../images/site/main_sprite.png") no-repeat -76px -70px;
}
html.lt-ie9 .search-bar .sb-close-cross a:hover {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -132px -70px;
}
html.lt-ie9 .search-bar .sb-close-cross a span {
  display: none;
}
.search-bar .sb-close-cross {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .search-bar {
    top: 0;
    height: 100px;
    border-width: 0;
  }
  .search-bar form {
    margin-top: 30px;
  }
  .search-bar .sb-close-cross {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    padding: 14px 10px 14px 10px;
    cursor: pointer;
  }
  .search-bar .sb-close-cross a {
    display: block;
    width: 25px;
    height: 25px;
    background: transparent url("../../images/site/main_sprite.png") no-repeat -76px -70px;
  }
  .search-bar .sb-close-cross a:hover {
    background: transparent url("../../images/site/main_sprite.png") no-repeat -132px -70px;
  }
  .search-bar .sb-close-cross a span {
    display: none;
  }
}
.main-container {
  width: 100%;
  margin: 0;
  padding-top: 55px;
}
html.lt-ie9 .main-container {
  padding-top: 75px;
}
html.lt-ie8 .main-container {
  padding-top: 37px;
}
@media only screen and (min-width: 1024px) {
  .main-container {
    padding-top: 75px;
  }
}
.main-container-small {
  padding-top: 53px;
}
/*
 * RESPONSIVE COLUMNS
 */
/*FOUR COLUMN DESIGN */
html.lt-ie9 .col-1-t4,
html.lt-ie9 .col-2-t4,
html.lt-ie9 .col-3-t4,
html.lt-ie9 .col-4-t4 {
  float: left;
  width: 22%;
  text-align: left;
}
@media only screen {
  .col-1-t4,
  .col-2-t4,
  .col-3-t4,
  .col-4-t4 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .col-1-t4,
  .col-2-t4,
  .col-3-t4,
  .col-4-t4 {
    float: left;
    width: 22%;
    text-align: left;
  }
}
html.lt-ie9 .col-2-t4,
html.lt-ie9 .col-3-t4,
html.lt-ie9 .col-4-t4 {
  padding-left: 4%;
}
@media only screen and (min-width: 768px) {
  .col-2-t4,
  .col-3-t4,
  .col-4-t4 {
    padding-left: 4%;
  }
}
/*THREE COLUMN DESIGN */
@media only screen {
  .col-1-t3,
  .col-2-t3,
  .col-3-t3 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .col-1-t3,
  .col-2-t3,
  .col-3-t3 {
    float: left;
    width: 30%;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .col-2-t3,
  .col-3-t3 {
    padding-left: 5%;
  }
}
/*TWO COLUMN DESIGN */
.vm30 {
  margin: 30px auto 0 auto;
}
@media (min-width: 768px) {
  .col-1-t2 {
    padding-right: 5%;
  }
}
html.lt-ie9 .col-1-t2 {
  padding-right: 5%;
}
.col-1-t2,
.col-2-t2 {
  margin-bottom: 20px;
}
.col-1-t2 header,
.col-2-t2 header {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #006bd6;
  padding: 0;
}
.col-1-t2 header .toogle-icon,
.col-2-t2 header .toogle-icon {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin-right: 5%;
  margin-top: 10px;
  background: transparent url("../../images/site/main_sprite.png") no-repeat -3px -207px;
  overflow: hidden;
}
.col-1-t2 header .toogle-icon:hover,
.col-2-t2 header .toogle-icon:hover {
  background-position: -3px -243px;
}
.col-1-t2 header .toogle-icon.closed-status,
.col-2-t2 header .toogle-icon.closed-status {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -42px -207px;
}
.col-1-t2 header .toogle-icon.closed-status:hover,
.col-2-t2 header .toogle-icon.closed-status:hover {
  background-position: -42px -243px;
}
.col-1-t2 header h1,
.col-2-t2 header h1 {
  padding: 0 5%;
  margin: 10px 0;
  max-width: 300px;
  float: left;
}
.col-1-t2 header h1 a,
.col-2-t2 header h1 a {
  font-size: 1em;
  line-height: 1.1em;
  color: #fff;
}
.col-1-t2 header h1 a:hover,
.col-2-t2 header h1 a:hover {
  text-decoration: none;
}
.col-1-t2 ul,
.col-2-t2 ul {
  list-style: none;
  padding: 0;
}
.col-1-t2 ul li,
.col-2-t2 ul li {
  margin-bottom: 30px;
  line-height: 1.3em;
}
.col-1-t2 ul li span,
.col-2-t2 ul li span {
  display: block;
  color: #78878f;
  font-size: 0.85em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.col-1-t2 ul li a,
.col-2-t2 ul li a {
  color: #1d262b;
  font-size: 0.9em;
}
.col-1-t2 ul li a:hover,
.col-2-t2 ul li a:hover {
  text-decoration: none;
  color: #e3313c;
}
.col-1-t2 .load-more,
.col-2-t2 .load-more {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .col-1-t2,
  .col-2-t2 {
    float: left;
    width: 47.5%;
    font-size: 0.95em;
  }
  .col-1-t2 header,
  .col-2-t2 header {
    position: static;
    background-color: #fff;
    height: 65px;
  }
  .col-1-t2 header h1,
  .col-2-t2 header h1 {
    padding: 0;
  }
  .col-1-t2 header h1 a,
  .col-2-t2 header h1 a {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #006bd6;
  }
  .col-1-t2 header .toogle-icon,
  .col-2-t2 header .toogle-icon {
    display: none;
  }
  .col-1-t2 ul li,
  .col-2-t2 ul li {
    line-height: 1.5em;
  }
  .col-1-t2 ul li span,
  .col-2-t2 ul li span {
    font-size: 0.95em;
  }
  .col-1-t2 ul li a,
  .col-2-t2 ul li a {
    font-size: 1em;
  }
}
html.lt-ie9 .col-1-t2,
html.lt-ie9 .col-2-t2 {
  float: left;
  width: 47.5%;
  font-size: 0.95em;
}
html.lt-ie9 .col-1-t2 header,
html.lt-ie9 .col-2-t2 header {
  position: static;
  background-color: #fff;
  height: 65px;
}
html.lt-ie9 .col-1-t2 header h1,
html.lt-ie9 .col-2-t2 header h1 {
  padding: 0;
}
html.lt-ie9 .col-1-t2 header h1 a,
html.lt-ie9 .col-2-t2 header h1 a {
  font-size: 1.4em;
  line-height: 1.4em;
  color: #006bd6;
}
html.lt-ie9 .col-1-t2 header .toogle-icon,
html.lt-ie9 .col-2-t2 header .toogle-icon {
  display: none;
}
html.lt-ie9 .col-1-t2 ul li,
html.lt-ie9 .col-2-t2 ul li {
  line-height: 1.5em;
}
html.lt-ie9 .col-1-t2 ul li span,
html.lt-ie9 .col-2-t2 ul li span {
  font-size: 0.95em;
}
html.lt-ie9 .col-1-t2 ul li a,
html.lt-ie9 .col-2-t2 ul li a {
  font-size: 1em;
}
.full-width-container {
  width: 100%;
}
.full-width-container h1 a {
  font-size: 1.4em;
  color: #006bd6;
}
.full-width-container h1 a:hover {
  text-decoration: none;
}
.graybg {
  background: #f6f8fa;
  padding-bottom: 30px;
  overflow: hidden;
}
.shc-twitter {
  position: relative;
  margin-top: 0;
  mergin-bottom: 20px;
}
.shc-twitter header {
  display: block;
  width: 100%;
  height: 58px;
  background-color: #006bd6;
  padding: 0;
}
.shc-twitter header .toogle-icon {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin-right: 5%;
  margin-top: 10px;
  background: transparent url("../../images/site/main_sprite.png") no-repeat -3px -207px;
  overflow: hidden;
}
.shc-twitter header .toogle-icon:hover {
  background-position: -3px -243px;
}
.shc-twitter header .toogle-icon.closed-status {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -42px -207px;
}
.shc-twitter header .toogle-icon.closed-status:hover {
  background-position: -42px -243px;
}
.shc-twitter header h1 {
  padding: 0 5%;
  margin: 10px 0;
  max-width: 300px;
  float: left;
}
.shc-twitter header h1 a {
  font-size: 1em;
  line-height: 1.1em;
  color: #fff;
}
.shc-twitter header h1 a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .shc-twitter header {
    height: 70px;
    background-color: transparent;
    margin-top: 20px;
  }
  .shc-twitter header .toogle-icon {
    display: none;
  }
  .shc-twitter header h1 {
    padding: 0;
  }
  .shc-twitter header h1 a {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #006bd6;
  }
}
html.lt-ie9 .shc-twitter header {
  height: 70px;
  background-color: transparent;
}
html.lt-ie9 .shc-twitter header .toogle-icon {
  display: none;
}
html.lt-ie9 .shc-twitter header h1 {
  padding: 0;
}
html.lt-ie9 .shc-twitter header h1 a {
  font-size: 1.4em;
  line-height: 1.4em;
  color: #006bd6;
}
#tw-widget ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
#tw-widget li {
  float: none;
  max-width: 400px;
  margin: 20px auto;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  #tw-widget li {
    float: left;
    width: 45%;
    margin: 2.5%;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  #tw-widget li {
    float: left;
    width: 30%;
    margin: 1.6666%;
    display: inline-block;
  }
}
html.lt-ie9 #tw-widget li {
  float: left;
  width: 45%;
  margin: 2%;
  display: inline-block;
  max-width: 500px;
}
#tw-widget a {
  text-decoration: none;
}
#tw-widget .user {
  background: #fff;
  padding: 20px 20px 0 20px;
  position: relative;
  border-radius: 6px 6px 0px 0px;
  font-family: 'Oswald', sans-serif;
}
#tw-widget .user a img {
  width: 50px;
}
#tw-widget .user a span {
  display: block;
  top: 0;
  text-align: left;
}
#tw-widget .user a span[data-scribe="element:name"] {
  position: absolute;
  top: 21px;
  left: 85px;
  font-size: 1.05em;
  line-height: 1.1em;
  color: #333;
  width: 300px;
  font-weight: normal;
}
#tw-widget .user a span[data-scribe="element:screen_name"] {
  position: absolute;
  top: 42px;
  left: 84px;
  font-size: 0.95em;
  color: #78878F;
  font-weight: normal;
}
#tw-widget .user a span[data-scribe="element:verified_badge"] {
  display: none;
}
#tw-widget .tweet {
  margin: 0;
  padding: 20px;
  color: #4d4d4d;
  min-height: 135px;
  line-height: 1.4em;
}
#tw-widget .tweet a {
  color: #006bd6;
  text-decoration: none;
}
#tw-widget .tweet a[data-scribe="element:hashtag"] {
  color: #FD7A79;
}
#tw-widget .interact {
  margin: 0;
  padding: 0;
  position: relative;
  background: #f5f7fa;
  border-radius: 0px 0px 6px 6px;
}
#tw-widget .interact a {
  padding: 8px 0 2px 0;
  text-decoration: none;
  color: #333;
}
html.lt-ie9 #tw-widget .interact a {
  background: #ededed;
}
#tw-widget .interact a:hover {
  color: #fff;
  background: #e3313c;
}
html.lt-ie9 #tw-widget .interact a:hover {
  background: #e3313c;
}
#tw-widget .interact a:active {
  box-shadow: inset 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
}
#tw-widget .interact a:first-child {
  border-radius: 0px 0px 0px 6px;
}
#tw-widget .interact a:last-child {
  border-radius: 0px 0px 6px 0px;
}
#tw-widget .interact .twitter_reply_icon,
#tw-widget .interact .twitter_fav_icon,
#tw-widget .interact .twitter_retweet_icon {
  text-align: center;
  font-size: 0px;
  width: 33.33333333333333333333%;
  display: inline-block;
  background: #f5f7fa;
}
#tw-widget .interact .twitter_reply_icon:before,
#tw-widget .interact .twitter_fav_icon:before,
#tw-widget .interact .twitter_retweet_icon:before {
  font-size: 21px;
  font-family: "Fontawesome";
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
}
#tw-widget .interact .twitter_reply_icon:before {
  content: "";
}
#tw-widget .interact .twitter_retweet_icon:before {
  content: "";
}
#tw-widget .interact .twitter_fav_icon:before {
  content: "";
}
#tw-widget .timePosted {
  margin: 0 0 10px;
  padding: 0 20px;
  font-size: 0.95em;
  text-align: right;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #78878F;
}
#tw-widget .timePosted a {
  color: #78878F;
}
#tw-widget .timePosted:before {
  font-family: "Fontawesome";
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 4px;
}
.load-more {
  clear: both;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.copyrights {
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #ccc;
  background: #222122;
  font-size: 0.85em;
}
.footer-container {
  background: #282828;
  margin-bottom: 0;
  overflow: hidden;
  color: #fff;
}
.footer-container h3 {
  color: #6ca7e2;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.1em;
}
.footer-container ul {
  list-style: none;
  margin: 10px 0 30px 0;
  padding: 0;
}
.footer-container ul li a {
  color: #fff;
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.footer-container ul li a:hover {
  color: #e3313c;
  text-decoration: none;
}
@media only screen {
  .footer-container .social-media-container {
    width: 155px;
    height: 55px;
    margin: 0 auto 25px auto;
  }
}
@media only screen and (min-width: 768px) {
  .footer-container .social-media-container {
    width: 100%;
  }
}
.footer-container .social-btn-footer {
  float: left;
  width: 41px;
  height: 41px;
  overflow: hidden;
  padding-right: 15px;
  padding-top: 15px;
}
.footer-container .social-btn-footer.last {
  padding-right: 0;
}
.footer-container .social-btn-footer a {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 41px;
  text-indent: -9999px;
}
.footer-container .social-btn-footer a:hover:after {
  opacity: 1;
}
.footer-container .social-btn-footer a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../../images/site/main_sprite.png") no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.footer-container .social-btn-footer a.facebook-icon {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -3px -113px;
}
.footer-container .social-btn-footer a.facebook-icon:after {
  background-position: -3px -154px;
}
.footer-container .social-btn-footer a.twitter-icon {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -54px -113px;
}
.footer-container .social-btn-footer a.twitter-icon:after {
  background-position: -54px -154px;
}
.footer-container .social-btn-footer a.linkedin-icon {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -105px -113px;
}
.footer-container .social-btn-footer a.linkedin-icon:after {
  background-position: -105px -154px;
}
.footer-container .social-btn-footer a.youtube-icon {
  background: transparent url("../../images/site/main_sprite.png") no-repeat -157px -113px;
}
.footer-container .social-btn-footer a.youtube-icon:after {
  background-position: -157px -154px;
}
/* ==============
    CAROUSEL
   ============== */
#carousel_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#home_carousel_container {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 2000px;
  height: 400px;
}
#carousel_slides_container {
  cursor: move;
  position: relative;
  left: 0px;
  top: 0px;
  width: 2000px;
  height: 400px;
  z-index: 200;
}
#carousel_slides_container .slide-bubble {
  position: relative;
  width: 100%;
  height: 80px;
  top: 80%;
  left: 0;
  font-size: 1.6em;
  text-align: center;
  background: #000;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  border-radius: 0;
  z-index: 205;
  padding: 10px 0;
  line-height: 33px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
#carousel_slides_container .slide-bubble a {
  display: block;
  width: 96%;
  height: 100%;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  padding: 0 2%;
}
#carousel_slides_container .slide-bubble a:hover {
  text-decoration: none;
}
#carousel_slides_container .slide-bubble button {
  display: none;
}
@media (min-width: 480px) {
  #carousel_slides_container .slide-bubble {
    font-size: 1.6em;
    top: 79%;
  }
}
@media (min-width: 768px) {
  #carousel_slides_container .slide-bubble {
    top: 86%;
  }
}
@media (min-width: 1024px) {
  #carousel_slides_container .slide-bubble {
    top: 20%;
    left: 8%;
    padding: 20px;
    text-align: left;
    line-height: 36px;
    font-size: 1.5em;
    color: #FFFFFF;
    filter: alpha(opacity=100);
    opacity: 1;
    zoom: 1;
    border-radius: 0;
    z-index: 205;
    text-transform: capitalize;
    background: rgba(16, 113, 213, 0.9);
  }
  #carousel_slides_container .slide-bubble button {
    display: block;
  }
  #carousel_slides_container .slide-bubble i.mobile-only {
    display: none;
  }
  #carousel_slides_container .slide-bubble .slide_btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-color: #fff;
    text-transform: uppercase;
    margin: 25px auto;
    background: rgba(16, 113, 213, 0.7);
  }
  #carousel_slides_container .slide-bubble .slide_btn:hover {
    background-color: #e3313c;
    text-decoration: none;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
html.lt-ie9 #carousel_slides_container .slide-bubble {
  top: 10%;
  left: 10%;
  padding: 20px;
  text-align: left;
  line-height: 36px;
  font-size: 1.5em;
  color: #FFFFFF;
  filter: alpha(opacity=100);
  opacity: 1;
  zoom: 1;
  border-radius: 0;
  z-index: 205;
  text-transform: capitalize;
  background-color: #1071d5;
}
html.lt-ie9 #carousel_slides_container .slide-bubble button {
  display: block;
}
html.lt-ie9 #carousel_slides_container .slide-bubble .slide_btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-color: #fff;
  text-transform: uppercase;
  margin: 25px auto;
  background-color: #1071d5;
}
html.lt-ie9 #carousel_slides_container .slide-bubble .slide_btn:hover {
  background-color: #e3313c;
  text-decoration: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (max-width: 1024px) {
  .jssorb21 {
    display: none;
  }
}
.jssorb21 {
  position: absolute;
}
.jssorb21 div,
.jssorb21 div:hover,
.jssorb21 .av {
  position: absolute;
  /* size of bullet elment */
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: white;
  font-size: 24px;
  background: url("../../images/site/main_sprite.png") no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.jssorb21 div {
  background-position: -20px -294px;
}
.jssorb21 div:hover,
.jssorb21 .av:hover {
  background-position: -65px -293px;
}
.jssorb21 .av {
  background-position: -110px -294px;
}
.jssorb21 .dn,
.jssorb21 .dn:hover {
  background-position: -110px -294px;
}
.jssora21l,
.jssora21r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url("../../images/site/main_sprite.png") no-repeat;
  overflow: hidden;
}
.jssora21l {
  background-position: -127px -332px;
}
.jssora21r {
  background-position: -188px -332px;
}
.jssora21l:hover {
  background-position: -7px -332px;
}
.jssora21r:hover {
  background-position: -68px -332px;
}
.jssora21l.jssora21ldn {
  background-position: -247px -332px;
}
.jssora21r.jssora21rdn {
  background-position: -308px -332px;
}
.section-featured-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section-featured-image-wrapper {
    max-height: 300px;
  }
}
@media (min-width: 1287px) {
  .section-featured-image-wrapper {
    overflow: none;
    max-height: 400px;
  }
}
.section-featured-img {
  position: relative;
  dispaly: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .section-featured-img {
    width: 100%;
    min-height: 200px;
  }
}
@media (min-width: 1287px) {
  .section-featured-img {
    width: 100%;
    max-height: 400px;
  }
}
.main-wrapper-13layout {
  clear: both;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-wrapper-13layout {
    padding: 0 5%;
  }
}
.main-wrapper-13layout a:hover {
  text-decoration: none;
  color: #e3313c;
}
.main-wrapper-13layout .content-wrapper-13layout {
  max-width: 1170px;
  margin: 0 auto;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout {
  width: 90%;
  padding: 0 5%;
}
html.lt-ie9 .main-wrapper-13layout .content-wrapper-13layout .left-column-13layout {
  padding-right: 3%;
  width: 59%;
  float: left;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout nav {
  margin-top: 10px;
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout nav .current {
  color: #1d262b;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout nav a {
  color: #78878f;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout nav a:hover {
  color: #e3313c;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout header {
  margin: 20px 0px 35px 0;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout header time {
  margin-top: 5px;
  display: block;
  color: #78878f;
  font-size: 0.85em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout h1 {
  font-size: 1.8em;
  line-height: 1.3em;
  margin: 0;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout p,
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout ul li {
  font-size: 0.95em;
  line-height: 1.4em;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout textarea {
  padding: 12px;
  font-family: 'Oswald', sans-serif;
  border: 1px solid #ccc;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout textarea:focus {
  border-color: #555;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout input {
  font-size: 1em;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout input:focus {
  border-color: #555;
}
@media (min-width: 768px) {
  .main-wrapper-13layout .content-wrapper-13layout .left-column-13layout {
    padding: 0 3% 0 0;
    width: 64%;
    float: left;
  }
  .main-wrapper-13layout .content-wrapper-13layout .left-column-13layout h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  .main-wrapper-13layout .content-wrapper-13layout .left-column-13layout p,
  .main-wrapper-13layout .content-wrapper-13layout .left-column-13layout ul li {
    font-size: 1em;
    line-height: 1.4em;
  }
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout div.three-column-images {
  float: left;
  border: 1px solid #ccc;
  width: 47%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout div.three-column-images img {
  width: 100%;
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  -webkit-filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s easet;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout div.three-column-images img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
@media (min-width: 768px) {
  .main-wrapper-13layout .content-wrapper-13layout .left-column-13layout div.three-column-images {
    width: 30.8%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout article.events-presentations {
  margin-bottom: 30px;
  padding: 20px;
  background: #f6f6f6;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout article.events-presentations header {
  margin: 0 0 15px 0;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout article.events-presentations header h3 {
  margin: 0;
}
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout table.cellspacing10 th,
.main-wrapper-13layout .content-wrapper-13layout .left-column-13layout table.cellspacing10 td {
  padding: 10px;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout {
  background: #f6f7fb;
  width: 100%;
  float: none;
}
html.lt-ie9 .main-wrapper-13layout .content-wrapper-13layout .right-column-13layout {
  width: 33%;
  float: left;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  margin-right: -99999px;
  padding-right: 99999px;
}
@media (min-width: 768px) {
  .main-wrapper-13layout .content-wrapper-13layout .right-column-13layout {
    width: 33%;
    float: left;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    margin-right: -99999px;
    padding-right: 99999px;
  }
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout {
  overflow: visible;
  padding-top: 25px;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul {
  display: block;
  position: static;
  background-color: transparent;
  text-align: left;
  height: auto;
  list-style-position: outside;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li {
  display: block;
  font-size: 1em;
  line-height: 1.1em;
  height: auto;
  padding: 3px 0;
  text-indent: -10px;
  padding-left: 10px;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li a,
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li span {
  font-family: 'Oswald', sans-serif;
  color: #1d262b;
  float: none;
  display: inline;
  line-height: 1.1em;
  font-size: 1em;
  padding-left: 0.6em;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li a:hover,
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li span:hover {
  color: #e3313c;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li a.current-nav-item,
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li span.current-nav-item {
  color: #e3313c;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li span:hover {
  color: #1d262b;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li ul {
  padding-left: 10px;
  padding-top: 5px;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li ul li {
  font-size: 0.95em;
  line-height: 1em;
  padding: 2px 0;
  text-indent: -10px;
  padding-left: 10px;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout ul li ul li a {
  color: #777;
  font-size: 0.95em;
  line-height: 1em;
  font-weight: 400;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout h3 {
  font-family: 'Oswald', sans-serif;
  color: #1d262b;
  float: none;
  line-height: 1.1em;
  font-size: 1em;
  padding-left: 50px;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout p {
  font-family: 'Oswald', sans-serif;
  padding-left: 50px;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 400;
  color: #777;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout p a {
  color: #777;
}
.main-wrapper-13layout .content-wrapper-13layout .right-column-13layout .right-column-inner-wrapper-13layout p a:hover {
  color: #e3313c;
}
.dark-night-theme {
  background: #1d262b;
  color: #fff;
}
.light-gray-theme {
  background: #f6f7fb;
}
.pure-white-theme {
  background: #fff;
  color: #1d262b;
}
ul.hj_social_bookmarks {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
ul.hj_social_bookmarks li {
  display: inline;
}
.pr-year-nav {
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
  margin: 20px 0 10px 0;
}
.pr-year-nav a {
  font-size: 0.9em;
  font-family: 'Oswald', sans-serif;
}
ul.main-pr-list {
  list-style: none;
  padding: 0;
}
ul.main-pr-list li {
  margin-bottom: 30px;
  line-height: 1.3em;
}
ul.main-pr-list li span {
  display: block;
  color: #78878f;
  font-size: 0.85em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
ul.main-pr-list li a {
  color: #1d262b;
  font-size: 1em;
}
ul.main-pr-list li a:hover {
  text-decoration: none;
  color: #e3313c;
}
.pr-category-heading {
  margin-bottom: 50px;
  margin-top: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9em;
}
.pr-category-heading .pr-category-selector {
  width: 200px;
}
.pr-category-heading label {
  position: relative;
}
.pr-category-heading label select {
  vertical-align: top;
  display: inline-block;
  padding: 1px;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 8px -7px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 8px -7px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 8px -7px rgba(0, 0, 0, 0.6);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  color: #1d262b;
  line-height: 1 em;
  font-size: 0.9 em;
  border: 1px solid #ccc;
}
.pr-category-heading label:after {
  content: '<>';
  font: 16px "Consolas", monospace;
  color: #aaa;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  top: 2px;
  padding: 0 0 2px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  pointer-events: none;
}
.pr-category-heading label:before {
  content: '';
  right: 6px;
  top: 0px;
  width: 20px;
  height: 28px;
  background: #f8f8f8;
  position: absolute;
  pointer-events: none;
  display: block;
}
.search-results-wrapper h3 {
  margin-bottom: 5px;
  margin-top: 30px;
}
.search-results-wrapper p {
  margin-top: 0;
  margin-bottom: 10px;
}
/* ==============
    MOBILE: Main
   ============== */
.desktop-only {
  display: none;
}
/* ===============
    ALL: IE Fixes
   =============== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
  /* ============
    WIDE: Main
   ============ */
  .main article {
    float: left;
    width: 57%;
  }
  .main aside {
    float: right;
    width: 28%;
  }
}
html.lt-ie9 .mobile-only {
  display: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.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;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    font-size: 14px;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .footer-container,
  .header-container,
  .main-nav,
  .right-column-13layout,
  .search-bar,
  .section-featured-image-wrapper,
  .main-container {
    display: none1;
  }
}
