/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family:'lato', sans-serif!important;
}

::-moz-selection {
    background: #b3d4fc;c
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: 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;
}

textarea {
    resize: vertical;
}

.pdf, .doc, .ppt, .xls {
  background-position:100% 50%;
	background-repeat:no-repeat;
  padding-right:14px;
}

.pdf {background-image:url(../imgs/icon_pdf.gif);}
.doc {background-image:url(../imgs/icon_msword.gif);}
.ppt {background-image:url(../imgs/icon_msppt.gif);}
.xls {background-image:url(../imgs/icon_msexcel.gif);}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

 body{
   overflow-x:hidden;
 }
 #admin-menu{
    z-index:3000;
  }

  .leftImg{
    float:left;
    margin-right:2%;
    max-width:100%;
    height:auto;
    margin-bottom:10px;
    border-radius:10px;
  }

  .rightImg{
    float:right;
    margin-left:2%;
    max-width:100%;
    height:auto;
    margin-bottom:10px;
    border-radius:10px;
  }

  .centerImg{
    display:block;
    margin:0 auto;
    max-width:100%;
    height:auto;
    margin-bottom:10px;
    border-radius:10px;
  }

*{
  padding:0px;
  margin:0px;
  outline:none;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
   	-moz-osx-font-smoothing: grayscale;
  box-sizing:border-box;
   }

a, li, button, .webform-submit, .employeeHover, .employee{
  color: inherit;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -1.5em;
  list-style-type: none;
  counter-increment: item;
  list-style-position:inside;
}

ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

main a{
  color:#177eb6;
}

main a:hover{
  color:#00456a;
}

.left {
  float:left;
}

.right{
  float:right;
}

.outerContainer{
  width:100%;
}

.EmbeddedTweet{
  border:1px solid #b06110;
}

.outerContainer.dropshadow{
  box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.31);
  position:relative;
  z-index:2;
}

.container{
  max-width:1366px;
  margin:0 auto;
}

.innerContainer,
.employeeSlideshowContainer{
  max-width:1170px;
  margin:0 auto;
}

header{
  padding-bottom:10px;
}

.headerBar{
  padding-top:20px;
  font-size:16px;
  font-weight:700;
}

.headerBar .btn,
#mobileMainMenu .btn{
  padding:5px 0px 4px 0px;
  text-align:center;
  border:1px solid #5c707c;
  color:#5c707c;
  border-radius:5px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:3px;
  display:block;
  background-color:#fff;
}

.headerBar .btn:hover{
  background-color:#e6ebee;
}

.headerBar input[name="search_block_form"]:hover{
  background-color:#e6ebee;
}

.headerBar .feeQuote{
  width:279px;
  color:#5c707c;
  border-color:#5c707c;
}

.headerBar .contact{
  width:152px;
  margin-left:14px;
}

.headerBar .login{
  width:132px;
  margin:0px 15px;
}

.headerBar .callUs{
  color:#b06110;
  letter-spacing: 0.11em;
  margin:5px 0px 0px 17px;
}

.headerBar .socialMedia li{
  float:left;
  list-style-type:none;
  width:32px;
  height:32px;
  background:#b06110;
  border-radius:5px;
  margin-left:8px;
  cursor:pointer;
}

header .socialMedia li:hover{
  background:#00456a!important;
}

.headerBar .socialMedia a{
  padding-left:6px;
  padding-top:5px;
  display:block;
  color:#fff;
}

.headerBar .fa-google-plus{
  padding-left:1px;
  padding-top:4px;
}

.tel{
  text-decoration:none;
  color:inherit;
}

.tel:hover{
  color:#00456A;
}

/* Search Flyout */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

input[name=search_block_form] {
  -webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
  outline: none;
	background: url(../imgs/searchIcon.png) no-repeat center;
  padding-right:5px;
	border: solid 1px #5c707c!important;
	height:31px;
	width: 32px;
  color: transparent;
	cursor: pointer;
  position:relative;
  z-index:1;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[name=search_block_form]:focus {
	width: 200px;
	padding-left: 5px;
  padding-right:22px;
	color: #000;
	background-color: #fff;
	cursor: auto;
  background-position:right center;
  font-weight:400;
  color:#5c707c;
  font-size:16px;
  position:relative;
  z-index:2;
}

input:-moz-placeholder {
	color: transparent;
}
input::-webkit-input-placeholder {
	color: transparent;
}

#header{
  clear:both;
  margin-top:54px;
}

#header #mainMenu a{
  text-decoration:none;
  color:#00334d;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:0.03em;
  font-size:16px;
  padding-top:14px;
}

#header #mainMenu li{
  padding:39px 0px;
  cursor:pointer;
}

#header #mainMenu ul ul li{
  padding:0px;
  background-color:#3a6f8f;
  display:block;
  clear:both;
  margin-right:0px;
  width:100%;
}

#header #mainMenu ul ul li:hover{
  background-color:#00456a;
}

#header #mainMenu ul a:hover{
  border-top:3px solid #3a6f8f;
}

#header #mainMenu ul ul a{
  padding:18px;
  display:block;
  color:#fff;
  width:100%;
}

#header #mainMenu ul ul a:hover{
  border-top:none;
}

#header #mainMenu ul > li{
  float:left;
  list-style-type:none;
  margin-right:33px;
}

#header #mainMenu ul > li:last-child{
  margin-right:0px;
}

#mainMenu .dropdown-menu{
	display:none;
	position:absolute;
	background:#ffffff;
	padding:14px 0px 0px 0px;
  line-height:normal;
  min-width:182px;
}

#mainMenu ul > li:hover .dropdown-menu{
	display:block;
	animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
}

#mainMenu ul > li:hover .parent, #mainMenu li .active{
  border-top:3px solid #3a6f8f;
}

#header #mainMenu a.blog:hover{
  border-top:3px solid #8c0c04;
}

#header #mainMenu a.blog{
  color:#8c0c04;
}

#logo img{
  display:block;
  height:auto;
  max-width:240px;
}

.item img{
  width:100%;
  height:auto;
}

.owl-controls, .navContainerCert, .testimonialNavContainer{
  max-width:1366px;
  margin:0 auto;
  position:relative;
  cursor:pointer;
}

.owl-prev,
.owl-next {
  height:60px;
  width:60px;
  display:block;
  color:#fff;
  background-color:rgba(58,111,143, .5);
  border-radius:6px;
  position:absolute;
}

.owl-next{
  right:0;
}

.owl-prev .fa-angle-left{
  margin-top:-3px;
  margin-left:15px;
}

.owl-next .fa-angle-right{
  margin-top:-3px;
  margin-left:22px;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.orangeTxt{
  color:#b06110;
}

.greenTxt{
  color:#5e6e65;
}

.titleBar{
  background:url(../imgs/titleBg.jpg) center no-repeat;
  background-size:cover;
  display:table;
  height:275px;
}

#edit-zipcode::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #47606f;
}
#edit-zipcode:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #47606f;
   opacity:  1;
}
#edit-zipcode::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #47606f;
   opacity:  1;
}
#edit-zipcode:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #47606f;
}
#edit-zipcode::-ms-input-placeholder { /* Microsoft Edge */
   color:    #47606f;
}

.ewaysUserBar{
  background-color:#DBE4EA;
  width:100%;
  min-height:50px;
  display:block;
}

#replace_eways_div{
  position:relative;
}

#eways-main-form .form-item-cityselect{
  width:100%;
}

.ewaysUserBar p{
  color:#3a6d8e;
  float:left;
  margin-top:12px;
  margin-left:15px;
  font-weight:900;
}

.ewaysUserBar ul{
  margin-top:14px;
}

#user-profile-form #edit-mimemail{
  display:none;
}

.ewaysUserBar li{
  list-style-type:none;
  display:inline;
}

.ewaysUserBar li a{
  text-decoration:none;
  color:#3a6d8e;
}

.ewaysUserBar li a:hover{
  color:#00334d;
}

.ewaysUserBar li:nth-child(even){
  margin:0px 20px;
}

.ewaysUserBarLogo img{
  max-width:100%;
  height:auto;
  max-height:45px;
  padding-top:2px;
  display:block;
  float:left;
}

.ewaysUserBarLogo{
  float:left;
}

.ewaysUserBarActions{
  float:right;
}

#eways-main-form .form-item-zipcode{
  width:300px;
  float:left;
}

