/*
Theme Name: Law Offices of Andrew Ritholz
Theme URI: http://nextclient.com/
Description: Designed and Powered by NextClient, Inc.
Author: NextClient, Inc.
Version: 1.0
Template: universal
*/
/* Universal Begins */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
/* =========================================================================== */
/* GLOBAL ==================================================================== */
/* =========================================================================== */
/* layout container */
#iframe-wrapper-Iv4u2fy8T2l00h65Qfr2,
#widget-Iv4u2fy8T2l00h65Qfr2
{
	display: none !important;
}
.l-container {
  max-width: calc(1640px - 40px);
  margin-right: auto;
  margin-left: auto;
}

/* layout padding */
.l-x {
  padding: 0 20px;
}

.l-y {
  padding: 1em 0;
}

@media screen and (min-width: 800px) {
  .l-y {
    padding: 2em 0;
  }
}

@media screen and (min-width: 1640px) {
  .l-y {
    padding: 3em 0;
  }
}

/* clearfix */
.cf::after {
  clear: both;
  content: "";
  display: block;
}

/* buttons */
.btn {
  color: white;
  background-color: #4c97cf;
  border: 1px solid #4c97cf;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  letter-spacing: .01em;
  padding: .8em 1em;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover, .btn:focus {
  color: white;
  background-color: #279df4;
  border-color: #1e7abf;
}

/* =========================================================================== */
/* UNIVERSAL ================================================================= */
/* =========================================================================== */
html {
  color: #666666;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #666666;
}

i strong, em strong {
  font-style: italic;
}

b em {
  font-weight: bold;
}

header, nav, article, footer, section, aside, figure, figcaption {
  display: block;
}

a {
  outline: none;
}

#nav-below {
  margin: 10px 0;
  overflow: hidden;
}

.nav-previous, .nav-next {
  float: left;
  display: inline;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
}

.nav-previous a, .nav-next a {
  text-decoration: none;
}

div.entry-meta {
  font-size: 90%;
}

body.single .shareThisWrapper {
  margin: 0px 0 20px;
}

.post_entry_mult {
  border-bottom: 1px solid #999;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post_entry_mult_left {
  float: left;
  display: inline;
  width: 150px;
}

.post_entry_mult_right {
  padding-left: 160px;
}

.post_entry_mult .shareThisWrapper {
  margin: 0;
}

div.post_entry_mult h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.excerpt_meta {
  font-size: 80%;
  margin: 0 0 10px;
}

.postThumbSingle {
  margin: 0 0 10px;
}

@media screen and (min-width: 450px) {
  .postThumbSingle {
    float: left;
    margin: 5px 10px 0 0;
  }
}

.tag-links {
  display: block;
}

.google-map {
  height: 350px;
  margin: 0 0 25px;
  border: 1px solid #333;
}

/* Universal Ends */

/*  < adaBtn >  */
.adaBtn{
  display: block !important;
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  z-index: 9999;
}
.adaBtn > img{ width: 100%; }
.adaBtn:hover > img{ margin-top: -41px; }
@media screen and (min-width: 1120px){
  .adaBtn{
    width: 60px;
    height: 60px;
  }
  .adaBtn:hover > img{ margin-top: -61px; }
}
/*  </ adaBtn >  */

blockquote {
  padding: 0 0 0 30px;
  font-style: italic;
}

strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

i strong, em strong, strong i, strong em {
  font-weight: bold;
}

/* General */
html {
  -webkit-text-size-adjust: 100%;
  background: #333;
}

body {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  color: #666666;
  background: #fff;
}

a {
  color: #4c97cf;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

a:hover {
  color: #279df4;
}

a, a:link, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

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

.officiallyAnimated, .ie9 .animated, #persistentHeader .animated, #persistentHeader.animated {
  opacity: 1;
}

article hr {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  width: 80%;
  margin: 0 auto 20px;
}

/* typography ========== */
body {
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #444444;
  padding: 0 0 0.33em 0;
  -webkit-transition: font-size 300ms ease-in-out;
  transition: font-size 300ms ease-in-out;
}

h1, .fs-1 {
  font-size: 1.54em;
  font-weight: 500;
  padding: 0 0 .5em 0;
}

h2, .fs-2 {
  font-size: 1.33333em;
  font-weight: 500;
  padding: 0 0 0.625em 0;
}

h3, .fs-3 {
  font-size: 1.11111em;
}

h4,
h5,
h6 {
  font-size: 1em;
  font-style: italic;
}

p:empty {
  display: none;
}

@media screen and (min-width: 800px) {
  body {
    line-height: 1.55;
  }
  h1,
  .fs-1 {
    font-size: 1.6em;
  }
  h2,
  .fs-2 {
    font-size: 1.33333em;
  }
  h3,
  .fs-3 {
    font-size: 1.11111em;
  }
}

@media screen and (min-width: 1120px) {
  h1,
  .fs-1 {
    font-size: 2em;
  }
  h2,
  .fs-2 {
    font-size: 1.66667em;
  }
  h3,
  .fs-3 {
    font-size: 1.38889em;
  }
}

