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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "Icons";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Caslon";
  src: url("../fonts/ACaslonProRegular.eot");
  src: url("../fonts/ACaslonProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonProRegular.woff") format("woff"), url("../fonts/ACaslonProRegular.ttf") format("truetype"), url("../fonts/ACaslonProRegular.svg#ACaslonProRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Caslon";
  src: url("../fonts/ACaslonProSemibold.eot");
  src: url("../fonts/ACaslonProSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ACaslonProSemibold.woff") format("woff"), url("../fonts/ACaslonProSemibold.ttf") format("truetype"), url("../fonts/ACaslonProSemibold.svg#ACaslonProSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBold.eot");
  src: url("../fonts/FuturaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBold.woff") format("woff"), url("../fonts/FuturaBold.ttf") format("truetype"), url("../fonts/FuturaBold.svg#FuturaBold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBook.eot");
  src: url("../fonts/FuturaBook.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBook.woff") format("woff"), url("../fonts/FuturaBook.ttf") format("truetype"), url("../fonts/FuturaBook.svg#FuturaBook") format("svg");
  font-weight: 300;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e603";
}

.icon-home:before {
  content: "\e602";
}

.icon-facebook:before {
  content: "\e601";
}

.icon-pinterest:before {
  content: "\e621";
}

.icon-ornament-left:before {
  content: "\e61a";
}

.icon-ornament-right:before {
  content: "\e61b";
}

.icon-user:before {
  content: "\e61c";
}

.icon-menu:before {
  content: "\e624";
}

.icon-chevron-down:before {
  content: "\e61d";
}

.icon-chevron-up:before {
  content: "\e61e";
}

.icon-chevron-right:before {
  content: "\e61f";
}

.icon-chevron-left:before {
  content: "\e620";
}

.icon-search:before {
  content: "\e622";
}

.icon-instagram:before {
  content: "\e623";
}

.icon-twitter:before {
  content: "\e600";
}

body {
  line-height: 1.5;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #666a85;
}