#eways-main-form input[type="text"]{
  width:300px;
  text-align:center;
  border:1px solid #898989;
}

#ewayssearch{
  float:left;
  border:1px solid #3a6d8e;
  height:30px;
  width:38px;
  text-indent:-9999px;
  border-radius:5px;
  margin-left:10px;
  background:#fff url(../imgs/ewaysSearch.png) no-repeat;
  background-size:52%;
  background-position:center;
}

#eways-main-form .form-item{
  margin:0px;
}

#eways-main-form i{
  color:#3a6d8e;
  position:absolute;
  font-size:18px;
  margin:6px 0px 0px 20px;
  cursor:pointer;
}

main.eways{
  padding-top:30px;
  padding-bottom:20px;
}

.ewaysBar{
  position:relative;
  max-height:700px
}

.ewaysBar img{
  max-width:100%;
  width:100%;
  height:auto;
  max-height:700px;
}

.ewaysBar .innerContainer{
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  left:50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ewaysLogoResponsive{
  display:none;
}

#ewaysLogo{
  width:391px;
  bottom: 0;
  position: absolute;
  right: 0;
  margin-bottom:2%;
}

#ewaysLogo img{
  height:auto;
}

#ewaysCaption{
  width:575px;
  float:left;
  padding:40px;
  background-color:rgba(0,43,65,.6);
  color:#fff;
  margin-top:8%;
}

.ewaysCaption{
  display:none;
}

#ewaysCaption h2 em{
  font-weight:700;
}

#ewaysCaption h2{
  font-size:28px;
  font-weight:normal;
  line-height:normal;
  margin-bottom:10px;
}

#ewaysCaption p{
  font-family:"Myriad Pro", arial, helvetica, sans-serif;
  font-size:18px;
  line-height:normal;
  line-height:24px;
}

.ewaysDesc{
  width:23.84%;
  padding-top:15px;
  margin-right:1.53%;
  float:left;
  display:block;
  color:#fff;
}

.ewaysDesc .icon{
  width:100%;
  max-height:150px;
}

.ewaysDesc:last-child{
  margin-right:0;
}

.ewaysDesc h3{
  border-bottom:1px solid #fff;
  display:table;
  margin:10px auto 0px auto;
}

.ewaysDesc p{
  text-align:center;
  padding:5px 35px 35px 35px;
  font-size:18px;
}

.ewaysDescContainer{
  display: flex;
  flex-flow: row wrap;
}

.ewaysTraditionalDesc{
  background-color: #b9b199;
}

.ewaysHybridDesc{
  background-color:#9fad9f;
}

.ewaysFullDesc{
  background-color:#95a1aa;
}

.ewaysRemoteDesc{
  background-color:#9b8c7e;
}

.ewaysEntry{
  background-color:#d8eaec;
  /*margin-top:30px;*/
  text-align:center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.ewaysEntry h2{
  font-style:italic;
  padding-top:35px;
}

.ewaysEntry p{
  font-size:22px;
  width:80%;
  margin:0 auto;
  line-height:normal;
}

.ewaysEntry .entryBtn{
  padding:20px;
  color:#fff;
  text-decoration:none;
  background-color:#545F66;
  border-radius:5px;
  font-size:19px;
  font-weight:700;
  display:block;
  position:relative;
}

.ewaysEntry .entryBtn i{
  padding-left:10px;
}

.ewaysEntryIntro{
  border-bottom:1px solid #00334d;
  padding-bottom:25px;
  margin-bottom:37px;
}

ul.ewaysEntryButtons{
  list-style-type:none;
  margin:0 auto;
}

.ewaysEntryButtons li{
  display:inline-block;
  width:30%;
  margin-bottom:0px;
}

.ewaysEntry li:first-child{
  margin-right:1.4%;
}

.ewaysEntryAction{
  padding-bottom:35px;
}

.ewaysEntry .entryBtn,
.ewaysEntry .entryBtn::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.ewaysEntry .entryBtn::before,
.ewaysEntry .entryBtn::after {
  background: #b06110;
  content: '';
  position: absolute;
  z-index: -1;
}

.ewaysEntry .entryBtn:hover {
  color: #fff;
  z-index:1;
}

.ewaysEntry .entryBtn {
  overflow: hidden;
}

.ewaysEntry .entryBtn.active {
  background: #b06110;
}

.ewaysEntry .entryBtn::after {
  height: 100%;
  left: -45%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.5s;
  transform-origin: top left;
  width: 0;
}

.ewaysEntry .entryBtn:hover:after {
  height: 100%;
  width: 145%;
}

.ewaysMainInstructionRow{
  background-color:#bac2c9;
  color:#fff;
  font-size:18px;
  padding:10px 0px;
}

#ewaysMain h2{
  margin:35px 0px;
}

.ewaysMainHeader{
  background-color:#f2f4f8;
  padding:15px 0px 6px 0px;
}

.ewaysMainHeader ul li{
  box-sizing:content-box;
  list-style-type:none;
  float:left;
  margin-right:3%;
  text-align:center;
  color:#3a6d8e;
  font-weight:bold;
  border-top:5px solid #f2f4f8;
  padding-top:15px;
}

.ewaysMainHeader ul li ul{
  position:absolute;
  display:none;
  text-align:left;
  color:#fff;
  background-color:#3b6d8e;
  margin-top:36px;
}

.ewaysMainHeader ul li ul::after{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 26px 26px;
  border-color: #3b6d8e transparent;
  display: block;
  width: 0;
  top: -26px;
  left:50px;
}

.ewaysMainHeader ul li li{
  text-align:left;
  color:#fff;
  border-top:none;
  padding:20px;
  width:165px;
}

.ewaysMainHeader ul h3{
  font-size:22px;
}

.ewaysMainHeader li li .stateCount{
  background-color:#fff;
  width:100%;
  color:#3b6d8e;
  left:0;
  right:0;
  position:absolute;
  border-bottom:5px solid #3b6d8e;
  font-weight:700;
  padding:0px 20px;
  font-size:20px;
  margin-top:5px;
  line-height:normal;
}

.ewaysMainHeader ul li li p{
  font-weight:normal;
}

.ewaysMainHeader ul li:hover{
  border-top:5px solid #3a6d8e;
}

.ewaysMainHeader ul li:hover ul{
  display:block;
}

.ewaysMainHeader ul li:hover ul::after{
  display:block;
}

.ewaysMainHeader ul li:hover ul li{
  border-top:none;
}

.ewaysMainHeader .closingTypeTotals{
  width:60%;
}

.ewaysMainHeader .ewaysLogo{
  width:40%;
  height:200px;
  position:relative;
}

.ewaysMainHeader .ewaysLogo img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;


}

.ewaysMainHeader .closingTypeTotals,
.ewaysMainHeader .ewaysLogo{
  float:left;
}

.ewaysMainHeader .circleIcon{
  /*(width: 10vw;
  height: 10vw;*/
  width:150px;
  height:150px;
  border-radius: 50%;
}

.ewaysMainHeader li p{
  padding-top:5px;
  font-size:18px;
}

.ewaysMainHeader .traditionalCircleIcon{
  background-color:#b9b097;
}

.ewaysMainHeader .hybridCircleIcon{
  background-color:#9eac9e;
}

.ewaysMainHeader .fullCircleIcon{
  background-color:#94a0a9;
}

.ewaysMainHeader .remoteCircleIcon{
  background-color:#998b7d;
}

.ewaysMainHeader svg{
  width:100%;
  height:100%;
}

.ewaysMainHeader li:hover p.stateCountFirst{
  display:none;
}

.ewaysMainHeader{
  height:221px;
}

#ewaysRegister,
#ewaysLogin{
  display:none;
  text-align:left;
}

#ewaysRegister label,
#ewaysLogin label{
  text-transform:uppercase;
  font-weight:300;
}

#ewaysRegister input[type="text"],
#ewaysLogin input[type="text"],
#ewaysLogin input[type="password"]{
  border:1px solid #00334d;
  font-size:16px;
  border-radius:5;
  width:100%!important;
}

#ewaysRegister input.error,
#ewaysLogin input.error{
  border:1px solid #ed541d;
}

#ewaysLogin .item-list{
  display:none;
}

#ewaysSignupContainer,
#ewaysLogin #user-login-form{
  width:50%;
  margin:28px auto 0 auto;
}

