/**
 * Theme Name: Foundation
 * Author: ZURB.Foundation
 * Author URI: http://foundation.zurb.com/
 * Version: 5.5.0
**/


/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
label#label_4_6_1 {
    display: none;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover, 
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=button] {    
    -webkit-appearance: none;
    -moz-appearance:none;
}
.homemain .gfield_required,
.gfield_required,
 .gform_wrapper .top_label .gfield_label{
	display:none !important;
}
 .gform_wrapper ul.gform_fields li.gfield{
	padding-right:0px !important;
}
 .gform_wrapper ul.gfield_checkbox li input[type="checkbox"], 
 .gform_wrapper ul.gfield_radio li input[type="radio"]{
	float:left !important;
}
.checkvalidation p:first-child{
	line-height:1 !important;
}
 .gform_description{
	display:none !important;
}
body .gform_wrapper ul li.gfield{
	margin-top:9px !important;
}
.banner_heading,
.banner_form{
	width:50%;
	float:left;
}
.large-12.medium-12.small-12.columns.form_home{
	position:relative;
}
.banner_form{
	float:right;
}
.banner_heading {
	position:absolute;
	bottom:0;
}
.banner_heading span{
	color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
}
/* Placeholder Styling */
::-webkit-input-placeholder { color: #696969 !important; }
::-moz-placeholder { color: #696969 !important; }
::-o-placeholder { color: #696969 !important; }
:-ms-input-placeholder { color: #696969 !important; }
input:-moz-placeholder { color: #696969 !important; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }

/* Align Middle */
.align-middle {
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}


/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'Open Sans', sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
.minuspad{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.minuspad:after{
    content: " ";
    clear: both;
    display: table;
}
.ssb-share.packslide a span.count{
    visibility: visible!important;
}
.ssb-share.packslide a{
    width: 70px!important;
    margin-left: 10px;
    margin-top: 0!important;
}
.socshare{
    text-align: right;
}
.closemodal{
    text-decoration: none!important;
    font-size: 14px;
    display: none;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
/* ------------------------------------
    Hover States
------------------------------------- */
.topcontactlink a:hover,
.homemain .gform_wrapper .gform_footer input.button:hover,
a.callevaluation:hover,
a.callevaluationc:hover,
.fwidgetarea .gform_widget .gform_wrapper .gform_footer input.button:hover,
.sidebar .gform_widget .gform_wrapper .gform_footer input.button:hover,
#formevaluation .gform_wrapper .gform_footer input.button:hover {
    background-color: #008819 !important;
}
.topcontactlink a,
.homemain .gform_wrapper .gform_footer input.button,
a.callevaluation,
a.callevaluationc,
.fwidgetarea .gform_widget .gform_wrapper .gform_footer input.button,
.sidebar .gform_widget .gform_wrapper .gform_footer input.button,
#formevaluation .gform_wrapper .gform_footer input.button,
.widget_twla_related_pages ul li,
.footwidget2 a {
    -webkit-transition: background-color 300ms ease-out;
            transition: background-color 300ms ease-out;
}
.sidebar .widget_twla_related_pages ul li:hover {
    background-color: #746c55;
}
.footwidget2 a:hover {
    color: #746c55;
}
.sidebar a.exwidgetmore:hover {
    text-decoration: underline;
}
/* ------------------------------------
    Header Styles
------------------------------------- */
header{
    padding-top: 25px;
}
.topline{
    text-align: right;
}
.topcallus{
    color: #83D2F2;
    text-transform:  uppercase;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 7px;
    vertical-align: bottom;
    margin-right: 10px;
}
.topphone{
    font-size: 30px;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
}
.topphone a{
    color: #000;
    text-decoration: none;
}
ul.topsocial{
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-left: 25px;
}
ul.topsocial li.socialprofile{
    display: inline-block;
    border: 1px solid #04143B;
    margin-right: 3px;
}
ul.topsocial li.socialprofile a{
    color: #04143B;
    width: 28px;
    display: block;
    text-align: center;
    transition: all .3s ease-in-out;
}
ul.topsocial li.socialprofile a i{
    line-height: 27px;
}
ul.topsocial li.socialprofile a:hover{
    background: #83D2F2;
    color: #fff;
}
.topcontactlink{
    display: inline-block;
    margin-bottom: 1px;
    vertical-align: middle;
    margin-left: 20px;
}
.topcontactlink a{
    background: #04143b;
    text-transform: uppercase;
    line-height: 29px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding-left: 17px;
    padding-right: 17px;
}
.menucontainer{
    padding-top: 20px;
    padding-left: 0!important;
    padding-right: 0!important;
}
.banner_heading.dup{
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	padding:100px 0;
}
.banner_heading.dup span{
	font-size:40px;
	width:65%;
	float:none;
	margin:0 auto;
	display: inline-block;
}
@media only screen and (min-width: 64.063em)
{
    nav.top-bar .top-bar-section ul li.page_item, nav.top-bar .top-bar-section ul li.menu-item{
        padding: 0 0.9375em;
        padding-right: 10px;
        position: relative;
    }
    nav.top-bar .top-bar-section ul li.page_item:hover a, nav.top-bar .top-bar-section ul li.menu-item:hover a{
        background: none!important;
    }
    nav.top-bar .top-bar-section ul li.page_item a, nav.top-bar .top-bar-section ul li.menu-item a{
        height: 42px;
        line-height: 40px;
        box-sizing: content-box;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        border-bottom: 3px solid transparent;
        padding: 0;
    }
    
    
    nav.top-bar .top-bar-section ul ul{
        background-color: #83D2F2;
        position: absolute;
        width: auto!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown ul li.menu-item a{
        color: #fff!important;
        border-bottom: 1px solid #fff!important;
        font-weight: normal;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown ul li.menu-item a:hover{
        background: #83D2F2!important;
        color: #000!important;
        text-decoration: none!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown ul li a{
        border-top: none!important;
        color: #333333!important;
        height: auto!important;
        line-height: 19px!important;
        padding: 7px 20px!important;
        text-transform: none!important;
        border-bottom: 1px solid #dcdadb;
        width: auto;
        transition: all .2s ease-in-out;
        background: transparent!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown ul li a:hover{
          background: #f8f8f8!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown_item a, nav.top-bar .top-bar-section ul li.has-dropdown a{
        padding: 0!important;
    }
    
    
    
    
     nav.top-bar .top-bar-section ul li.current_page_item a, nav.top-bar .top-bar-section ul li.current_menu-item a{
        color: #000;
        border-bottom: 3px solid #83D2F2;
        background: transparent;
    }
     nav.top-bar .top-bar-section ul li a:hover, nav.top-bar .top-bar-section ul li a:hover{
        color: #000!important;
        border-bottom: 3px solid #83D2F2;
        background: none!important;
    }
    nav.top-bar .top-bar-section ul li.twoside ul{
        background-color: #83D2F2;
        position: absolute;
        left: 0px;
        z-index: 99996;
        width: 540px!important;
        padding-top: 15px;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li.menu-item{
        padding: 0 8px!important;
        width: 50%;
        float: left;
        display: block;
        padding-left:20px!important;
        padding-right: 20px!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li.menu-item a{
        color: #000;
        border-bottom: none!important;
        font-weight: bold;
        font-size: 12px;
        padding: 7px 0!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li.menu-item a:hover{
        color: #fff!important;
        background: #83D2F2!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li ul li.menu-item{
        margin-left: -1px;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li ul li.menu-item a{
        color: #fff!important;
        border-bottom: 1px solid #fff!important;
        font-weight: normal;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li ul li.menu-item a:hover{
        background: #83D2F2!important;
        color: #000!important;
        text-decoration: none!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li ul{
        width: 100%!important;
        position: static!important;
        padding-bottom: 35px;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li ul{
        position: absolute!important;
        width: 100%!important;
        top: 100%!important;
        left: 0!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li ul li{
        width: 100%!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li:hover ul{
        top: 100%!important;
        left: 0!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside:hover ul, nav.top-bar .top-bar-section ul li.has-dropdown.twoside:hover ul li ul{
        display: block!important;
        clip: auto!important;
        border-bottom: 1px solid #fff;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li a{
        border-top: none!important;
        color: #333333!important;
        height: auto!important;
        line-height: 19px!important;
        padding: 7px 20px!important;
        text-transform: none!important;
        border-bottom: 1px solid #dcdadb;
        width: auto;
        transition: all .2s ease-in-out;
        background: transparent!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown.twoside ul li a:hover{
          background: #f8f8f8!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown_item.twoside a, nav.top-bar .top-bar-section ul li.has-dropdown.twoside a{
        padding: 0!important;
    }
    .top-bar-section li.current-menu-item > a:not(.button){
        background: none;
    }
    
}
@media only screen and (min-width: 40.063em) and (max-width: 64em)
{
    nav.top-bar .top-bar-section ul li.page_item, nav.top-bar .top-bar-section ul li.menu-item{
        padding: 1%;
        padding-right: 1%;
        position: relative;
    }
    nav.top-bar .top-bar-section ul li.page_item:hover a, nav.top-bar .top-bar-section ul li.menu-item:hover a{
        background: none!important;
    }
    nav.top-bar .top-bar-section ul li.page_item a, nav.top-bar .top-bar-section ul li.menu-item a{
        height: 20px;
        line-height: 18px;
        box-sizing: content-box;
        font-size: 11px;
        font-weight: normal;
        text-transform: uppercase;
        border-bottom: 3px solid transparent;
        padding: 0;
    }
     nav.top-bar .top-bar-section ul li.current_page_item a, nav.top-bar .top-bar-section ul li.current_menu-item a{
        color: #000;
        border-bottom: 3px solid #83D2F2;
        background: transparent;
    }
     nav.top-bar .top-bar-section ul li a:hover, nav.top-bar .top-bar-section ul li a:hover{
        color: #000!important;
        border-bottom: 3px solid #83D2F2;
        background: none!important;
    }
    nav.top-bar .top-bar-section ul ul{
        background-color: #83D2F2;
        position: absolute;
        width: auto!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown ul li.menu-item a{
        color: #fff!important;
        border-bottom: 1px solid #fff!important;
        font-weight: normal;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown ul li.menu-item a:hover{
        background: #83D2F2!important;
        color: #000!important;
        text-decoration: none!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown ul li a{
        border-top: none!important;
        color: #333333!important;
        height: auto!important;
        line-height: 19px!important;
        padding: 7px 20px!important;
        text-transform: none!important;
        border-bottom: 1px solid #dcdadb;
        width: auto;
        transition: all .2s ease-in-out;
        background: transparent!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown ul li a:hover{
          background: #f8f8f8!important;
    }
    nav.top-bar .top-bar-section ul li.has-dropdown_item a, nav.top-bar .top-bar-section ul li.has-dropdown a{
        padding: 0!important;
    }
    .top-bar-section li.current-menu-item > a:not(.button){
        background: none;
    }
}

@media screen and (max-width: 40em)
{
    .topline{
        text-align: center;
    }
}
/* ------------------------------------
    Content Styles
------------------------------------- */

/*===Home Page===*/
.homemain{
    background-color: #dbf2ff;
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.homemain h1{
    font-size: 50px;
    line-height: 55px;
    margin-top: 29px;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
}
.homemain h2{
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: 'Lora', serif;
}
.homemain p{
    font-size: 14px;
    margin-bottom: 15px;
}
.homemain .mainform{
    background: #83D2F2;
}
.homemain .validation_error{
    display: none;
}
.gfield.gfield_error{
    width: 100%!important;
    background: rgba(255, 223, 224, 0.5)!important;
}
.homemain .mainform_wrapper{
    margin-right: 0;
    max-width: 100%;
    background: rgba(255,255,255, 0.7);
    padding: 12px;
    border: 1px solid #fff;
    margin: 0;
    width:  80%;
    float: right;
}
.homemain .gform_wrapper .gform_heading{
    width: 100%;
    background: #04143b;
    padding: 10px 25px;
    margin-bottom: 0;
}
.homemain .gform_wrapper h3.gform_title{
    color: #fff;
    font-size:  22px;
    font-weight: bold;
}
.homemain .gform_wrapper .top_label input.large{
    width: 100%;
    margin-bottom: 0;
}
.homemain .gform_wrapper textarea.large{
    width: 100%;
    height: 80px;
    margin-bottom:  0;
}
.homemain .gform_body{
    background: #83D2F2;
    padding-bottom: 2px;
}
.homemain .gform_wrapper ul.gform_fields{
    padding-left:  10px;
    padding-right: 10px;
}
.homemain .gform_wrapper label.gfield_label+div.ginput_container{
    margin-top: 0;
}
.homemain .gform_wrapper .top_label .gfield_label{
    color: #000;
    margin-top: 15px;
}
.homemain .gform_wrapper .gfield_required{
    color: #000;
}
.homemain .gform_wrapper .gform_footer{
    background: #83D2F2;
    margin-top: 0;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
}
.homemain .gform_wrapper .gform_footer input.button{
    margin-bottom: 0;
    padding: 14px 40px!important;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #04143b;
}
#field_1_7 label.gfield_label {
    display: none;
}

.iconmenucontainer{
    padding-top: 15px;
    padding-bottom: 15px;
}
.iconmenu{
    float: left;
    width: 10%;
    margin: 1.4%;
    text-align: center;
    border: 1px solid #04143B;
}
.iconmenu:hover{
	background:#84D3F2;
}
.row .iconmenu:first-child{
    margin-left: 0;
}
.row .iconmenu:last-child{
    margin-right: 0;
}
.iconcontainer{
    padding: 8% 21%;
}
.linkcontainer span{
    text-transform: uppercase;
    font-size:  67%;
    color: #04143B;
}

@media screen and (max-width: 64em)
{
    .iconmenu{
        width: 20%;
        margin: 2.5%;
    }
    .row .iconmenu:first-child{
        margin-left: 2.5%;
    }
    .row .iconmenu:last-child{
        margin-right: 2.5%;
    }
}
@media screen and (max-width: 40em)
{
    .iconmenu{
        width: 40%;
        margin: 5%;
    }
    .row .iconmenu:first-child{
        margin-left: 5%;
    }
    .row .iconmenu:last-child{
        margin-right: 5%;
    }
}
.brandimagescontainer{
    padding-top: 15px;
    padding-bottom: 15px;
}
.brandimages{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
img.brandimage{
    max-height: 94px;
    width: auto;
    vertical-align: middle;
}

.practicecontainer{
    margin-top: 40px;
}
.practiceblock{
    margin-bottom: 32px;
}
.practiceimg{
    min-height: 180px;
    width: 100%;
    background-color: #83D2F2;
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #fff;
}
.practicetext{
    background: #04143b;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 20px;
    transition: all .3s ease-in-out;
}
.practicetext span{
    font-size: 16px;
}
.practicetext i{
    margin-left: 5px;
}
.practicetext:hover{
    background: #83D2F2;
}
.evaluationblock{
    background: #04143b;
    color: #fff;
    padding: 18px;
    font-size: 14px;
    margin-bottom: 55px;
    margin-top: 30px;
}
.evaluationblock h2{
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.evaluationblock p{
    font-size: 14px;
    margin-bottom: 5px;
}
.leftparteval{
    float: left;
}
.rightparteval{
    float: right;
}
a.callevaluation{
    background: #83D2F2;
    color: #fff;
    border: 1px solid #fff;
    padding: 14px 38px;
    margin-top: 11px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
#formevaluation{
    background: #04143b;
    color: #fff;
}
#formevaluation .gform_wrapper .gform_heading{
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 0;
}
#formevaluation .gform_wrapper h3.gform_title{
    color: #fff;
    font-size:  30px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
}
#formevaluation .gform_wrapper .top_label input.large{
    width: 100%;
    margin-bottom: 19px;
}
#formevaluation .gform_wrapper textarea.large{
    width: 100%;
    height: 80px;
    margin-bottom:  0;
}
#formevaluation .gform_body{
    padding-bottom: 2px;
}
#formevaluation .gform_wrapper ul.gform_fields{
    padding-left:  18px;
    padding-right: 18px;
}
#formevaluation .gform_wrapper label.gfield_label+div.ginput_container{
    margin-top: 0;
}
#formevaluation .gform_wrapper .top_label .gfield_label{
    display: none;
}
#formevaluation .gform_wrapper .gfield_required{
    color: #000;
}
#formevaluation .gform_wrapper .gform_footer{
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#formevaluation .gform_wrapper .gform_footer input.button{
    margin-bottom: 0;
    padding: 14px 40px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #83D2F2;
}
#formevaluation a{
    color: #fff;
    text-decoration: underline;
}
#label_2_6_1, #label_3_6_1, #label_1_7_1,
#field_1_7 span{
    display: none;
}
#formsvalidation{
    display: none;
}
.gchoice_1_7_1 .checkvalidation a{
     color: #000;
    text-decoration: underline;
}
.reveal-modal-bg{
    background: rgba(255,255,255,0.9);
}
.checkvalidation{
    padding-left: 20px;
    font-size: 12px;
}
.checkvalidation p{
    margin-bottom: 0;
    font-size: 12px;
}

.homecblock{
    background-size: cover;
    background-position: center center;
    background-color: #83D2F2;
    border-bottom: 1px solid #83D2F2;
    padding: 70px 0;
}
.homecinner h3{
    font-size:46px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
}
.homecinner h4{
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 30px;
}
.homecinner, .homecinner p{
    font-size: 14px;
}
a.callevaluationc{
    background: #04143b;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform:  uppercase;
    font-size: 16px;
    padding: 15px 18px;
    display: inline-block;
    margin-top: 20px;
}

@media screen and (max-width: 40em)
{
    .homemain h1{
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 30px;
        line-height: 35px;
    }
    .homemain h2{
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .homemain .mainform_wrapper{
        width: 100%;
    }
    .practiceblock{
        margin-bottom: 15px;
    }
    .homecblock{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .homecinner h4{
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .homecinner h3{
        font-size: 25px;
        line-height: 30px;
    }
    .evaluationblock{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .leftparteval{
        float: none;
    }
    .rightparteval{
        float: none;
    }
    a.callevaluation{
        margin-top: 0;
        margin-left: 0;
    }
    a.callevaluationc{
        margin-top: 0;
    }
}



/*=====Archive====*/
.topborder{
    width: 100%;
    height: 1px;
    background: #83D2F2;
    margin-top:  1px;
}
.postside{
    margin-top: 25px;
}
h1.indextitle{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: lighter;
    color: #83D2F2;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
h1.indextitle:after{
    content: " ";
    height: 1px;
    width: 100%;
    background: #83D2F2;
    position: absolute;
    top: 50%;
    margin-left: 10px;
}
.onearchive{
    margin-top: 25px;
    margin-bottom: 20px;
}
.arcivethumbnail{
    min-height: 239px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.archivetitle{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    padding: 5px 12px;
}
.archivetitle h3{
    font-size: 25px;
    margin-bottom: 0;
    line-height: 30px;
}
.archivesummary{
    background: #04143b;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom:  3px;
    margin-top: 3px;
}
.archivedateauthor{
    color: #fff;
    font-size: 10px;
}
.archiveexcrept{
    margin-top: 20px;
    margin-bottom: 15px;
}
.archiveexcrept p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.archivermore a{
    color: #83D2F2;
    font-weight: bold;
    font-size: 14px;
}
.pagination{
    text-align: right;
}
ul.pagination{
    display: inline-block;
}
ul.pagination .current{
    background: #000;
    font-size: 16px;
    line-height: 16px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    width: 34px;
    height: 34px;
}
ul.pagination li a{
    background: #83D2F2;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    width: 34px;
    height: 34px;
}
ul.pagination li a:hover{
    background: #000;
}
@media screen and (max-width: 40em)
{
    .arcivethumbnail{
        min-height: 150px;
    }
    .archivetitle h3{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .archivesummary{
        text-align: center;
        padding-top: 0;
    }
    .archivedateauthor{
        display: inline-block;
        margin-bottom: 5px;
    }
    .socshare{
        text-align: center;
    }
}
/*======SubPage====*/
.pagehead{
    background-color: #83D2F2;
    background-image: url(images/subpage.jpg);
    background-size: cover;
    background-position: center center;
}
.pagehead > .row{
    padding-top: 45px;
    padding-bottom: 35px;
}
.pagehead > .row > .columns{
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 15px;
    padding-top: 15px;
    box-shadow: 0 0 3px 0 rgba(51,63,72,.3);
}

.pagehead h1{
    color: #04143b;
    text-transform: uppercase;
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Lora', serif; 
}
.pagehead p{
    margin-bottom: 15px;
    font-size: 13px;
    color: #000;
}
.pagehead .callevaluationc{
    padding-top: 7px;
    padding-bottom: 7px;
}
.subpageside{
    padding-top: 25px;
}
h2.flexconttitle{
    color: #83D2F2;
    font-size: 30px;
    margin-bottom: 10px;
}
.hentry p{
    font-size: 14px;
    line-height: 25px;
}
.hentry a{
    color: #83D2F2;
}
.hentry img.alignleft{
    margin-top: 7px;
    margin-right: 15px;
}
.hentry img.alignright{
    margin-top: 7px;
    margin-left: 15px;
}
.pageflexcontent{
    margin-bottom: 20px;
}
.evaluationblock.callonpage{
    margin-bottom: 35px;
    margin-top: 0;
}
.evaluationblock.callonpage h2{
    margin-bottom: 8px;
}
.callonpage .callevaluation{
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    margin-top: 5px;
}
p.orcall{
    text-align: center;
    color: #83D2F2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 18px;
}
.onegallery img{
    width: 100%;
    height: auto;
}
.onegallery p{
    font-size: 12px;
    text-align: center;
    line-height: 15px;
}
@media screen and (max-width: 40em)
{
    .pagehead{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pagehead h1{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    p.orcall{
        text-align: left;
    }
}


.breadcrumbs>*:before{
    content: none;
}
.trail-items li::after{
    content: "\f101"!important;
    font-family: FontAwesome;
}
.breadcrumbs{
    background: none!important;
    border: none!important;
    padding-left: 0!important;
    font-size: 12px!important;
    padding-top: 25px!important;
    padding-bottom: 0!important;
}
.breadcrumbs .trail-items{
    text-transform: capitalize!important;
    color: #83D2F2!important;
}
.breadcrumbs>* a{
    color: #83D2F2!important;
}
/* ------------------------------------
    SideBar
------------------------------------- */
.sidebar{
    margin-top: 45px;
}
.sidebar .widget{
    margin-bottom: 41px;
    background: #83D2F2;
    color: #fff;
    clear: both;
}
.sidebar .widget.white{
    background: transparent;
    color: #000;
}
.sidebar .widget.white p, .sidebar .widget.white h1, .sidebar .widget.white h2, .sidebar .widget.white h3, .sidebar .widget.white h4, .sidebar .widge.whitet h5, .sidebar .widge.whitet a{
    color: #fff;
}
.sidebar .widget p, .sidebar .widget h1, .sidebar .widget h2, .sidebar .widget h3, .sidebar .widget h4, .sidebar .widget h5, .sidebar .widget a{
    color: #fff;
}
.sidebar .widget.imagegallery{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.sidebar .widget.imagegallery .columns{
    display: table-cell;
    vertical-align: middle;
}
.sidebar .widget.imagegallery .columns img{
  height: auto;
  vertical-align: middle;
  display: table;
}
.sidebar .widget h5{
    background: #04143b;
    color: #fff;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
}
.sidebar .widget_categories ul, .sidebar .widget_archive ul, .sidebar .textwidget ul, .sidebar ul {
    list-style-type: none;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sidebar .widget_categories ul li, .sidebar .widget_archive ul li, .sidebar .textwidget ul li, .sidebar ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    padding: 5px 20px;
    font-size:  14px;
}
.sidebar .widget_categories ul li:last-child, .sidebar .widget_archive ul li:last-child,  .sidebar .textwidget ul li:last-child, .sidebar ul li:last-child {
    border-bottom: 0;
}
.sidebar .gform_wrapper{
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.sidebar .gform_widget{
    background: #04143b;
    color: #fff;
}
.sidebar .gform_widget .gform_wrapper .gform_heading{
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 0;
}
.sidebar .gform_widget .gform_wrapper h3.gform_title{
    color: #fff;
    font-size:  22px;
    font-weight: bold;
    text-align: center;
}
.sidebar .gform_widget .gform_wrapper .top_label input.large{
    width: 100%;
    margin-bottom: 5px;
}
.sidebar .gform_widget .gform_wrapper textarea.large{
    width: 100%;
    height: 80px;
    margin-bottom:  0;
}
.sidebar .gform_widget .gform_body{
    padding-bottom: 2px;
}
.sidebar .gform_widget .gform_wrapper ul.gform_fields{
    padding-left:  28px;
    padding-right: 28px;
}
.sidebar .gform_widget .gform_wrapper label.gfield_label+div.ginput_container{
    margin-top: 0;
}
.sidebar .gform_widget .gform_wrapper .top_label .gfield_label{
    color: #fff;
}
.sidebar .gform_widget .gform_wrapper .gfield_required{
    color: #fff;
}
.sidebar .gform_widget .gform_wrapper .gform_footer{
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sidebar .gform_widget .gform_wrapper .gform_footer input.button{
    margin-bottom: 0;
    padding: 14px 40px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #83D2F2;
}
.sidebar .exwidget{
    padding-left: 19px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 7px solid #fff;
}
.exwidget p{
    margin-bottom: 10px;
}
img.exwidgetthumb{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.sidebar a.exwidgetmore{
    color: #04143b;
    font-weight: bold;
}
.home_top h1 {
    margin-top: -10px;
    margin-bottom: 0;
}
.large-12.columns.homemain {
    display: none;
}
/* ------------------------------------
    Footer Styles
------------------------------------- */
.fwidgetarea iframe{
    border: 1px solid #83D2F2;
}
.fwidgetarea{
    
}
.fwidgetarea p{
    font-size: 14px;
    margin-bottom: 5px;
    color: #83D2F2;
}
.footwidget1{
    border-top: 1px solid #83D2F2;
    border-bottom: 1px solid #83D2F2;
}
.footwidget1 .widget{
    margin-top: 33px;
    margin-bottom: 30px;
}
.fwidgetareatwo{
    padding-top: 30px;
    padding-bottom: 30px;
	border-top: 1px solid #83d2f2;
}
.footwidget2 p{
    font-size: 14px;
    color: #000;
}
.footwidget2 a{
    color: #04143B;
}
.footwidget2 ul{
    list-style-type: none;
    margin-left: 0;
}
.footwidget2 .widget{
    margin-top: 20px;
    margin-bottom: 20px;
}
.footwidget3 .widget{
    margin-bottom: 20px;
}
.fwidgetarea .gform_widget{
    background: #04143b;
    color: #fff;
}
.fwidgetarea .gform_widget .gform_wrapper .gform_heading{
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 0;
}
.fwidgetarea .gform_widget .gform_wrapper h3.gform_title{
    color: #fff;
    font-size:  30px;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
}
.fwidgetarea .gform_widget .gform_wrapper .top_label input.large{
    width: 100%;
    margin-bottom: 19px;
}
.fwidgetarea .gform_widget .gform_wrapper textarea.large{
    width: 100%;
    height: 80px;
    margin-bottom:  0;
}
.fwidgetarea .gform_widget .gform_body{
    padding-bottom: 12px;
}
.fwidgetarea .gform_widget .gform_wrapper ul.gform_fields{
    padding-left:  18px;
    padding-right: 18px;
}
.fwidgetarea .gform_widget .gform_wrapper label.gfield_label+div.ginput_container{
    margin-top: 0;
}
.fwidgetarea .gform_widget .gform_wrapper .top_label .gfield_label{
    display: none;
}
.fwidgetarea .gform_widget .gform_wrapper .gfield_required{
    color: #000;
}
.fwidgetarea .gform_widget .gform_wrapper .gform_footer{
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fwidgetarea .gform_widget .gform_wrapper .gform_footer input.button{
    margin-bottom: 0;
    padding: 14px 40px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: #83D2F2;
}
.fwidgetarea .gform_widget a{
    color: #fff;
    text-decoration: underline;
}
.fwidgetarea .gform_widget p{
    color: #fff;
}
.fwidgetarea .gform_widget .checkvalidation{
    max-width: 150px;
    float: left;
    padding-left: 5px;
}
.fwidgetarea .gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .fwidgetarea .gform_wrapper ul.gfield_radio li input[type="radio"]{
	float:left !important;
}
.fwidgetarea .gform_widget .checkvalidation p{
    font-size: 11px;
    margin-bottom: 0;
}
.fwidgetarea .gform_widget .checkvalidation p a{
    display: inline-block;
}
/*.fwidgetarea .gform_widget .gform_wrapper .gform_footer{
    position: absolute;
    bottom: 20px;
    right: 33px;
}*/
.gform_wrapper{
    max-width: 100%!important;
}
.large-12.columns.homemain {
    background-color: transparent;
}
footer{
    background-color: #04143b;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
ul.footsocial{
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
}
ul.footsocial li.socialprofile{
    display: inline-block;
    margin-right: 8px;
}
ul.footsocial li.socialprofile a{
    color: #fff;
    font-size: 17px;
    transition: all .3s ease-in-out;
}
ul.footsocial li.socialprofile a:hover{
    color: #83D2F2;
}

/* Forms feedback fixes */
.gform_wrapper .gform_body{
width:100% !important;
}
.sidebar .gform_wrapper ul li {
    border: none;
    padding: 0;
}
#formevaluation .gform_wrapper .top_label input.large,
.fwidgetarea .gform_widget .gform_wrapper .top_label input.large {
    color: #04143b;
}
.homemain .gform_wrapper h3.gform_title {
    margin: 0;
}
.homemain .gform_wrapper .top_label .gfield_label {
    margin-top: 8px;
    margin-bottom: 3px;
}
.homemain .gform_wrapper .top_label input.large {
    height: 32px;
}
.sidebar .widget_twla_related_pages ul {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.widget_twla_related_pages ul li {
    padding: 0 !important;
}
.widget_twla_related_pages ul li a {
    width: 100%;
    display: block;
    padding: 5px 20px;
}
.postside .hentry ul li {
    font-size: 14px;
}
.gchoice_4_6_1 .checkvalidation a {
    color: #000;
    text-decoration: underline;
}
.mobile_content {
display:none;}


.all_practice_areas{
	margin-bottom: 15px;
	background: url('/wp-content/uploads/2015/12/chruch.png') repeat top left;
	padding: 20px 20px 20px 50px;
}
.all_practice_areas h6{
	font-family: 'Lora', serif;
	text-transform: capitalize;
    	font-variant: small-caps;
	font-weight: 700;
}
.all_practice_areas ul{
	list-style:none;
	margin: 0;
}
.all_practice_areas li{
	margin:0
}
.all_practice_areas a{
	color: #595447;
	text-transform: capitalize;
    	font-variant: small-caps;
	font-family: 'Lora', serif;
}
.all_practice_areas a:hover{
	text-decoration:underline;
}
.widget.pardot-forms .pardotform{
	height:530px;
}