@media screen and (min-width: 1640px) {
  body {
    font-size: 112.5%;
    /*18*/
  }
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* =========================================================================== */
/* MAIN HEADER =============================================================== */
/* =========================================================================== */
/* wrapper + persistentHeader ========== */
#persistentHeader {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

body.fsMenuOn #persistentHeader {
  -webkit-transform: none;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  transform: none;
}

@media screen and (min-width: 800px) {
  #wrapper {
    padding: 220px 0 0;
    /*modme*/
  }
  #persistentHeader {
    background: #fff;
    /*modme*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  body.admin-bar #persistentHeader {
    top: 32px;
  }
  body.admin-bar.fsMenuOn #persistentHeader {
    top: 0;
  }
  body.sticky_zone .noSticky {
    display: none;
  }
  /* sticky zone */
  body.sticky_zone .mh.l-y {
    padding-top: 0.66em;
    padding-bottom: 0.66em;
    -webkit-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
  }
  body.sticky_zone .mh .fs-1 {
    font-size: 1.4em;
    -webkit-transition: font-size 300ms ease-in-out;
    transition: font-size 300ms ease-in-out;
  }
  body.sticky_zone #logo-main {
    max-width: 150px;
    height: 60px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1640px) {
  #wrapper {
    padding-top: 268px;
  }
  #persistentHeader {
    min-width: 1640px;
  }
}

/* main header ========== */
#logo-main {
  display: block;
  width: 90%;
  max-width: 210px;
  /*modme*/
  margin: 0 auto;
}

#logo-main img {
  display: block;
  width: 100%;
}

.mh-logo {
  margin-bottom: 1.33em;
}

.mh-contact {
  padding: .66em 0 0 0;
  margin: 0;
  border-top: 1px solid #666666;
  text-align: center;
  font-weight: bold;
}

.mh-contact p {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 625px) {
  .mh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #logo-main {
    margin: 0;
  }
  .mh-logo {
    margin: 0;
  }
  .mh-contact {
    padding: 0;
    border: 0;
    text-align: right;
    display: inline-block;
  }
}

@media screen and (min-width: 800px) {
  .mh-contact {
    line-height: 1.33;
  }
}

/* =========================================================================== */
/* MAIN NAV ================================================================== */
/* =========================================================================== */
/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block;}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
/* divider */
nav.mm > ul > li:before, nav.mm > ul > li:last-of-type:after {
  content: '';
  display: block;
  width: 1px;
  height: 60%;
  background-color: #bdbdbd;
  position: absolute;
  top: 20%;
}

nav.mm > ul > li:before {
  left: 0;
}

nav.mm > ul > li:last-of-type:after {
  right: 0;
}

/* <--- divider */
/* distribute nav list items */
nav.mm > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

nav.mm > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

nav.mm > ul > li:last-of-type {
  max-width: calc(46px + 10px);
  /* update search below */
}

/* base */
nav.mm {
  text-align: center;
  background: #f2f2f2;
  position: relative;
  z-index: 100;
  border: 1px solid #bdbdbd;
  border-right-width: 0;
  border-left-width: 0;
}

nav.mm > ul > li > a {
  padding: 20px 5px;
  font-size: 12px;
  color: #666666;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  font-weight: bold;
}

nav.mm > ul > li > a:hover {
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}

nav.mm > ul > li > ul {
  top: 52px;
}

/* update search below */
nav.mm > ul {
  height: 52px;
}

/* update search below */
nav.mm > ul > li:hover > a {
  background: #f2f2f2;
  color: #4c97cf;
}

nav.mm ul ul {
  background: #f2f2f2;
  width: 180px;
  border: 1px solid #bdbdbd;
}

nav.mm ul ul li:hover > a {
  background: #f2f2f2;
  color: #4c97cf;
}

nav.mm ul ul li {
  border-top: 1px solid #bdbdbd;
}

nav.mm ul ul a {
  color: #666666;
  padding: 12px 10px;
  font-size: small;
  text-transform: none;
  line-height: 1.3;
  font-weight: normal;
}

nav.mm ul {
  padding: 0;
  margin: 0 auto;
  font-size: 0;
}

nav.mm li {
  position: relative;
}

nav.mm ul a {
  display: block;
  text-decoration: none;
}

nav.mm > ul > li {
  display: inline-block;
}

nav.mm ul ul {
  display: block;
  position: absolute;
  text-align: left;
  left: 0;
  top: -1px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

nav.mm ul li:hover > ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

nav.mm ul ul ul {
  left: 100%;
}

nav.mm ul ul li:first-child {
  border: 0;
}

body.admin-bar #mmiWrapper {
  position: static;
}

body.admin-bar.mob_menu #wrapper {
  padding: 0;
}

body.mob_menu #wrapper {
  padding: 34px 0 0;
}

body.mob_menu #wpadminbar {
  position: absolute;
}