#ewaysSignupContainer .captcha{
  width:304px;
  margin:0 auto;
  display:block;
}

#ewaysRegister .messages{
  width:80%;
  margin:1em auto 0 auto;
}

#ewaysRegister .successContainer{
  margin:80px auto;
}

#ewaysRegister .successIcon,
#ewaysRegister .successMsg{
  float:left;
}

#ewaysRegister .successIcon{
  width:10%;
}

#ewaysRegister .successMsg{
  width:87%;
  margin-left:3%;
}

#ewaysRegister .successMsg p{
  width:100%;
  font-size:28px;
  margin-top:20px;
}

#ewaysRegister .successMsg{
  font-weight:bold;
}

#ewaysRegister .successIcon img{
  max-width:120px;
  width:100%;
  height:auto;
}

#ewayssubmit,
#ewaysLogin input[type="submit"]{
  background-color:#9a5b4a;
  font-size:18px;
  border:none;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  padding:10px;
  width:100%;
  border-radius:5px;
  margin-top:1em;
}

#ewaysLogin .messages{
  width:50%;
  margin:28px auto 0px auto;
}

.prebar {
  display:none;
  margin-top:1.1em;
  width: 100%;
  height: 40px;
  border: 1px solid #b28072;
  border-radius: 3px;
  background-image:
    repeating-linear-gradient(
      -45deg,
      #b28072,
      #b28072 11px,
      #eee 10px,
      #eee 20px /* determines size */
    );
  background-size: 28px 28px;
  animation: prebarmove .5s linear infinite;
}

#eways-main-form .prebar {
  border: 1px solid #9cc5c9;
  height:30px;
  background-image:
    repeating-linear-gradient(
      -45deg,
      #9cc5c9,
      #9cc5c9 11px,
      #fff 10px,
      #fff 20px /* determines size */
    );
}

@keyframes prebarmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}

#eways-client-demo-form #ewayssubmit,
#eways-client-demo-form input[type="text"],
#eways-client-demo-form .prebar{
  width:50%;
}

#eways-client-demo-form input[type="text"]{
  font-size:16px;
}

#eways-client-demo-form .form-item{
  margin-bottom:0px;
}

#eways-client-demo-form #ewayssubmit{
  margin-top:10px;
}

#ewaysMain{
  padding-top:0px;
}

#ewaysMain h2{
  text-align:right;
  color:#3a6d8e;
  font-weight:normal;
}

#ewaysMain h2 strong{
  font-weight:900;
}

#ewaysMain .ewaysMap img {
  width:100%;
  display:block;
}

#ewaysMain .ewaysMap{
  width:66.51%;
  float:left;
}

#ewaysMain .ewaysResults{
  width:348px;
  float:right;
  margin-left:15px;
}

#ewaysMain select{
  width:100%;
  background-color:#fff;
  height:30px;
  margin-top:10px;
  border:1px solid #898989;
}

#ewaysMain .ewaysResults ul{
  margin-left:0;
}

#ewaysMain .resultIcons{
  margin:20px 0px 12px 0px;
}

#ewaysMain .resultCheckIcon{
  width:77px;
}

#ewaysMain .resultCheckIcon svg{
  width:30px;
  height:30px;
  display:block;
  margin:15px auto 0 auto;
}

#ewaysMain .resultsInputHeader{
  background-color:#dadee4;
  color:#fff;
  font-weight:900;
  padding:5px 6%;
  border-radius:5px 5px 0px 0px;
  font-size:20px;
  letter-spacing:2px;
}

#ewaysMain .resultsInputHeader h3{
  font-weight:900;
}

#ewaysMain .resultsInput{
  background-color:#f2f3f8;
  border-radius:5px;
  margin-top:20px;
}

#ewaysMain .resultsInputData{
  padding:24px 6% 10px 6%;
}

#ewaysMain .resultsInputData p{
  font-size:20px;
  padding-bottom:8px;
}

#ewaysMain .resultsInputData p span{
  font-weight:900;
  color:#8b181b;
}

#ewaysMain .resultIcons li{
  display:inline-block;
  list-style-type:none;
  margin-bottom:0px;
}

#ewaysMain .traditionalCircleIcon{
  background-color: rgba(185,176,151, .2);
}

#ewaysMain .traditionalCircleIcon.active{
  background-color: rgba(185,176,151, 1);
}

#ewaysMain .hybridCircleIcon{
  background-color: rgba(158,172,158, .2);
}

#ewaysMain .hybridCircleIcon.active{
  background-color: rgba(158,172,158, 1);
}

#ewaysMain .fullCircleIcon{
  background-color: rgba(148,160,169, .2);
}

#ewaysMain .fullCircleIcon.active{
  background-color: rgba(148,160,169, 1);
}

#ewaysMain .remoteCircleIcon {
  background-color: rgba(153,139,125, .2);
}

#ewaysMain .remoteCircleIcon.active {
  background-color: rgba(153,139,125, 1);
}

#ewaysMain .circleIcon {
    width:77px;
    height:77px;
    border-radius: 50%;
    margin-right:10px;
}

#ewaysMain .resultIcons li:last-child .circleIcon{
  margin-right:0px;
}

#ewaysMain svg{
  width:100%;
  height:100%;
}

#ewaysMain .limitations h4{
  color:#3a6d8e;
  text-transform:uppercase;
  display:inline-block;
  border-bottom:1px solid #3a6d8e;
  line-height:normal;
  font-size:18px;
  margin-bottom:10px;
}

#ewaysMain .limitations p{
  color:#000000;
  font-size:18px;
}

.ewaysMainInstructionRow span{
  display:none;
}









.newsBar{
  background:url(../imgs/newsBg.jpg) center no-repeat;
  background-size:cover;
  display:table;
  height:275px;
}

.blogBar{
  background:url(../imgs/blogHeader.jpg) center no-repeat;
  background-size:cover;
  display:table;
  height:275px;
}

.teamTitleBar{
  background:url(../imgs/teamBg.jpg) center no-repeat;
  background-size:cover;
  display:table;
  height:275px;
}

.titleBar h2, .blogBar h2, .teamTitleBar h2, .newsBar h2{
  font-size:24px;
  color:#fff;
  text-transform:uppercase;
  text-align:center;
  letter-spacing:.08em;
  line-height:276px;
  font-weight:700;
}

.outerContainer.top-dropshadow{
  box-shadow: 0 -5px 5px -5px #333;
  position: relative;
  z-index: 1000;
}

main{
  padding-top:55px;
  padding-bottom:90px;
  color:#00334d;
}

main h1{
  color:#00456a;
  font-size:24px;
  font-weight:700;
  padding-bottom:10px;
  margin-bottom:22px;
  border-bottom:2px solid #b9babb;
}

main .node-news-article h1{
  color:#00456a;
  font-size:24px;
  font-weight:700;
  padding-bottom:0px;
  border-bottom:none;
  margin-bottom:0px;
}

main p{
  font-size:15px;
  line-height:21px;
  letter-spacing:0.01em;
  padding-bottom:12px;
}

main .pullquote{
  text-align:center;
  color:#9b9b9b;
  font-size:24px;
  font-style:italic;
  line-height:30px;
  letter-spacing:0.02em;
  padding:20px 5% 30px 5%;
}

main .rating{
  font-size:15px;
  display:block;
  padding-top:10px;
}

main .quoteAuthor{
  display:block;
  padding-top:0px;
  font-size:15px;
  line-height:normal;
}

.breadcrumbs{
  color:#9b9b9b;
  margin-bottom:38px;
}

.breadcrumbs li {
  float:left;
  list-style-type:none;
}

.breadcrumbs i{
  padding:0px 5px;
}

.breadcrumbs a{
  text-decoration:none;
  color:#9b9b9b;
  font-weight:700;
  font-size:15px;
}

.breadcrumbs a.active{
  color:#00456a;
}

.topEmphasis{
  font-size:21px;
  letter-spacing.0.02em;
  line-height:28px;
}

.certifications{
  background-color:#f2f2f2;
  padding:50px 0px;
}

.certifications h2{
  text-align:center;
  color:#00456a;
  font-size:24px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.08em;
  margin-bottom:40px;
}

.certification {
  width:100%;
  padding-bottom:50px;
}

.innerContainer.certs{
  width:1200;
}