a {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

strong {
  font-weight: 700;
}

/*
* Scut, a collection of Sass utilities to ease and improve our implementations of common style-code patterns.
* v0.9.1
* Docs at http://davidtheclark.github.io/scut
*/
button,
input[type='submit'] {
  cursor: pointer;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}

input, button, textarea {
  background-color: transparent;
  border: none;
  outline: none;
  line-height: 1.5;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  color: #666a85;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

.main {
  clear: both;
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  margin-bottom: 20px;
}
.main:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 1200px) {
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 768px) {
  .main {
    padding-left: 0;
    padding-right: 0;
  }
}

.alt {
  padding-top: 34px;
}

.hidden {
  display: none;
}

.icon-close {
  position: fixed;
  right: 10px;
  top: 10px;
  color: white;
  font-size: 30px;
}

.go-top {
  position: fixed;
  right: 20px;
  bottom: -76px;
  z-index: 20;
  display: none;
  width: 76px;
  height: 76px;
  background-color: #8389a0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 1000px) {
  .go-top {
    display: none !important;
  }
}
.go-top:before {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: block;
  font-size: 40px;
  content: "\e61e";
}
.go-top:hover {
  background-color: #686f88;
}
.go-top:hover:before {
  top: -5px;
}

.noscroll {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .sidebar {
    float: right;
    width: 24%;
    padding-top: 200px;
  }
}

.wrapper {
  clear: both;
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper:after {
  clear: both;
  display: block;
  content: '';
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sbHolder {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 45px;
}

.sbHolder:focus .sbSelector {
  outline: none;
}

.sbSelector {
  display: block;
  width: 100%;
  height: 45px;
  left: 0;
  top: 0;
  line-height: 45px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 15px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  outline: none;
  text-decoration: none;
}

.sbToggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .sbToggle {
    right: 10px;
    font-size: 28px;
  }
}
.sbToggle:after {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 45px;
  content: "\e61d";
}

.sbOptions {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1;
  width: 99.31034%;
  background-color: #fcfcfd;
  overflow: hidden;
  overflow-y: auto !important;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ced2d9;
  border-top: none;
}

.sbOptions li {
  padding: 0 15px;
}

.sbOptions a {
  display: block;
  outline: none;
  font-size: 18px;
}

.sbOptions a:link, .sbOptions a:visited {
  text-decoration: none;
}

.sbOptions a:hover {
  color: #ea3c74;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

body > footer {
  background-color: white;
  border-top: 1px solid #ced1da;
  margin-top: 30px;
  padding-bottom: 25px;
}
body > footer .row {
  clear: both;
  margin-bottom: 10px;
  padding: 25px 0;
  border-bottom: 1px solid #ced1da;
}
body > footer .row:after {
  clear: both;
  display: block;
  content: '';
}
body > footer .logo {
  float: left;
}

.nav-trigger {
  display: inline-block;
  margin-top: 4px;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 0.875em;
  color: white;
}
.nav-trigger:before {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
  content: "\e624";
  vertical-align: sub;
}

.nav-third {
  float: right;
  padding: 2px 15px 0 0;
}
@media screen and (max-width: 760px) {
  .nav-third {
    display: none;
  }
}
.nav-third li {
  display: inline-block;
  padding: 0 10px 0 9px;
  border-right: 1px solid #a8afbe;
  line-height: 1;
}
.nav-third li:last-child {
  border: none;
}
.nav-third a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: white;
}
.nav-third a:hover {
  text-decoration: underline;
}
.nav-third a:hover:before {
  text-decoration: none;
}

.nav-primary {
  position: fixed;
  left: 0;
  top: 34px;
  z-index: 50;
  display: none;
  width: 100%;
  height: 40px;
  background-color: #98a0b4;
  /*
  	.wrapper-container {
  	
  		@media screen and ( max-width: 940px ) {
  			.no-mobile & {
  				overflow: hidden;
  				height: 40px;
  			}
  		}
  	}	
  	
  */
}
.nav-primary a {
  text-transform: uppercase;
  font-size: 14px;
}
.nav-primary.search-on {
  display: block !important;
}
.nav-primary.search-on .icon-chevron-right {
  display: none !important;
}
.nav-primary.search-on .nav-social {
  display: none;
}
.nav-primary.search-on .nav-container {
  padding: 0;
}
.nav-primary.search-on .nav-container > ul {
  display: none !important;
}
.nav-primary.search-on .search-form {
  display: block;
}
@media screen and (max-width: 1200px) {
  .nav-primary.search-on .search-form {
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 115;
    width: 100%;
    height: 40px;
    background: #98a0b4;
  }
  .nav-primary.search-on .search-form .field {
    width: 97.08333%;
    padding-right: 1.66667%;
    padding-left: 1.25%;
  }
  .nav-primary.search-on .search-form .field input[type=text] {
    padding-left: 30px;
  }
  .nav-primary.search-on .search-form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #98a0b4;
    padding-left: 10px;
    padding-bottom: 8px;
  }
}
.nav-primary .menu-item.menu-item-has-children {
  padding-right: 30px;
}
.nav-primary .menu-item.menu-item-has-children:after {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: -8px;
  line-height: 45px;
  content: "\e61d";
  color: white;
}
.nav-primary .nav-container {
  float: left;
}
.nav-primary .nav-container.padding {
  padding-right: 160px;
}
.nav-primary .nav-container #menu-primary {
  padding-right: 60px;
}
.nav-primary .nav-social {
  float: none;
}
.nav-primary .wrapper {
  position: relative;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  height: 160px;
}
.no-touch .nav-primary .wrapper {
  height: 48px;
}
.nav-primary .wrapper.overflow-visible {
  overflow: visible;
}
.nav-primary .wrapper::-webkit-scrollbar {
  display: none;
}
.nav-primary .wrapper > div > ul {
  display: none;
  float: left;
  position: relative;
  z-index: 15;
  padding-top: 6px;
  padding-right: 30px;
}
.nav-primary .icon-chevron-right {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #81889F;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: white;
}
.nav-primary .wrapper > div > ul > li {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 9px;
  border-right: 1px solid #a8afbe;
  		/*
  &.popular-topics-link {
  			display: none;
  		
  			.mobile & {
  				display: block;
  			}
  		}
  */
}
@media screen and (max-width: 1100px) {
  .nav-primary .wrapper > div > ul > li {
    padding: 0 5px 0 4px;
  }
}
.nav-primary .wrapper > div > ul > li > a {
  color: white;
  			/*
  
  			@media screen and ( max-width: 1200px ) {
  				font-size: em(12);
  			}
  			
  			@media screen and ( max-width: 1100px ) {
  				font-size: em(10);
  			}
  			
  */
}
.nav-primary .wrapper > div > ul > li > a:hover {
  text-decoration: underline;
}
.nav-primary .wrapper > div > ul > li > a:hover:before {
  text-decoration: none;
}
.nav-primary .wrapper > div > ul > li:first-child {
  padding-left: 0;
}
.nav-primary .wrapper > div > ul > li:first-child a:before {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
  margin-right: 10px;
  font-size: 22px;
  content: "\e602";
}
.nav-primary .wrapper > div > ul > li:last-child {
  border: none;
  padding-right: 0;
}
.nav-primary .sub-menu {
  position: absolute;
  left: -6px;
  top: 33px;
  display: none;
  width: 240px;
  background-color: #eff0f3;
  padding: 10px 15px;
  border: 1px solid #98a0b4;
}
.nav-primary .sub-menu li {
  border-bottom: 1px solid #98a0b4;
}
.nav-primary .sub-menu li a {
  display: block;
  padding: 2px 0;
  white-space: nowrap;
  color: #98a0b4;
  white-space: normal;
  line-height: 1;
}
.nav-primary .sub-menu li a:hover {
  color: #7a859f;
}
.nav-primary .sub-menu li:last-child {
  border: none;
}