body.fsMenuOn #wpadminbar, body.fsMenuOn #contact-tab {
  display: none;
}

#mmiWrapper, #mblSearchCont, nav.mm_mob {
  display: none;
}

.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {
  display: block;
}

.fsMenuOn #mmiWrapper {
  z-index: 1;
}

#mmiWrapper, #closeMenu {
  background: #172d3e;
}

/*modme*/
#mmiWrapper {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#mobMenuItems {
  height: 34px;
  width: 295px;
  padding: 0;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.mmi {
  height: 100%;
  float: left;
  display: inline;
  list-style-type: none;
  list-style-position: outside;
}

.mmi > a {
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  height: 100%;
  line-height: 34px;
  background-image: url(img/icons/menu2015.png);
  background-repeat: no-repeat;
  text-indent: -222px;
  overflow: hidden;
  text-align: left;
}

#mm1 {
  width: 56px;
}

#mm2 {
  width: 57px;
}

#mm3 {
  width: 66px;
}

#mm4 {
  width: 52px;
}

#mm5 {
  width: 57px;
}

.mmi a:hover {
  text-decoration: none;
}

.mmi {
  border-right: 1px solid #2e5b7c;
}

/*modme*/
#mm1 {
  border-left: 1px solid #2e5b7c;
}

/*modme*/
#mm1 > a {
  background-position: 20px 0;
  padding: 0 0 0 47px;
}

#mm2 > a {
  background-position: 20px -34px;
}

#mm3 > a {
  background-position: 20px -68px;
}

#mm4 > a {
  background-position: 20px -102px;
}

#mm5 > a {
  background-position: 20px -136px;
}

/* Dropdown support */
.mmi > ul {
  width: 297px;
  left: -1px;
  display: none;
  position: absolute;
}

.mmi:hover ul {
  display: block;
}

.mmi ul li {
  border-top: 1px solid #333333;
  /*modme*/
}

.mmi ul li:first-child {
  border: 0;
}

.mmi ul a {
  background: #666666;
  /*modme*/
  color: #fff;
  /*modme*/
  display: block;
  padding: 10px 10px;
  font-size: 16px;
}

.mmi ul a:hover {
  background: #f2f2f2;
  /*modme*/
}

@media screen and (min-width: 385px) {
  #mobMenuItems {
    width: 348px;
  }
  #mm1 {
    width: 110px;
  }
  #mm1 > a {
    text-indent: 0;
  }
  .mmi > ul {
    width: 350px;
  }
}

nav.mm_mob {
  position: absolute;
  padding: 34px 0 10px;
  left: 0;
  top: 0;
  width: 100%;
  background: #22445d;
  /*modme*/
  z-index: 9999;
}

nav.mm_mob ul {
  padding: 0;
}

nav.mm_mob > ul {
  padding: 10px 0 10px;
}

nav.mm_mob ul li {
  list-style-type: none;
  list-style-position: outside;
  display: block;
}

nav.mm_mob ul a {
  display: block;
  font-size: 15px;
  padding: 3px 1em 3px 0;
  color: #fff;
}

nav.mm_mob a:hover {
  background: #4c97cf;
  /*modme*/
  text-decoration: none;
}

nav.mm_mob ul a {
  padding-left: 1em;
}

nav.mm_mob ul ul a {
  padding-left: 2em;
}

nav.mm_mob ul ul ul a {
  padding-left: 3em;
}

nav.mm_mob ul ul li a {
  text-transform: none;
}

#closeMenu {
  display: none;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-family: arial, sans-serif;
  color: #fff;
  z-index: 999999999;
  top: 0;
  right: 0;
  width: 100%;
  text-transform: uppercase;
  position: fixed;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

#closeMenu:hover {
  text-decoration: none;
  color: #f2f2f2;
}

body.fsMenuOn #menuWall {
  position: fixed;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  content: "";
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
}

#mblSearch {
  max-width: 350px;
  padding: 10px 1em;
  overflow: hidden;
}

#mblsInput, #mblsSubmit {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  float: left;
  display: inline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mblsInput {
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 0 5px;
  line-height: 1;
  height: 21px;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: 0;
}

#mblsSubmit {
  width: 30%;
  border: 0;
  background: #4c97cf;
  /*modme*/
  font-size: 10px;
  height: 21px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

#mblsSubmit:hover {
  background: #279df4;
}

/*modme*/
/* search ========== */
#mmSearch a {
  width: 46px;
  height: 52px;
}

/* width of icon, height of cell */
#mmsForm {
  top: 52px;
}

/* height of cell */
#mmsForm, #mmSearch:hover a {
  background-color: #d8d8d8;
}

#mmsSubmit:hover {
  background: #279df4;
}

/* modme (optional) */
#mmSearch {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  vertical-align: top;
}

#mmSearch a {
  padding-top: 0;
  padding-bottom: 0;
  cursor: default;
  background: url(img/icons/search.png) center center no-repeat;
}