.owl-prev, .owl-next{
  background-color:#c3c7c5;
  margin-top:140px;
}

.owl-prev:hover, .owl-next:hover{
  background-color:#bbbfbd;
}

.certification button{
  color:#00334d;
  text-align:center;
  font-size:15px;
  border-radius:8px;
  padding:25px 60px;
  background-color:#c3c7c5;
}

.certification h3{
  color:#b06110;
  font-size:21px;
  padding:15px 0px;
}

.certification h3 a{
  text-decoration:none;
}

.certification .certDate{
  font-size:15px;
  color:#9b9b9b;
  line-height:13px;
  border-bottom:2px solid #b9babb;
  padding-bottom:12px;
  padding-top:0px;
}

.certification p{
  color:#00334d;
  font-size:15px;
  line-height:25px;
  letter-spacing:0.02em;
  padding-top:10px;
}

.blogLeft{
  width:50%;
}

.blogRight{
  width:47.35%;
  margin-left:2.64%;
}

.blogLeft img{
  width:100%;
  height:auto;
  border-radius:10px;
}

.blogLeft iframe{
  -webkit-box-shadow: 0 0 1px 1px #e2e2e2;
  box-shadow: 0 0 1px 1px #e2e2e2;
  padding:10px;
  border-radius:10px;
}

.blogLeft,
.blogRight{
  float:left;
}

.blogItem{
  clear:both;
  border-bottom:2px solid #95a1aa;
  padding:87px 0px 32px 0px;
}

.blogItem.first{
  padding:0px 0px 32px 0px!important;
}

.blogRight .blogData{
  color:#9b9b9b;
  font-size:15px;
  font-weight:400;
}

.blogRight h2{
  color:#b06110!important;
  font-size:24px;
  font-weight:700;
  border-bottom:2px solid #b9babb;
  padding-bottom:12px;
  margin-bottom:24px;
}

.blogRight h2 a{
  color:#b06110!important;
  text-decoration:none;
}

.blogRight h2 a:hover{
  color:#00456a!important;
}

.blogRight .heart,
.blogRight .commentsIcon{
  color:#fff;
  padding:10px 15px;
  font-size:19px;
  font-weight:700;
  border-radius:10px;
  display:inline-block;
  text-decoration:none;
}

.blogRight .heart{
  background-color:#8c0c04;
  margin-right:2%;
}

.blogRight .heart:hover{
  background-color:#bb423b;
}

.blogRight .commentsIcon{
  background-color:#9a8c7e;
}

.blogRight .commentsIcon:hover{
  background-color:#b1a9a1;
}

.blogRight .btn{
  color:#fff;
  background-color:#b06110;
  text-transform:uppercase;
  font-weight:700;
  border-radius:10px;
  padding:10px 30px;
  font-size:19px;
  display:inline-block;
  text-decoration:none;
  float:right;
}

.blogRight .btn:hover{
  background-color:#00456a;
}

.heart .fa,
.commentsIcon .fa{
  padding-right:5px;
}

.blogItemNav{
  margin-top:9px;
}

.pagination, .pager{
  text-transform:uppercase;
  font-weight:700;
  margin-top:90px;
}

.pagination p, .pager p{
  font-size:19px;
  letter-spacing:0.08em;
  float:left;
  padding-top:2px;
}

.pagination ul, .pager ul{
  float:left;
}

.pagination li, .pager li{
  float:left;
  list-style-type:none;
}

.pagination a, .pager a, .pager-current{
  text-decoration:none;
  font-size:19px;
  letter-spacing:0.08em;
  margin-left:5px!important;
  color:#00456a;
}

.item-list .pager li.pager-ellipsis{
  margin-top:3px!important;
  color:#00456a;
}

.pagination a:hover, .pager a:hover,
.pager-next a:after:hover{
  color:#b06110;
}

.pagination li.active a, .pager li.active a,
.pager-current{
  color:#b06110;
}

.pagination .next, .pager .next{
  margin-left:10px;
}

.item-list .pager li,
.item-list ul li{
  margin:0px 5px 0px 0px!important;
  padding:0px!important;
}

.item-list ul{
  margin:90px 0px 0px 0px;
}

.pager-next a:after{
  content: '\f0da';
  font-family:fontAwesome;
  font-size:17px;
  padding-left:5px;
  line-height:inherit;
}

.pager-last a:after{
  content: '\f0da\f0da';
  font-family:fontAwesome;
  font-size:17px;
  padding-left:5px;
  line-height:inherit;
}

.pager-first a:before{
  content: '\f0d9\f0d9';
  font-family:fontAwesome;
  font-size:17px;
  padding-right:5px;
  line-height:inherit;
}

.pager-previous a:before{
  content: '\f0d9';
  font-family:fontAwesome;
  font-size:17px;
  padding-right:5px;
  line-height:inherit;
}

.pager-last a,
.pager-next a{
  margin-left:10px;
}

.pager-first a,
.pager-previous a{
  margin-right:10px;
}



.blogpost img{
  border-radius:10px;
  max-width:100%;
  height:auto!important;
}

.blogpost h2{
  color:#b06110;
  font-size:30px;
  border-bottom:2px solid #b9babb;
  padding-bottom:5px;
  margin:13px 0px 20px 0px;
}

section.comments h2{
  border-bottom:none;
  text-transform:uppercase;
  font-size:24px;
  letter-spacing:0.08em;
  margin:10px 0px 20px 0px;
}

section.comments .commentAuthor{
  font-weight:700;
}

section.comments article{
  background-color:#dfdfdf;
  border-radius:10px;
  padding:10px 16px;
  margin-bottom:10px;
}

section.comments .subCommentContainer{
  padding-left:20px;
  border-left:10px solid #f4e6d8;
  margin-left:19.5%;
}

section.comments p{
  line-height:normal;
}

section.comments article.subComment{
  background-color:#f4e6d8;
}

section.comments .fa-user{
  color:#d5d5d5;
  background-color:#fff;
  border-radius:10px;
  height:67px;
  width:67px;
  text-align:center;
  padding-top:2px;
  float:left;
  display:block;
  position:relative;
  margin-right:2%;
}

section.comments p:last-child{
  padding-bottom:0px;
}

section.comments .seeMore,
section.comments .addComment{
  font-size:19px;
  letter-spacing:0.08em;
  color:#fff;
  text-decoration:none;
  padding:9px 15px;
  border-radius:10px;
  display:inline-block;
  text-transform:uppercase;
  font-weight:700;
  margin-top:35px;
}

section.comments .seeMore{
  background-color:#b06110;
  margin-right:1.8%;
  clear:both;
  float:left;
}

section.comments .seeMore:hover{
  background-color:#00456a;
}

section.comments .addComment{
  background-color:#9a8c7e;
}

section.comments .addComment:hover{
  background-color:#b1a9a1;
}

.postNav{
  width:100%;
  text-align:center;
  font-size:19px;
  font-weight:700;
  margin-top:30px;
  border-top:2px solid #95a1aa;
}

.postNav ul{
  display:inline-block;
  margin-top:20px;
  margin-bottom:60px;
}

.postNav li a{
  text-decoration:none;
  letter-spacing:0.08em;
  font-size:19px;
  cursor:pointer;
  color:#00456a;
}

.postNav li a:hover{
  color:#b06110;
}

.postNav li{
  list-style-type:none;
  float:left;
}

.postNav li:first-child:after{
  content:"|";
  padding:0px 10px;
  color:#00456a;
}

.blogpost h3{
  font-size:21px;
  line-height:25px;
  font-weight:700;
  letter-spacing:0.02em;
  margin:10px 0px;
}

.blogpost h4{
  font-size:17px;
  line-height:21px;
  letter-spacing:0.02em;
  font-weight:900;
  margin:10px 0px;
}

.borderedPullQuote{
  color:#95a1aa;
  font-style:italic;
  border-left:10px solid #d5d5d5;
  padding:0px 0px 0px 3%;
  margin-bottom:17px;
  margin-top:5px;
}

article.blogpost{
  width:65.89%;
  float:left;
}

aside.blogpost{
  width:31.53%;
  margin-left:2.56%;
  float:left;
}

article .blogData{
  color:#9b9b9b;
  border-bottom:2px solid #b9babb;
  padding-bottom:10px;
  margin-top:20px;
}