.nav-secondary {
  clear: both;
}
.nav-secondary:after {
  clear: both;
  display: block;
  content: '';
}
.nav-secondary li {
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .nav-secondary li {
    width: 48%;
    margin-right: 0;
  }
}
.nav-secondary a {
  font-size: 0.875em;
  color: #80879f;
}
.nav-secondary a:hover {
  color: #ea3c74;
}

.nav-social {
  float: right;
  position: relative;
  z-index: 5;
  height: 34px;
}
.nav-social li {
  display: inline-block;
  padding: 0 2px;
}
.nav-social li a {
  line-height: 34px;
  font-size: 1.375em;
  color: #c1c4cf;
}
.nav-social li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body > footer .nav-social li a, .top-bar .nav-social li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
body > footer .nav-social {
  float: right;
}
@media screen and (max-width: 480px) {
  body > footer .nav-social {
    display: none;
  }
}
body > footer .nav-social li a {
  font-size: 2em;
  color: #8389a0;
}
.share-page .nav-social {
  float: none;
}
@media screen and (max-width: 768px) {
  .share-page .nav-social {
    margin-bottom: 25px;
  }
}
.share-page .nav-social li a {
  font-size: 2em;
  color: #8088a0;
}
@media screen and (max-width: 768px) {
  .share-page .nav-social li a {
    font-size: 3.25em;
  }
}
.share-page .nav-social li a:hover {
  color: #656e88;
}

#most-popular-posts {
  display: none;
}

.share-page {
  padding-top: 20px !important;
}
.share-page h5 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  border: none !important;
}

.mobile_only {
  display: none;
}
@media screen and (max-width: 759px) {
  .mobile_only {
    display: block;
  }
}