#mmsForm {
  position: absolute;
  right: 0;
  width: 300px;
  height: 50px;
  display: none;
}

#mmSearch:hover #mmsForm {
  display: block;
}

#mmsInput {
  float: left;
  display: inline;
  width: 200px;
  font-size: 13px;
  height: 16px;
  line-height: 1;
  color: #333;
  background: #fff;
  margin: 13px 0 0 10px;
  padding: 3px 5px;
  border: 1px solid #DDD8D1;
}

#mmsSubmit {
  float: right;
  display: inline;
  border: 0;
  height: 24px;
  width: 60px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 13px 10px 0 0;
  padding: 0;
  background: #4c97cf;
  color: #fff;
  cursor: pointer;
  border-radius: 1px;
}

/* nav media queries ========== */
@media screen and (min-width: 1120px) {
  nav.mm > ul > li > a {
    font-size: 16px;
  }
  nav.mm > ul > li > ul {
    top: 56px;
  }
  nav.mm > ul {
    height: 56px;
  }
  #mmSearch a {
    height: 56px;
  }
  #mmsForm {
    top: 56px;
  }
}

/* hide custom search from mobile */
body.mob_menu #mmSearch {
  display: none;
}

/* =========================================================================== */
/* SLIDES ==================================================================== */
/* =========================================================================== */
#homeslides {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 440px;
  background-color: #333333;
  color: white;
}

#homeslides *,
#homeslides *::after,
#homeslides *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.homeslide {
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#homeslide1 {
  background-image: url(img/slides/home/1-600.jpg);
}

#homeslide1 .slideMore span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.slideBox {
  position: absolute;
  bottom: 0;
  background: #393939;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.slideBox > * {
  margin: 0 auto;
}

.slideHead {
  padding-bottom: .33em;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.22em;
}

.slideBody {
  line-height: 1.22em;
}

@media screen and (min-width: 550px) {
  #homeslides {
    height: 300px;
  }
  #homeslide1 {
    background-image: url(img/slides/home/1.jpg);
  }
  .homeslide {
    background-size: cover;
    background-position: right center;
    position: relative;
  }
  .slideContent {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slideBox {
    position: static;
    background-color: transparent;
    text-align: left;
  }
  .slideBox > * {
    margin: 0;
  }
  .slideHead {
    max-width: 18ch;
  }
  .slideBody {
    max-width: 25ch;
  }
}

@media screen and (min-width: 800px) {
  #homeslides {
    height: 400px;
  }
  #homeslide1 .slideMore span {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
    height: auto;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  .slideHead {
    font-size: 1.95556em;
  }
  .slideBody {
    line-height: 1.5em;
  }
  .slideMore {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1120px) {
  #homeslides {
    height: 600px;
  }
  .slideHead {
    font-size: 2.44444em;
  }
}

/* sync ========== */
@media screen and (min-width: 800px) {
  #syncMenu {
    z-index: 1;
  }
}

#sync {
  height: 0;
  width: 0;
}

.syncItem {
  position: relative;
  z-index: 0;
}

/* =========================================================================== */
/* CONTENT AREA ============================================================== */
/* =========================================================================== */
/* BELOW THE FOLD (BTF) BEGINS */
p {
  padding: 0 0 20px;
}

li {
  list-style-type: none;
  list-style-position: outside;
}

.topo {
  display: block;
  overflow: hidden;
}

.topo img {
  display: block;
  width: 100%;
}

body:not(.home) .ca-o {
  border-top: 3px solid #d8d8d8;
}

#contentArea {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  body:not(.home) .ca-o {
    border: 0;
  }
  /* divider */
  body:not(.home) #contentArea {
    position: relative;
  }
  body:not(.home) #contentArea::after {
    width: 1px;
    height: 101%;
    position: absolute;
    content: '';
    top: 0;
    right: 21.5em;
    background-color: #d8d8d8;
  }
}

/* ============================== */
/* content area / main content == */
/* ============================== */
#mainContent {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #666666;
}

.article ul, .article ol {
  padding: 0 0 20px 30px;
}

.article li {
  list-style-position: outside;
}

.article ul li {
  list-style-type: disc;
}

.article ol > li {
  list-style-type: decimal;
}

.article ol > li > ol > li {
  list-style-type: lower-alpha;
}

.article ol > li > ol > li > ol > li {
  list-style-type: lower-roman;
}

.article ul ul {
  padding-bottom: 0;
}

.article a:hover {
  text-decoration: underline;
}

.article ul, .article ol {
  overflow: hidden;
}

.headshot {
  float: left;
  margin: 0 1.5em 5px 0;
  width: 40%;
  max-width: 200px;
  border: 4px solid #f2f2f2;
}

.article .alignright, .article .aligncenter, .article .alignleft {
  margin: 10px auto;
}

#shareThisPage {
  clear: both;
  border-top: 1px solid #2a3868;
  padding: 20px 0 0;
  margin: 15px 0 0;
}