.region-blog-search {
  color:#5c707c;
  font-weight:700;
  border-bottom:2px solid #b9babb;
  padding-bottom:30px;
}

#edit-actions--4, .region-blog-search #edit-submit--3{
  display:none;
}

.form-item-custom-search-blocks-form-1{
  margin:0px;
}

.search-form{
  margin-bottom:0px;
}

.region-blog-search input[type="text"]{
  border:1px solid #5c707c!important;
  border-radius:6px;
  width:100%;
  height:35px;
  font-size:15px;
  background:url(../imgs/searchIcon.png) left center no-repeat;
  text-indent:35px!important;
  color:#5c707c;
}

.recentPosts,
.recentComments,
.blogCategories,
.blogArchives{
  border-bottom:2px solid #b9babb;
  padding-bottom:31px;
}

.recentPosts h3,
.recentComments h3,
.blogCategories h3,
.blogArchives h3 {
  font-size:21px;
  margin:20px 0px;
}

.node-page h3, .node-page h2{
  padding-bottom:12px;
}

.recentPosts li,
.recentComments li,
.blogCategories li,
.blogArchives li {
  margin:15px 0px;
}

.recentPosts a,
.recentComments a,
.blogCategories a,
.blogArchives a{
  color:#b06110;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  line-height:21px;
}

.recentPosts .fa-ul,
.recentComments .fa-ul,
.blogCategories .fa-ul,
.blogArchives .fa-ul{
  margin-left:21px;
}

.recentComments .commentAuthor{
  font-style:italic;
  font-weight:700;
}

footer{
  width:100%;
  background:url('../imgs/footerBg.jpg') center no-repeat;
  background-size:cover;
  height:393px;
  padding:57px 0px;
}

footer a{
  text-decoration:none;
}

footer a:hover{
  color:#00456a;
}

footer a:hover:after{
  color:#b06110;
}

.footer{
  width:85.72%;
  border-radius:10px;
  background-color:#fff;
  padding:30px 2.19%;
  margin:0 auto;
}

footer h3{
  font-size:24px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#00456a;
  margin-bottom:20px;
}

footer p{
  margin-top:10px;
  letter-spacing:0.08em;
  font-weight:400;
}

footer .contactUs{
  width:31.91%;
  padding-right:4%;
}

footer .orangeBold{
  text-transform:uppercase;
  color:#b06110;
  font-size:14px;
  letter-spacing:0.08em;
  font-weight:900;
  line-height:21px;
  word-wrap:break-word;
}

footer .address{
  max-width:250px;
}

footer p{
  color:#00456a;
  font-weight:400;
  display:block;
  clear:both;
  font-size:15px;
  letter-spacing:0.02em;
  line-height:25px;
}

footer .newsletter{
  padding:0px 4%;
  border-right:1px solid #00456a;
  border-left:1px solid #00456a;
  width:36%;
}

footer .newsletter p:last-child{
  padding-bottom:34px;
}

#newsletterSignup,
.webform-client-form-29{
  margin:0px;
  display:block;
}

#newsletterSignup input[type="text"],
.webform-client-form-29 input[type="email"]{
  border:1px solid #b06110;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-indent:3px;
  float:left;
  width:73%;
  padding:5px 0px;
  -webkit-appearance: none;
}

#newsletterSignup input[type="submit"],
.webform-client-form-29 input[type="submit"]{
  background-color:#b06110;
  color:#fff;
  text-transform:uppercase;
  font-size:15px;
  font-weight:700;
  float:left;
  padding:6.5px 3.2%;
  border:0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#edit-submit,
.comment-form input[type="submit"],
.webform-client-form-162 .webform-submit,
#edit-submit--3{
  background-color:#b06110;
  color:#fff;
  text-transform:uppercase;
  font-size:15px;
  font-weight:700;
  float:left;
  padding:6.5px 3.2%;
  border:0;
  border-radius:5px;
}

#edit-submit:hover,
.webform-submit:hover,
#edit-submit--3:hover{
  background-color:#00456a;
}

#newsletterSignup input[type="submit"]:hover,
.webform-client-form-29 input[type="submit"]:hover{
  background-color:#3a6f8f;
}

#user-login-form .item-list li{
  list-style-type:none;
}

#user-login-form .item-list ul{
  margin-top:0px;
}

footer .social{
  padding:0px 0px 0px 4%;
  width:32%;
}

footer .social p{
  color:#b06110;
}

footer p.copyright{
  line-height:normal;
  margin:4px 0px 15px 0px;
  display:block;
}

footer .socialMedia{
  width:100%;
  margin-bottom:41px;
}

footer .socialMedia li{
  list-style-type:none;
  float:left;
  background:#3a6f8f;
  border-radius:6px;
  height:50px;
  width:50px;
  margin:-8px 12px 0px 0px
}

footer .socialMedia li:last-child{
  margin-right:0px;
}

footer .socialMedia li:hover{
  background:#b06110;
}

footer .socialMedia a{
  color:#fff;
  font-size:25px;
  text-align:center;
  display:block;
  padding-top:7px;
  padding-bottom:7px;
}

footer a.seperator:after{
  content: ' | ';
}

footer a.seperator:after:hover{
  content: ' | ';
}

.form-type-textfield input[type="text"],
.form-type-password input[type="password"]{
  border-radius:4px;
  border:1px solid #c2c2c2;
  height:30px;
  text-indent:5px;
}

.webform-component--prompt {
  margin:0px;
}

.webform-component--prompt p{
  margin-top:0px;
  padding-bottom:0px!important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
  height:auto!important;
}

.stButton .stButton_gradient{
  height:auto!important;
}

fieldset.filter-wrapper{
  display:none;
}

textarea.text-full{
  padding:5px;
}

#comments .links .first{
  padding-left:0px;
}

.commentIcon,
.commentBody,
.innerCommentIcon,
.innerCommentBody{
  float:left;
}

.commentBody{
  margin-left:3%;
  width:85%;
}

.innerCommentBody{
  margin-left:3%;
  width:80%;
}

.blogpost .comment-form{
  display:none;
}

.links .comment-add{
  display:none;
}

.rate-widget li{
  list-style-type:none;
  text-indent:-9999;
}

.rate-widget li a{
  display:block;
  background:#8c0c04;
  color: #fff;
  padding: 10px 15px;
  font-size: 19px;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  width:100px;
  float:left;
  margin-right:2%;
}

.rate-widget li a:hover{
  background-color:#bb423b;
}

.blogItemNav ul{
  margin-top:19px;
}

.rate-widget li a:before{
  content:'\f08a';
  font-family:fontAwesome;
  color:#ffffff;
}

.rate-widget .voteCount{
  margin-left:45px;
  display:block;
  position:absolute;
  color:#fff;
  font-size:19px;
  font-weight:700;
  padding-top:13px;
  pointer-events:none;
}

.blogItem video{
  border-radius:10px;
  margin-left:12px;
  background-color:#000;
}

.blogpost video{
  border-radius:10px;
}

.blogpost .field-type-video .field-label{
  display:none;
}

main ul{
  margin-left:4%;
  display:block;
  margin-bottom:12px;
}

main li{
  margin-bottom:10px;
}

#search-block-form #edit-submit{
  display:none;
}

#block-search-form #edit-submit,
#block-search-form #edit-submit--2{
  display:none;
}

.region-header-search{
  float:left;
}

#block-system-main #edit-submit{
  float:none;
}

.blogLeft video{
  width:560px;
  height:315px;
}

.employee{
  display:block;
  width:370px;
}