.header {
  clear: both;
  background-color: white;
  border-bottom: 1px solid #ced2d9;
  margin-bottom: 25px;
  padding: 20px 0;
}
.header:after {
  clear: both;
  display: block;
  content: '';
}
.header .logo {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .header .logo {
    width: 35%;
  }
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .intro {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .header .intro {
    width: 80%;
    padding: 25px 0 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .header .intro {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header .intro .logo {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .header .intro .logo {
    width: 96.27907%;
    height: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 1000px) {
  .header .intro .logo {
    width: 49.47917%;
  }
}
@media screen and (max-width: 1000px) {
  .header .intro .logo-tcoe {
    width: 29.94792%;
  }
}
@media screen and (max-width: 480px) {
  .header .intro .logo-tcoe {
    width: 47.91667%;
  }
}
@media screen and (min-width: 1001px) {
  .header .intro {
    float: right;
    width: 35.83333%;
  }
}
@media screen and (max-width: 1000px) {
  .header .intro {
    margin: 0 auto 50px auto;
  }
}
.header img {
  margin: 0 auto;
}
.header p {
  margin-bottom: 1.5em;
  font-size: 1.125em;
}

.header-main {
  padding: 30px 19.16667% 30px 0;
}
@media screen and (max-width: 480px) {
  .header-main {
    padding: 30px 0;
  }
}
.header-main h1 {
  line-height: 1.1;
  font-family: "Caslon", serif;
  font-size: 4.125em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .header-main h1 {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 480px) {
  .header-main h1 {
    font-size: 1.75em;
  }
}

.header-ornaments {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .header-ornaments {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-ornaments {
    margin: 45px 0 25px 0;
  }
}
.header-ornaments h1,
.header-ornaments h2 {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Caslon", serif;
  font-size: 1.625em;
  font-weight: 600;
  line-height: 1;
  color: #7f869f;
}
@media screen and (min-width: 769px) {
  .header-ornaments h1:after, .header-ornaments h1:before,
  .header-ornaments h2:after,
  .header-ornaments h2:before {
    font-family: "Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header-ornaments h1:after,
  .header-ornaments h2:after {
    margin-left: 15px;
    content: "\e61b";
  }
  .header-ornaments h1:before,
  .header-ornaments h2:before {
    margin-right: 15px;
    content: "\e61a";
  }
}
@media screen and (max-width: 768px) {
  .header-ornaments h1,
  .header-ornaments h2 {
    font-size: 1.75em;
    color: #666785;
  }
}
@media screen and (max-width: 480px) {
  .header-ornaments h1,
  .header-ornaments h2 {
    font-size: 1.5em;
  }
}

#homeslider {
  float: left;
  position: relative;
  width: 62.5%;
}
@media screen and (max-width: 1000px) {
  #homeslider {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #homeslider {
    display: none;
  }
}
#homeslider .slider {
  display: none;
  max-height: 408px;
}
#homeslider img {
  display: block;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  #homeslider img {
    width: 100%;
  }
}
#homeslider article {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 315px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
}
#homeslider article p {
  margin: 0;
  font-family: "Caslon", serif;
  font-size: 1.875em;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  #homeslider article p {
    font-size: 1.125em;
  }
}
#homeslider .rsBullets {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: white;
  padding: 0 5px;
}
@media screen and (max-width: 1000px) {
  #homeslider .rsBullets {
    display: none;
  }
}
#homeslider .rsBullets .rsBullet {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  cursor: pointer;
  background-color: #c5c7d1;
}
#homeslider .rsBullets .rsBullet.rsNavSelected {
  background-color: #666a85;
}
#homeslider .rsArrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 57px;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -28px;
  cursor: pointer;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #homeslider .rsArrow {
    display: none !important;
  }
}
#homeslider .rsArrow:before {
  font-family: "Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 57px;
  height: 57px;
  vertical-align: middle;
  color: #8389a0;
}
#homeslider .rsArrow:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#homeslider .rsArrow:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#homeslider .rsArrow.rsArrowLeft {
  left: 0;
}
#homeslider .rsArrow.rsArrowLeft:before {
  content: "\e620";
}
#homeslider .rsArrow.rsArrowRight {
  right: 0;
}
#homeslider .rsArrow.rsArrowRight:before {
  content: "\e61f";
}

.search-form {
  margin-left: 10px;
  float: right;
  width: 235px;
  padding-top: 3px;
}
@media screen and (max-width: 480px) {
  .search-form {
    width: 210px;
  }
}
.search-form .field {
  float: left;
  width: 190px;
}
@media screen and (max-width: 480px) {
  .search-form .field {
    width: 170px;
  }
}
.search-form input[type=text] {
  height: 20px;
  background-color: white;
  padding: 0 10px;
  line-height: 1;
  font-size: 0.75em;
}
.search-form button {
  float: right;
  width: 35px;
  margin-top: -4px;
  font-size: 20px;
  color: white;
}

.top-bar {
  position: relative;
  z-index: 15;
  height: 34px;
  background-color: #82889e;
}
.top-bar .icon-search, .top-bar .icon-user {
  float: right;
  line-height: 34px;
  font-size: 1.25em;
  color: white;
}
.top-bar.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

body {
  background-color: #eff0f3;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
  width: 100%;
  height: 100%;
}