#shareThisPageHead {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

#shareThisPage .shareThisWrapper {
  display: inline-block;
}

.shareThisWrapper {
  font-size: 0;
}

.dskSharingIcon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 14px 0 0;
  overflow: hidden;
}

.dskSharingIcon:hover {
  opacity: 0.8;
}

.dskSharingIcon_twitter img {
  margin: 0 0 0 -16px;
}

.dskSharingIcon_linkedin img {
  margin: 0 0 0 -32px;
}

.dskSharingIcon_googleplus img {
  margin: 0 0 0 -48px;
}

.mcTable {
  margin: 0 0 20px;
}

.mcTable td {
  vertical-align: top;
  display: block;
}

.mcTable ul {
  padding: 0 0 0 30px;
}

@media screen and (min-width: 800px) {
  #syncContent {
    z-index: 1;
  }
  .home #mainContent {
    width: 100%;
    padding: 0;
  }
  #mainContent {
    float: left;
    padding-right: 1.5em;
    width: calc(100% - 3em - 20em);
    position: relative;
  }
  .article .alignright {
    float: right;
    margin: 0 0 5px 15px;
  }
  .article .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .article .alignleft {
    float: left;
    margin: 0 15px 5px 0;
  }
}

@media screen and (min-width: 900px) {
  .mcTable td {
    display: table-cell;
    padding: 0 0 0 40px;
  }
  .mcTable td:first-child {
    padding: 0;
  }
}

/* main content / affiliations */
.mc-affiliations {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: .33em;
}

.mc-affiliations *,
.mc-affiliations *::after,
.mc-affiliations *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mc-affiliations h3 {
  margin-bottom: 1em;
}

.mc-affiliations p {
  padding: 0;
  margin: 0;
}

ul.mc-affiliations-list {
  padding: 0;
}

ul.mc-affiliations-list li {
  list-style-position: outside;
  list-style-type: none;
  padding: 0 1em 0 0;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul.mc-affiliations-list figure {
	margin: 0 1em 0 0;
  padding: 0;
}

ul.mc-affiliations-list figure.w1 {
  max-width: 80px;
}

ul.mc-affiliations-list figure.w2 {
  max-width: 160px;
}

ul.mc-affiliations-list img {
  display: block;
  width: 100%;
	height: auto;
}

ul.mc-affiliations-list p {
  font-size: .9em;
}

@media screen and (min-width: 550px) {
  ul.mc-affiliations-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
  }
  ul.mc-affiliations-list > * {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		/* auto + width for ie11 */
    width: 50%;
  }
}
/* ============================== */
/* content area / sidebar ======= */
/* ============================== */
.sidebar > div:not(:last-of-type) {
  margin-bottom: 2em;
}

@media screen and (min-width: 800px) {
  #sidebar {
    width: 20em;
    float: right;
  }
}

/* =========================================================================== */
/* WHAT ====================================================================== */
/* =========================================================================== */
.what h1 {
  text-align: center;
}

.what-list h2 {
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: .22em;
  margin-bottom: 1em;
}

.what-list li {
  border-radius: 0.25em;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.what-list li:nth-of-type(1) {
  margin-bottom: 1em;
  background-color: #333333;
}

.what-list li:nth-of-type(1):hover {
  background-color: #494949;
}

.what-list li:nth-of-type(2) {
  background-color: #4c97cf;
}

.what-list li:nth-of-type(2):hover {
  background-color: #279df4;
}

.what-list li a {
  color: white;
  padding: 1em;
  display: block;
}

.what-list li p {
  padding: 0;
}

@media screen and (min-width: 550px) {
  .what-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: row nowrap;
        flex-wrap: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .what-list > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .what-list li:nth-of-type(1) {
    margin: 0 .66em 0 0;
  }
  .what-list li:nth-of-type(2) {
    margin: 0 0 0 .66em;
  }
}

@media screen and (min-width: 800px) {
  .what-list li a {
    padding: 1.5em;
  }
}

@media screen and (min-width: 1120px) {
  .what-list li a {
    padding: 2em;
  }
}

/* =========================================================================== */
/* AOPS ====================================================================== */
/* =========================================================================== */
.aops {
  border: 1px solid #999999;
  color: #666666;
  border-right-width: 0;
  border-left-width: 0;
}

body.home .article h2 {
  text-align: center;
}

body.home .article h3 {
  font-style: normal;
  color: #4c97cf;
}
body.home #contentArea{ border-top: 1px solid #999999; }
.article ul.aops-list{ padding: 0 0 20px; }
.article ul.aops-list li{
  list-style-type: none;
}
.article ul.aops-list a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  color: #666;
}

.article ul.aops-list a:hover{ text-decoration: none; }
.article ul.aops-list a:hover h4 {
  color: #279df4;
}

.article ul.aops-list p:last-of-type {
  padding: 0;
}

.article ul.aops-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article ul.aops-list *,
.article ul.aops-list *::after,
.article ul.aops-list *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article ul.aops-list > li {
  margin-bottom: 1em;
}