.employee img{
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.employeeProfilePhoto {
	margin-right: 2.5%;
  float:left;
  width:31.62%;
}

.employeeProfile{
  float:left;
  width:65.86%;
}

.employeeProfile h1{
  margin-top:0px;
}

.employeeProfilePhoto img {
  width:100%;
  height:auto;
	-webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.employeeStats{
  background:url('../imgs/teamTitleBg.png') no-repeat;
  position:relative;
  margin-top:-32px;
  width:370px;
  height:115px;
  padding-top:46px;
  text-align:center;
  z-index:2;
}

.employeeStats p{
  padding-bottom:4px;
}

.employeeName{
  font-size:21px;
  font-weight:700;
  color:#fff;
}

.employeeTitle{
  font-size:18px;
  font-weight:400;
  color:#fff;
}

.employeeBio{
  width:370px;
  font-size:15px;
  background-color:#eee;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding:25px 30px 13px 30px;
  min-height:240px;
}

.bioReadMore{
  color:#b06110;
  text-decoration:none;
  font-weight:700;
}

.bioReadMore:hover{
  color:#00456a;
}

.employeeHover {
  position:absolute;
  text-align:center;
  background-color:rgba(0, 51, 77, .9);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height:371px;
  padding-top:95px;
  font-size:18px;
  font-weight:700;
  display:none;
  z-index:2;
  width:370px;
}

.employeeHover a{
  color:#fff;
}

.employeeHover a:hover{
  color:#fff;
}

.employee:hover .employeeHover{
  display:block!important;
}

.employeeHover i{
  font-size:24px;
}

.employeeHover .fa-envelope{
  color:transparent;
  background-color:#fff;
  padding:2px 3px;
  font-size:15px;
  border-radius:2px;
  color:#00456a;
  margin-bottom:2px;
}

.employeeHover p{
  color:#fff;
  margin-bottom:12px;
}

.employee a{
  text-decoration:none;
}

.employeeSlideshow{
  display:block;
  clear:both;
}

.employeeSlideshowContainer,
.employeeSlideshowContainer .container{
  height:588px;
}

.empSlideshow{
  height:672px;
}

.empSlideshow .navContainerCert {
  position: relative;
  top: 43%;
  transform: translateY(-43%);
}

.empSlideshow .owl-prev{
  background-color:rgba(181, 202, 216, 0.7);
  margin-top:0;

}

.empSlideshow .owl-next{
  background-color:rgba(181, 202, 216, 0.7);
  margin-top:0;
}

.employeeSlideshowContainer .owl-prev:hover,
.employeeSlideshowContainer .owl-next:hover{
  background-color:#d0d9e0;
}

.teamTestimonials{
  background:#f1f0f0;
  max-width:100%;
  color:#00456a;
  text-align:center;
  top:0;
}

.teamTestimonials h2{
  text-align:center;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:0.08em;
  font-size:24px;
  padding:116px 0px 47px 0px;
  margin:0 auto 49px auto;
  position:relative;

}

.teamTestimonials h2:after{
    content:'';
    position:absolute;
    width:350px;
    height:2px;
    background:#b06110;
    left:0;
    right:0;
    margin:auto;
    bottom:0;
}

.teamTestimonials h2 a{
  text-decoration:none;
}

.teamTestimonials .owl-next,
.teamTestimonials .owl-prev{
  background-color:rgba(11,33,20,.2);
  margin-top:228px;
  z-index:1000;
}

.teamTestimonials .owl-next:hover,
.teamTestimonials .owl-prev:hover{
  background-color:rgba(11,33,20,.5);
}

.teamTestimonials .owl-next .fa-angle-right{
  margin-left:6px;
}

.teamTestimonials .owl-prev .fa-angle-left{
  margin-left:-4px;
}

.team-testimonial{
  padding-bottom:103px;
}

.team-testimonial p{
  font-size:21px;
  font-weight:400;
  line-height:28px;
  letter-spacing:0.02em;
  padding:0px 150px;
}

.testimonialAuthor{
  margin-top:46px;
  display:block;
}

.testimonialAuthor p{
  font-size:13px;
  line-height:21px;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:0.02em;
}

#block-user-login #edit-name,
#user-login-form #edit-name--2,
#block-user-login #edit-pass,
#user-login-form #edit-pass--2{
  width:270px;
}

#block-user-login .item-list ul{
  margin-top:0px;
}

#block-user-login .item-list li {
  list-style-type:none;
}

.employeeProfile h4{
  margin-bottom:12px;
}

.employeeProfile .fa{
  font-size:19px;
}

table.cred{
  max-width:200px;
  float:left;
  padding-top:15px;
  min-height:100px;
  position:relative;
  display:block;
  border-spacing:0;
  border-collapse:separate!important;
  border-color:#fff;
  border-top:0px!important;
  margin-right:20px;
  font-weight:700;
}

.cred td{
  vertical-align: middle;
   text-align: center;
   height:183px;
}

.cred img{
  margin-bottom:10px;
}

.credDetails{
  bottom:0;
  display:block;
}


.cred a{
  text-decoration:none;
}

.credentials h3{
  border-bottom:1px solid #b9babb;
  font-size:18px;
}

.testimonialAll{
  text-align:center;
  margin-top:30px;
  color:#9b9b9b;

}

.testimonialAll p{
    font-style:italic;
    padding-bottom:8px;
    font-size:24px;
    line-height:30px;
}

.testimonialAll .testimonialAuthor{
  margin-top:0px;
  font-style:normal;
}

.testimonialAll .author,
.testimonialAll .testimonialDate,
.testimonialAll .rating{
  font-style:normal;
  padding-top:0px;
  padding-bottom:1px;
  font-size:15px;
  line-height:20px;
}

.testimonialAll .author{
  font-style:italic;
}

#search-block-form h2.element-invisible{
  display:none;
}

.ajax-progress-throbber {
  display: none;
}

.blogArchives li.pager-current{
  color:#00334d;
  font-size:13px;
  margin-top:3px!important;
  display:block;
}

.blogArchives .pager{
  margin:0px 0px 0px -6px;
}

aside.blogpost a:hover{
  color:#00334d;
}

#user-login-form #edit-actions--4{
  display:block;
}

#custom-search-blocks-form-2 .form-item{
  margin-top:0px;
  margin-bottom:0px;
}

.field-name-field-news-image img{
  border-radius:10px;
  max-width:100%;
  height:auto;
  float:left;
  padding-top:3px;
  margin-right:2.5%;
}

.newsDate{
  color:#9b9b9b;
  font-size:15px;
  padding-top:6px;
  padding-bottom:6px;
  margin-bottom:22px;
  border-bottom:2px solid #b9babb;
}

.sharethis-wrapper{
  margin:10px 0px 0px -5px;
}

.webform-client-form:not(.webform-client-form-29) input[type="submit"]{
  background-color: #b06110;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  float: left;
  padding: 6.5px 3.2%;
  border: 0;
  border-radius: 5px;
}

.webform-client-form:not(.webform-client-form-29) input[type="submit"]:hover{
  background-color:#00456a;
}

/* Responsive PDF viewer toolbar */
.wowbook-controls, .wowbook-share-buttons, .wowbook-nav{
  background-image:linear-gradient(to bottom, #00334d 0px, #222 100%);
  background: #00334d;
  border-radius:5px 5px 0px 0px;
}

.pdfContainer{
  display:block;
  clear:both;
  position:relative;
  overflow:hidden;
  border:1px solid #c2c2c2;
  border-radius: 5px 5px 0px 0px;
}







@keyframes slidenavAnimation {
    from {
		margin-top: -5px;
        opacity: 0;
    }
    to {
		margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
		margin-top: -5px;
        opacity: 0;
    }
    to {
		margin-top: 0;
        opacity: 1;
    }
}

#accordion{
  clear:both;
  padding-top:20px;
}
.app .tabs{
  margin-top:90px;
}
.accordion-toggle {cursor: pointer; background-color:#00334d; color:#fff; margin-bottom:10px; padding:1rem; font-size:1.1rem; font-weight:bold; display:flex; justify-content: space-between;}
.accordion-toggle i{font-size:1.3rem; align-self:center; padding-left:20px;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
}

.app main{
  padding-top:0px;
  padding:0px 15px;
}

.app .pager{
  float:left;
  margin-bottom:20px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    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;
    }
}