.article ul.aops-list > li:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 550px) {
  .article ul.aops-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -.75em;
  }
  .article ul.aops-list > li:nth-child(n+1) {
    margin: .75em;
    -ms-flex-preferred-size: calc(50% - 1.66em);
        flex-basis: calc(50% - 1.66em);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 1120px) {
  .article ul.aops-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .article ul.aops-list > li:nth-child(n+1) {
    -ms-flex-preferred-size: calc(25% - 1.66em);
        flex-basis: calc(25% - 1.66em);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* =========================================================================== */
/* AFFILIATIONS ============================================================== */
/* =========================================================================== */
.affiliations {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.affiliations *,
.affiliations *::after,
.affiliations *::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.affiliations h3 {
  margin-bottom: 1em;
}

.affiliations p {
  padding: 0;
  margin: 0;
}

.affiliations-list {
  text-align: center;
}

.affiliations-list li {
	padding-right: 0.55em;
	padding-left: 0.55em;
	margin-bottom: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.affiliations-list figure {
  padding: 0;
  margin: 0 0 .55em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-height: 80px;
  /* safari 10 */
  height: 100%;
  /* ie11 */
}

.affiliations-list figure.w1 {
  max-width: 80px;
}

.affiliations-list figure.w2 {
  max-width: 160px;
}
.affiliations-list figure.w4 {
  max-width: 244px;
}
.affiliations-list figure.w5 {
  max-width: 297px;
}
.affiliations-list img {
	display: block;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	/* ie11 */
}

.affiliations-list p {
  font-size: .9em;
}

@media screen and (min-width: 550px) {
  .affiliations-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
  }
  .affiliations-list > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
  }
}

@media screen and (min-width: 800px) {
  .affiliations-list li {
		margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* =========================================================================== */
/* WHY ======================================================================= */
/* =========================================================================== */
.why {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999999;
  color: #666666;
  border-right-width: 0;
  border-left-width: 0;
}

.why *,
.why *::after,
.why *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.why h3 {
  font-size: 1.25em;
  padding-bottom: .66em;
}

.why p:last-of-type {
  padding: 0;
}

.why-list > li {
  margin-bottom: 1.5em;
}

.why-list > li:last-of-type {
  margin-bottom: 0;
}

.why-dc {
  font-size: 1.56em;
  line-height: 1;
  float: left;
  padding: .25em .66em 0;
  margin-right: .22em;
}

.why-title {
  font-weight: bold;
  padding: 0;
}

@media screen and (min-width: 650px) {
  .why-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -.75em;
  }
  .why-list > li:nth-child(n+1) {
    margin: .75em;
    -ms-flex-preferred-size: calc(33.33% - 1.5em);
        flex-basis: calc(33.33% - 1.5em);
  }
}

@media screen and (min-width: 1120px) {
  .why-list {
    margin: -1em;
  }
  .why-list > li:nth-child(n+1) {
    margin: 1em;
    -ms-flex-preferred-size: calc(33.33% - 2em);
        flex-basis: calc(33.33% - 2em);
  }
}

/* =========================================================================== */
/* MAIN FOOTER =============================================================== */
/* =========================================================================== */
#mainFooter {
  overflow: hidden;
}

.mf-o {
  background-color: #333333;
  border-top: 3px solid #999999;
}

.mf {
  color: #999999;
}

.mf h3 {
  color: #f2f2f2;
  font-size: 1.11em;
  margin-bottom: .33em;
}

.mf p:last-of-type {
  padding-bottom: 0;
}

.mf .l-block {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1.5em;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: auto;
}

.mf .l-block > div {
  margin-bottom: 2em;
}

.mf .l-block:last-of-type > div:last-of-type {
  margin-bottom: 0;
}

.mf .l-block2 div:nth-child(1), .mf .l-block3 div:nth-child(1) {
  grid-column: 1 / -1;
}

@media screen and (min-width: 800px) {
  .mf {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
  }
  .mf > * {
		-ms-flex-preferred-size: calc(33.33% - 1.5em);
		flex-basis: calc(33.33% - 1.5em);
  }
  .mf .l-block {
    display: block;
    /* grid reset */
  }
  .mf .l-block > div:last-of-type {
    margin-bottom: 0;
  }
}

#mainFooter .mf-contact {
	margin: 0 0 20px;
}
#mainFooter .mf-contact h3 {
	padding: 0 0 9.75px;
}
#mainFooter .mf-contact h4 {
	color: #fff;
	font: bold 16px/1 "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#mainFooter .mf-contact p {
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (min-width: 800px) {
	#mainFooter .mf-contact {
		margin: 0 0 1px;
	}
	#mainFooter .mf-contact h3 {
		padding: 0 0 13px;
	}
	#mainFooter .mf-contact h4 {
		padding: 0 0 6px;
		font-size: 18px;
	}
	#mainFooter .mf-contact p {
		padding: 0 0 20px;
		font-size: 18px;
	}
}

/* mf / block 1 ========== */
/* nothing to style */
/* mf / block 2 ========== */
.fNav {
  padding: 0;
}

.fNav li {
  display: block;
  list-style-type: none;
  list-style-position: outside;
  border-bottom: 1px solid #454545;
  position: relative;
  line-height: 1;
}

.fNav li::before {
  width: 8px;
  height: 8px;
  position: absolute;
  content: '';
  top: calc(50% - 4px);
  left: 0;
  background-image: url(img/icons/arrow-light.png);
  background-position: 0px 0px;
}

.fNav a {
  display: block;
  padding: .5em 0 .5em 1em;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.fNav a:hover {
  background-color: #1a1a1a;
}

.mf-review img {
  width: 100px;
}

@media screen and (min-width: 1640px) {
  .mf-review img {
    width: 150px;
  }
}

.mf-social-list {
  font-size: 0;
  text-align: left;
}

.mf-social-list li {
  width: 30px;
  height: 30px;
  background-size: 500%;
  background-image: url(img/social/social.png);
  display: inline-block;
  overflow: hidden;
  background-color: #666666;
  border-radius: 4px;
}

.mf-social-list li:not(:last-of-type) {
  margin: 0 10px 0 0;
}

.mf-social-list li:hover {
  background-position-y: 100%;
}

.mf-social-list .item_2 {
  background-position-x: 0%;
}

.mf-social-list .item_3 {
  background-position-x: 50%;
}

.mf-social-list a {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1640px) {
  .mf-social-list li {
    width: 50px;
    height: 50px;
  }
}

/* mf / block 3 ========== */
.recent-list li {
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 1px solid #454545;
}

.recent-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recent-list p {
  padding: 0;
}

.recent-img-o {
  border: 2px solid #2d2d2d;
}

.recent-img-o img {
  display: block;
  width: 75px;
  height: auto;
}

.recent-meta {
  padding-left: 1em;
}

.recent-meta-title {
  margin-bottom: .22em;
}

p.recent-meta-date {
  margin-top: .5em;
  color: #999999;
  font-family: "Times", "Times New Roman", "Georgia", serif;
  font-style: italic;
  font-size: 1em;
  padding-left: 1.5em;
  line-height: 1;
  background-image: url(img/icons/calendar.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

@media screen and (min-width: 1120px) {
  .recent-img-o img {
    width: 125px;
  }
}

/* =========================================================================== */
/* BRANDING ================================================================== */
/* =========================================================================== */
.branding-o {
  background-color: #1a1a1a;
  border-top: 3px solid #171717;
  padding: 0 40px;
}

.branding {
  color: #999999;
  padding: .33em 0;
  font-size: .8em;
  text-align: center;
}

.branding p {
  padding: 0;
}

/* =========================================================================== */
/* CONTACT FORM ============================================================== */
/* =========================================================================== */
/* Contact Form Styling */
.nc_form {
  background-color: #f0f0f0;
  padding: 1.25em 2%;
  margin: 0 0 1.25em;
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  color: #333333;
}

.nc_form .req {
  color: #F71704;
}

.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {
  display: block;
  width: 98%;
  padding: 0;
}

.nc_form input, .nc_form textarea {
  background: #fff;
  color: #8B898C;
}

.nc_form input, .nc_form textarea, .nc_form .captcha-container {
  border: 1px solid #999;
  border-radius: 3px;
}

.nc_form label {
  margin: 0 0 .125em;
}

.nc_form input, .nc_form textarea, .nc_form select {
  margin: 0 0 10px;
  padding: .4em 1%;
}

.nc_form textarea {
  height: 60px;
}

.nc_form .captcha-container {
  padding: 0;
  width: 100%;
}

.nc_form input.hidden {
  display: none;
}

.nc_form input.submit-button {
  cursor: pointer;
  margin: 1em 0;
  padding: 0.6em 2%;
  width: auto;
  height: auto;
  background: #555;
  color: #fff;
  line-height: 1;
}

.nc_form input.submit-button:hover {
  background: #777;
}

.nc_form input.error {
  border-color: #f00;
}

.nc_form label.error {
  color: #f00;
}

.ncfDisclaimer {
  font-size: 80%;
  margin: 0 0 1em;
  padding: 0.33em 0 0;
}

.ncfDisclaimer span {
  display: block;
  font-weight: bold;
  font-size: 125%;
}

.ncfDisclaimer span.req {
  display: inline;
  font-size: 80%;
}

.ncfDisclaimer input {
  display: inline;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}

.ncfDisclaimer label {
  display: inline;
}

.nc_form .captcha-wrapper input {
  max-width: 200px;
}

.nc_form .captcha-container {
  background: #fff;
  border: 1px solid #333;
  margin: 0 0 4px;
  text-align: center;
  max-width: 200px;
}

.nc_form .captcha-image {
  cursor: pointer;
  display: block;
  width: 100%;
}

.nc_form .checkbox {
  margin: 0 0 10px;
}

.nc_form .checkbox input {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  margin: 0 0 0 10px;
}

.nc_form .checkbox input.delin {
  margin: 0;
}

.nc_form .radio {
  margin: 0 0 10px;
}

.nc_form .radio input {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  margin: 0 0 0 10px;
}

.nc_form .radio input.delin {
  margin: 0;
}

.nc_form .inlineSelect select {
  display: inline;
  width: auto;
}

/* Contact Form - Custom ============================== */
.cf {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cf *,
.cf *::after,
.cf *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 550px) {
  .cf .nc_form .form-part--1-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cf .nc_form .form-part--1-3 > div {
    -ms-flex-preferred-size: calc(33.33% - .5em);
        flex-basis: calc(33.33% - .5em);
  }
}

@media screen and (min-width: 800px) {
  .home .cf h2 {
    text-align: center;
  }
  body:not(.home) .cf .nc_form .form-part--1-3 {
    display: block;
    /* reset flex */
  }
}

.cf .nc_form {
  background-color: #f0f0f0;
  padding: 1.5em .5em;
  margin: 0 0 1.25em;
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  color: #333333;
}

.home .cf .nc_form {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.cf .nc_form .req {
  color: #F71704;
}

.cf .nc_form label,
.cf .nc_form input,
.cf .nc_form textarea,
.cf .nc_form select {
  display: block;
  width: 100%;
  padding: 0;
}

.cf .nc_form label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.cf .nc_form input,
.cf .nc_form textarea {
  background: #fff;
  color: #8B898C;
}

.cf .nc_form input,
.cf .nc_form textarea,
.cf .nc_form .captcha-container {
  border: 1px solid #999;
  border-radius: 3px;
}

.cf .nc_form label {
  margin: 0 0 .125em;
}

.cf .nc_form input,
.cf .nc_form textarea,
.cf .nc_form select {
  margin: 0 0 1.5em;
  padding: .4em;
}

.home .cf .nc_form input, .home
.cf .nc_form textarea, .home
.cf .nc_form select {
  margin: 0 0 .66em;
}

.cf .nc_form textarea {
  height: 10em;
}

.cf .nc_form .captcha-container {
  padding: 0;
  width: 100%;
}

.cf .nc_form input.hidden {
  display: none;
}

.cf .nc_form .g-recaptcha {
  display: inline-block;
}

.cf .nc_form input.submit-button {
  margin: 1em auto;
  cursor: pointer;
  padding: 0.6em 2em;
  width: auto;
  height: auto;
  background: #e8e8e8;
  color: #666666;
  line-height: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.cf .nc_form input.submit-button:hover {
  background: #f3f3f3;
}

.cf .nc_form input.error {
  border-color: #f00;
}

.cf .nc_form label.error {
  color: #f00;
}

.cf .ncfDisclaimer {
  font-size: 80%;
  margin: 0 0 1em;
  padding: 0.33em 0 0;
}

.cf .ncfDisclaimer span {
  display: block;
  font-weight: bold;
  font-size: 125%;
}

.cf .ncfDisclaimer span.req {
  display: inline;
  font-size: 80%;
}

.cf .ncfDisclaimer input {
  display: inline;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}

.cf .ncfDisclaimer label {
  display: inline;
}

.cf .nc_form .captcha-wrapper {
  text-align: center;
}

.cf .nc_form .captcha-wrapper input {
  max-width: 200px;
}

.cf .nc_form .captcha-container {
  background: #fff;
  border: 1px solid #333;
  margin: 0 0 4px;
  text-align: center;
  max-width: 200px;
}

.cf .nc_form .captcha-image {
  cursor: pointer;
  display: block;
  width: 100%;
}

.cf .nc_form .checkbox {
  margin: 0 0 10px;
}

.cf .nc_form .checkbox input {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  margin: 0 0 0 10px;
}

.cf .nc_form .checkbox input.delin {
  margin: 0;
}

.cf .nc_form .radio {
  margin: 0 0 10px;
}

.cf .nc_form .radio input {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  margin: 0 0 0 10px;
}

.cf .nc_form .radio input.delin {
  margin: 0;
}

.cf .nc_form .inlineSelect select {
  display: inline;
  width: auto;
}

/* Contact Form Styling Ends */
/* =========================================================================== */
/* PAGE SPECIFIC ============================================================= */
/* =========================================================================== */
/* ============================== */
/* home page ==================== */
/* ============================== */
.home #shareThisPage {
  margin-top: 0;
  border: 0;
}

.home #sidebar {
  width: 100%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-top: 2em;
}

/* ============================== */
/* blog pages =================== */
/* ============================== */
@media screen and (max-width: 700px) {
  .post_entry_mult_left, .post_entry_mult_right {
    float: none;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .postThumbMult {
    display: block;
    width: 80%;
    max-width: 150px;
    margin: 0 auto 0.5em;
  }
}
/*# sourceMappingURL=style.css.map */