/* ==========================================================================
   Responsive Styles
   ========================================================================== */
   .mobileView{
     display:none;
   }

   #mobileMainMenu{
     display:none;
   }

   @media only screen and (max-width : 1366px){
     .container{
       padding:0px 20px;
     }

     .navContainerCert{
       position:relative;
       z-index:1001;
     }

     .certSlideshow{
       padding-left:80px;
       padding-right:80px;
     }

     footer{
       height:auto;
     }
   }

   @media only screen and (max-width : 1326px){
     footer .orangeBold{
       font-size:12px;
     }

     #newsletterSignup input[type="text"],
     .webform-client-form-29 input[type="email"]{
       width:68%;
     }
   }

   @media only screen and (max-width : 1220px){
     .employee{
       margin:0 auto;
     }
   }

   @media only screen and (max-width : 1200px){
     nav.right,
     .callUs.left{
       clear:both;
       float:none;
     }

     .callUs.left{
       margin-left:0px;
       padding-top:15px;
     }

     .headerBar .socialMedia li:first-child{
       margin-left:0px;
     }

    .headerBarRight .region-header-search{
      clear:both;
      float:right;
      margin-top:13px;
    }

    .headerBar .login{
      margin-right:0px;
    }

     #logo{
       margin:0 auto;
       float:none;
       width:240px;
     }

     #header{
       text-align:center;
     }

     nav .mainNav.right{
       float:none;
       display:inline-block;
     }

     nav .dropdown-menu{
       text-align:left;
     }

     .ewaysMainHeader .closingTypeTotals {
       width: 70%;
     }

     .ewaysMainHeader .circleIcon {
       width: 130px;
       height: 130px;
       border-radius: 50%;
     }

     .ewaysMainHeader .ewaysLogo {
       width: 30%;
     }

     .ewaysMainHeader .ewaysLogo img{
       width:468px;
       height:auto;
     }

     .ewaysMainHeader ul li ul::after{
       left:38px;
     }

     .ewaysMainHeader ul li ul {
       margin-top: 56px;
     }

     #ewaysMain .ewaysMap{
       width:60%;
     }

     #ewaysMain .ewaysResults{
       float:right;
       width:348px;
     }
   }

   @media only screen and (max-width : 1126px){
     .footer .contactUs.left,
     .footer .newsletter.left,
     .footer .social.left{
       float:none;
       width:100%;
       border-left:none;
       border-right:none;
       padding-left:0px;
       padding-right:0px;
     }

     .footer h3{
       text-align:center;
     }

     .footer .contactUs{
       text-align:center;
       padding-bottom:30px;
       border-bottom:1px solid #00456a;
     }

     .footer .address{
       margin:0 auto;
     }

     .footer .newsletter {
       border-bottom:1px solid #00456a;
     }

     .footer .newsletter p{
       text-align:center;
     }

     .footer .newsletter h3{
       margin-top:25px;
     }

     #newsletterSignup,
     .webform-client-form-29{
       width:300px;
       margin:12px auto 10px auto;
     }

     .footer .social{
       text-align:center;
     }

     .footer .social h3{
       margin:25px auto 30px auto;
     }

     .footer .socialMedia{
       width:248px;
       margin:0 auto;
       float:none;
       display:block;
     }

     .footer .socialMedia li{
       margin-bottom:25px;
     }

     footer {
       height:auto;
       background:url(../imgs/footerAlt.jpg) center;
     }
   }

   @media only screen and (max-width : 1000px){
     .certification button{
       margin:0 auto;
       display:block;
     }

     .certification h3, .certification .certDate {
       text-align:center;
     }

     .blogRight .btn{
       float:none;
       clear:both;
       display:block;
       width:180px;
       margin-top:10px;
     }

     .commentBody{
       width:80%;
     }

     .innerCommentBody{
       width:75%;
     }

     #ewaysCaption{
       display:none;
     }

     .ewaysCaption{
       display:block;
       padding:20px;
       background-color:#3a6d8e;
       color:#fff;
       margin-bottom:14px;
     }

     .ewaysCaption p{
       padding-bottom:0px;
     }

     main.eways{
       padding-top:14px;
     }

     #ewaysMain .ewaysMap{
       width:50%;
     }

     .ewaysDesc{
       width:50%;
       margin-right:0;
       padding:20px;
     }

     .ewaysDesc h3{
       margin-bottom:10px;
     }

     .ewaysDesc p{
       padding:0px;
     }

     .ewaysDesc .icon{
     }

   }

    @media only screen and (max-width : 943px){

      #mobileMainMenu{
        display:block;
      }

      #mainMenu{
        display:none;
      }

      #company-brochure:target,
      #lender-brochure:target,
      #purchase-brochure:target,
      #home-equity-brochure:target{
        display:block;
        padding-top:100px;
      }

      #mobileMainMenu.mm-opened{
        box-shadow:-1px 0px 0px 1px #898989;
      }

      .titleBar, .teamTitleBar, .blogBar{
        margin-top:103px;
      }

      .ewaysUserBar{
        position:fixed;
        z-index:1001;
      }

      .outerContainer.dropshadow{
        position:fixed;
        background-color:#fff;
        z-index:1001;
        top:0;
      }

      #header{
        margin-top:15px;
        padding-bottom:5px;
      }

      .headerBar{
        display:none;
      }

      #logo{
        margin:0px;
        float:left;
      }

      .mobileMenuTrigger.mobileView{
        display:inline-block;
        float:right;
        text-transform:uppercase;
        font-weight:700;
        font-size:22px;
        color:#00334d;
        margin-top:23px;
      }

      .mobileMenuTrigger a{
        text-decoration:none;
      }

      /* MENU STYLING */
      #mobileMainMenu a{
        font-family:'lato', sans-serif;
        font-size:16px;
        color:#00334d;
        letter-spacing: 0.03em;
        text-transform:uppercase;
        font-weight:700;
      }

      #mobileMainMenu .dropdown-menu a{
        color:#fff;
      }

      #mobileMainMenu .blog{
        color: #8c0c04;
      }

      .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
      .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
      .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
      .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel{
        background-color:#3a6f8f;
      }

      #mobileMainMenu a.navExit{
        padding-top:42px;
        padding-bottom:42px;
        background-color:#00334d;
        color:#fff;
      }

      #mobileMainMenu ::-webkit-input-placeholder {
       color: #949494;
      }

      #mobileMainMenu :-moz-placeholder { /* Firefox 18- */
       color: #949494;
      }

      #mobileMainMenu ::-moz-placeholder {  /* Firefox 19+ */
       color: #949494;
      }

      #mobileMainMenu  :-ms-input-placeholder {
       color: #949494;
     }

     .mm-menu .mm-search input{
       background-color:#e3e3e3;
     }

     #mobileMainMenu .callUs, #mobileMainMenu .callUs a{
       color:#fff;
       font-size:13px;
       background-color:#3a6f8f;
     }

     .mm-navbar-bottom-2 a{
       width:25%;
       text-align:center;
     }

     #mobileMainMenu .btn{
       margin:10px auto;
       padding:10px;
       text-align:center;
       display:block;
     }

     #mobileMainMenu li:last-child:after{
       border-bottom:none;
     }

     .ewaysMainInstructionRow{
       margin-top:105px;
       padding-top:60px;
     }

     .ewaysMainHeader .closingTypeTotals {
       width: 70%;
     }

     .ewaysMainHeader .circleIcon {
       width: 100px;
       height: 100px;
       border-radius: 50%;
     }

     .ewaysMainHeader .ewaysLogo {
       width: 100%;
     }

     .ewaysMainHeader .ewaysLogo img{
       width:468px;
       height:auto;
     }

     .ewaysMainHeader ul li ul::after{
       left:24px;
     }

     .ewaysMainHeader ul li ul {
       margin-top: 45px;
     }

     .ewaysLogo{
       display:none;
     }

     .ewaysLogoResponsive{
       display:block;
     }

     .ewaysLogoResponsive img{
       width:100%;
       max-width:290px;
       margin:0 auto;
       height:auto;
       display:block;
     }

     .ewaysMainHeader .closingTypeTotals{
       width:100%;
       text-align:center;
     }

     .closingTypeTotals > ul{
       display:inline-block;
       padding-top:20px;
     }

     .ewaysMainHeader ul li{
       margin-right:15px;
     }

     .ewaysMainHeader ul li:last-child{
       margin-right:0px;
     }

     .ewaysMainHeader{
       height:auto;
       padding:20px 0px 10px 0px;
     }

     .ewaysBar{
       margin-top:105px;
     }

    }

@media only screen and (max-width : 800px){
  #logo img{
    max-width:200px;
  }

  .mobileMenuTrigger.mobileView{
    margin-top:18px;
  }

  #mobileMainMenu a.navExit{
    padding-top:36px;
    padding-bottom:36px;
  }

  #logo {
    width:auto;
  }

  .titleBar, .teamTitleBar, .blogBar{
    margin-top:91px;
  }

  .blogLeft,
  .blogRight{
    float:none;
    width:100%;
    margin-left:0px;
  }

  .blogLeft{
    margin-bottom:20px;
  }

  .blogRight .btn{
    float:right;
    clear:none;
    display:block;
    margin-top:0px;
  }

  article.blogpost{
    float:none;
    width:100%;
  }

  aside.blogpost{
    float:none;
    margin-left:0px;
    width:100%;
  }

  #search{
    padding-top:30px;
  }

  .addComment {
    margin-bottom:30px;
  }

  .ewaysMainInstructionRow{
    margin-top:92px;
  }

  #ewaysMain .ewaysMap{
    width:45%;
  }

  .ewaysBar{
    margin-top:90px;
  }

}

@media only screen and (max-width : 731px){
  .field-name-field-news-image img{
    width:100%;
    margin-bottom:22px;
  }

  #ewaysMain .ewaysMap{
    display:none;
  }

  #ewaysMain .ewaysResults{
    float:none;
    margin:0 auto;
  }

  #ewaysMain h2{
    text-align:center;
  }

  .ewaysBar #ewaysLogo img{
    max-width:300px;
    width:55%;
    height:auto;
    float:right;
    margin-right:3.8%;
  }
}

@media only screen and (max-width : 700px){
  #logo img{
    max-width:150px;
  }

  .titleBar, .teamTitleBar, .blogBar{
    margin-top:75px;
  }

  .mobileMenuTrigger.mobileView{
    font-size:18px;
    margin-top:13px;
    width:100px;
  }

  #mobileMainMenu a.navExit{
    padding-top:28px;
    padding-bottom:28px;
  }
  .footer{
    width:100%;
  }

  .innerCommentBody{
    width:70%;
  }

  .ewaysMainInstructionRow{
    margin-top:77px;
  }

  .ewaysBar{
    margin-top:75px;
  }

  .ewaysUserBarActions {
    float:left;
    width:100%;
  }

  .ewaysUserBar ul{
    margin-top:0px;
    padding-bottom:5px;
  }

  .ewaysMainInstructionRow{
    padding-top:80px;
  }
}

@media only screen and (max-width : 500px){
    .ewaysMainHeader .circleIcon {
      width: 140px;
      height: 140px;
      border-radius: 50%;
    }

    .ewaysMainHeader li:hover > p{
      display:block;
    }

    .ewaysMainHeader li:hover > p:not(.stateCount){
      color:#f2f4f8;
    }

    .ewaysMainInstructionRow span{
      display: inline-block;
    }

    .ewaysMainHeader ul li{
      float:none;
      display:inline-block;
      margin-right:0px;
    }

    .ewaysMainHeader ul li:hover{
      border-top:5px solid #f2f4f8;
    }

    .ewaysMainHeader ul li:nth-child(odd){
      margin-right:15px;
    }

    .ewaysMainHeader ul li:nth-child(odd) ul::after{
      left:44px;
    }

    .ewaysMainHeader ul li:nth-child(even) ul::after{
      right:44px;
      left:auto;
    }

    .ewaysMainHeader ul li ul {
      margin-top: 12px;
      left:0;
      width:100%;
    }

    .closingTypeTotals > ul{
      width:300px;
      margin:0 auto;
      position:relative;
    }

    .ewaysMainHeader ul li li{
      width:auto;
      margin-right:0px!important;
    }

    #ewaysSignupContainer, #ewaysLogin #user-login-form{
      width:100%;
    }

    .ewaysMainHeader li:hover p.stateCountFirst{
      display:block;
    }
}

@media only screen and (max-width : 480px){
  .footer .email .orangeBold{
    font-size:13px!important;
  }

  .owl-dots{
    display:none!important;
  }

  .blogRight .btn{
    float:none;
    clear:both;
    display:block;
    width:180px;
    margin-top:10px;
  }

  section.comments .subCommentContainer{
    margin-left:2%;
  }

  .commentBody{
    width:75%;
  }

  .employee{
    width:300px;
  }

  .employeeHover{
    width:300px;
    padding-top:55px;
  }

  .employeeStats{
    width:300px;
    background-size:300px 109px;
  }

  .employeeBio{
    width:300px;
  }

  .teamTestimonials p{
    padding-left:0px;
    padding-right:0px;
  }

  .employeeProfilePhoto img{
    width:100%;
    height:auto;
  }

  .webform-component-textfield input{
    width:90%;
  }

  .webform-component-email input{
    width:90%;
  }

  .employeeProfile {
    float:none;
    width:100%;
  }

  .employeeProfilePhoto{
    float:none;
    width:100%;
    margin-bottom:15px;
  }

  #eways-client-demo-form #ewayssubmit,
  #eways-client-demo-form input[type="text"],
  #eways-client-demo-form .prebar{
    width:100%;
  }

  #eways-client-demo-form input[type="text"]{
    display:block;
  }

  #ewaysMain .ewaysResults{
    width:100%;
  }

  #ewaysMain .circleIcon{
    width:73px;
    height:73px;
    margin-right:11px;
  }

  #ewaysMain .resultCheckIcon{
    width:73px;
  }

  .ewaysBar #ewaysLogo img{
    width:35%;
  }

  .ewaysDesc{
    width:100%;
    padding:10px;
    display:table;
  }

  .ewaysDesc div{
    display:table-cell;
    width:75%;
    vertical-align:middle;
  }

  .ewaysDesc .icon{
    width:100%;
    float:left;
    margin-left:-5px;
    display:table-cell;
    vertical-align:middle;
  }

  .ewaysDesc h3 {
    margin:0 0 10px 0;
  }

  .ewaysDesc p{
    text-align:left;
  }

  .ewaysEntryButtons li{
    width:100%;
    margin-bottom:15px;
  }

  .ewaysUserBar li{
    font-size:15px;
  }

  .ewaysUserBar li:nth-child(even){
    margin:0px 15px;
  }

  #ewayssearch{
    margin-left:5px;
    display:inline;
  }

  #eways-main-form .form-item-zipcode{
    width:290px;
  }

  #eways-main-form input[type="text"]{
    width:290px;
  }



}

@media only screen and (max-width : 372px){

  .employee{
    width:215px;
  }

  .employeeStats{
    width:215px;
    background-size:215px 115px;
  }

  .employeeHover{
    width:215px;
    height:215x;
    padding-top:15px;
  }

  .employeeBio{
    width:215px;
  }

  .testimonialNavContainer{
    display:none;
  }

  .teamTestimonials h2:after {
    width:270px;
  }
}

@media only screen and (max-width : 320px){
  .owl-prev, .owl-next{
    display:none!important;
  }

  .certSlideshow{
    padding:0px;
  }

  #newsletterSignup,
  .webform-client-form-29{
    width:auto;
  }

  #newsletterSignup input[type="text"],
  .webform-client-form-29 input[type="email"]{
    width:71%;
  }

  .footer .email .orangeBold{
    font-size:12px!important;
  }

  .footer .socialMedia{
    margin-left:15px;
  }

  .titleBar, .teamTitleBar, .blogBar{
    height:200px;
  }

  .titleBar h2, .blogBar h2, .teamTitleBar h2{
    line-height:200px;
  }

  .commentBody{
    width:100%;
  }

  .innerCommentBody{
    width:100%;
  }

  .commentIcon{
    padding:0px 0px 7px 7px;
  }

  .innerCommentIcon{
    padding:0px 0px 7px 7px;
  }

  .employee{
    width:200px;
  }

  .employeeHover{
    width:200px;
    height:200px;
    padding-top:10px;
  }

  .employeeHover p{
    font-size:13px;
    padding-bottom:0px;
  }

  .employeeStats{
    width:200px;
    background-size:200px 109px;
  }

  .employeeStats .employeeName{
    font-size:15px;
  }

  .employeeStats .employeeTitle{
    font-size:13px;
  }

  .empSlideshow .owl-prev,
  .empSlideshow .owl-next{
    display:block!important;
  }

  .empSlideshow,
  .employeeSlidshowContainer{
    height:640px;
  }

  .employeeBio{
    width:200px;
  }

  .teamTestimonials h2:after{
      content:'';
      position:absolute;
      width:280px;
      height:2px;
      background:#b06110;
      left:0;
      right:0;
      margin:auto;
      bottom:0;
  }

  .webform-component-textfield input{
    width:250px;
  }

  .webform-component-email input{
    width:250px;
  }


}
.field.field-name-field-featured-blog.field-type-list-boolean.field-label-above {
    display: none;
}
