/*

Theme Name: Law Firm Sites | Attorney Website Designs

Theme URI: 

Author: Law Firm Sites

Author URI: http://www.lawfirmsites.com

Description:

Keywords: 

Version: 1.0
*/
@font-face {
	font-family: 'FjallaOne';
	src: url('assets/fonts/FjallaOne-Regular.eot');
	src: local('☺'), url('assets/fonts/FjallaOne-Regular.woff') format('woff'), url('assets/fonts/FjallaOne-Regular.ttf') format('truetype'), url('assets/fonts/FjallaOne-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arimo';
	src: url('assets/fonts/Arimo-Regular.eot');
	src: local('☺'), url('assets/fonts/Arimo-Regular.woff') format('woff'), url('assets/fonts/Arimo-Regular.ttf') format('truetype'), url('assets/fonts/Arimo-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arimo';
	src: url('assets/fonts/Arimo-Italic.eot');
	src: local('☺'), url('assets/fonts/Arimo-Italic.woff') format('woff'), url('assets/fonts/Arimo-Italic.ttf') format('truetype'), url('assets/fonts/Arimo-Italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Arimo';
	src: url('assets/fonts/Arimo-Medium.eot');
	src: local('☺'), url('assets/fonts/Arimo-Medium.woff') format('woff'), url('assets/fonts/Arimo-Medium.ttf') format('truetype'), url('assets/fonts/Arimo-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Arimo';
	src: url('assets/fonts/Arimo-MediumItalic.eot');
	src: local('☺'), url('assets/fonts/Arimo-MediumItalic.woff') format('woff'), url('assets/fonts/Arimo-MediumItalic.ttf') format('truetype'), url('assets/fonts/Arimo-MediumItalic.svg') format('svg');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Arimo';
	src: url('assets/fonts/Arimo-SemiBold.eot');
	src: local('☺'), url('assets/fonts/Arimo-SemiBold.woff') format('woff'), url('assets/fonts/Arimo-SemiBold.ttf') format('truetype'), url('assets/fonts/Arimo-SemiBold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Arimo';
	src: url('assets/fonts/Arimo-SemiBoldItalic.eot');
	src: local('☺'), url('assets/fonts/Arimo-SemiBoldItalic.woff') format('woff'), url('assets/fonts/Arimo-SemiBoldItalic.ttf') format('truetype'), url('assets/fonts/Arimo-SemiBoldItalic.svg') format('svg');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Arimo';
	src: url('assets/fonts/Arimo-Bold.eot');
	src: local('☺'), url('assets/fonts/Arimo-Bold.woff') format('woff'), url('assets/fonts/Arimo-Bold.ttf') format('truetype'), url('assets/fonts/Arimo-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Arimo';
	src: url('assets/fonts/Arimo-BoldItalic.eot');
	src: local('☺'), url('assets/fonts/Arimo-BoldItalic.woff') format('woff'), url('assets/fonts/Arimo-BoldItalic.ttf') format('truetype'), url('assets/fonts/Arimo-BoldItalic.svg') format('svg');
	font-weight: 700;
	font-style: italic;
}

/* Ovewrite Bootstrap */ 
html, body {
    height: 100%;
}
body {
    background-color: #e3e3e3;
    font-weight: normal;
	font-family: 'Arimo';
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    color: #000;
    font-weight: normal;
	font-family: 'FjallaOne';
}
p {
    margin-bottom: 0px;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a {
    color: #223a5e;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -mz-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
a:focus,
a:hover {
    color: #0d0f15;
    text-decoration: none;
    outline: none;
}
p:empty {
    display: none;
}
.container {
    max-width: 1310px;
    width: 100%;
}
.img-thumbnail {
    margin-bottom: 20px;
}
*:focus {outline:0;}
/* Form */
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
textarea::-moz-placeholder,
input::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}
textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('assets/images/icon-select.png') no-repeat calc(100% - 14px) center;
    background-color: #fff;
}
.btn {
    background-color: #b84630;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    min-height: 55px;
    max-width: 222px;
    padding: 2px 15px 0;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #b84630;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-icon {
    background-image: url('assets/images/icon-left-arrow.png');
    background-position: calc(100% - 37px) center;
    background-repeat: no-repeat;
    padding: 0 60px 0 41px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}
.btn:active,
.btn:focus,
.btn:hover {
    color: #fff;
    background-color: #697a93;
    border-color: #697a93;
}
.btn-default {
    display: inline-block;
    min-width: 160px;
    min-height: 44px;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 16px;
    background-color: #06639e;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    background-color: #191919;
    color: #fff;
}
.aligncenter,
.img-responsive {
    margin: 0 auto 25px;
}
.img-responsive:last-child {
    margin-bottom: 0px;
}
hr {
    border-color: #dcdcdc;
    margin: 50px 0;
}
hr.clear {
    clear: both;
}
.learn-more {
    display: inline-block;
    font-size: 18px;
    color: #748cb0;
    letter-spacing: 0.08em;
    font-weight: bold;
    padding-right: 40px;
    background: url('assets/images/icon-arrow-right.png') no-repeat right center;
}
.learn-more:hover {
    color: #fff;
}
.learn-more-icon {
    display: inline-block;
    padding-right: 33px;
    background: url('assets/images/icon-arrow-right.png') no-repeat center right;
    color: #285482;
}
.learn-more-icon:hover {
    color: #464646;
}
.learn-more-icon-w {
    background: url('assets/images/icon-arrow-right-w.png') no-repeat center right;
    color: #fff;
}
.learn-more-icon-w:hover {
    color: #fff;
}
.img-left {
    float: left;
    margin-right: 55px;
    margin-bottom: 55px;
    max-width: 50%;
}
.img-right {
    float: right;
    margin-left: 55px;
    margin-bottom: 55px;
    max-width: 50%;
}
.img-right:last-child,
.img-left:last-child {
    margin-bottom: 0px;
}
.big-video {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 100vw;
    min-height: 100vh;
}
.container-big {
    max-width: 1630px;
}
.table-responsive {
    margin-bottom: 40px;
}
.embed-responsive {
    margin-bottom: 0;
    min-height: 472px;
    padding-bottom: 0;
}
.disabled-cursor {
    pointer-events: none;
}
/* Hover Animation */
.image-hover {
  position: relative;
  overflow: hidden;
}
.image-hover:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  transform: scale(2) rotate(45deg);
  left: -120%;
  top: -180%;
  opacity: 0;
  transition: left 0.8s ease, top 0.8s ease, opacity 0.8s ease;
}
.image-hover:hover:after {
  left: 0;
  top: 0;
  opacity: 1;
}
/* Header */
.body-wrapper {
    overflow: hidden !important;
}
.header {
    position: relative;
}
.menu-logo-content.menu-fix-header {
    position: fixed;
    width: 100%;
    display: none;
    margin-top: 0px;
    z-index: 1000;
    top: 0;
}
.menu-logo-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.logo-content {
    float: left;
    width: 376px;
    margin-left: -32px;
}
.logo-content img {
    max-width: 100%;
}
.menu-content {
    position: relative;
    float: left;
    text-align: right;
    width: calc(100% - 344px);
    padding-top: 9px;
}
.menu-section ul {
    font-size: 0;
}
.menu-section ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 23px;
}
.menu-section ul > li:first-child {
    padding-left: 0;
    border-left: none;
}
.menu-section ul > li:last-child {
    padding-right: 0;
    border-right: none;
}
.menu-section ul > li > a {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 38;
    font-weight: bold;
    display: block;
}
/*
.menu-section ul > li > a:hover,
.menu-section ul > li.current-page-ancestor > a,
.menu-section ul > li.current_page_parent > a,
.menu-section ul > li.current-menu-parent > a,
.menu-section ul > li.current-menu-ancestor > a,
.menu-section ul > li.current-menu-item > a {
    color: #697a93;
}
*/
.menu-section > ul > li > a:after {
    content: "";
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -mz-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.menu-section > ul > li > a:hover:after,
.menu-section > ul > li.current-menu-parent > a:after,
.menu-section > ul > li.current-menu-ancestor > a:after,
.menu-section > ul > li.current-menu-item > a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*
.menu-section > ul > li.menu-item-has-children > a {
    padding-right: 19px;
    background: url('assets/images/icon-sub.png') no-repeat right center;
}
*/
.menu-section li .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 10px);
    min-width: 180px;
    background-color: #223a5e;
    z-index: 37;
    padding: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -mz-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#ffffff)";/*IE 8*/
    -moz-box-shadow: 0 0 5px 0 rgba(255,255,255,0.5);/*FF 3.5+*/
    -webkit-box-shadow: 0 0 5px 0 rgba(255,255,255,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 5px 0 rgba(255,255,255,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#fff); /*IE 5.5-7*/
}
.menu-section li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
.menu-section li > .sub-menu:before {
    position: absolute;
    height: 62px;
    width: 100%;
    left: 0;
    top: -50px;
    background: transparent;
    content: "";
}
.menu-section li .sub-menu li {
    width: 100%;
    text-align: left;
    padding: 0;
	margin-left: 0px;
    position: relative;
    background-color: #223a5e;
    transition: all .2s ease;
    -webkit-transition: background .2s ease;
    -mz-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
}
.menu-section li .sub-menu li:last-child {
    border-bottom: none;
}
.menu-section li .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-transform: none;
    font-size: 16px;
}
.menu-section li .sub-menu li:last-child a {
    border-bottom: none;
}
.menu-section li .sub-menu li.menu-item-has-children > a {
    position: relative;
    width: 100%;
}
.menu-section li .sub-menu li.menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}
.menu-section li .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
.menu-section li .sub-menu li.menu-item-12393 .sub-menu {
    top: auto;
    bottom: 0;
}
.menu-section li > .sub-menu > li.current-menu-item > a,
.menu-section li > .sub-menu > li:hover > a {
    background-color: #b64530;
    color: #fff;
}
.header-top {
    background-color: #1a1a1a;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
}
.ht-phone,
.ht-address {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.ht-phone {
    text-align: right;
}
.header-top p {
    font-size: 16px;
    color: #697a93;
}
.ht-phone a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    padding-left: 37px;
    font-weight: bold;
    background: url('assets/images/icon-phone.png') no-repeat left center;
    margin-left: 15px;
}
.ht-phone a:hover {
    color: #697a93;
}
.header-bottom {
    padding-top: 33px;
}
/* Home */
.hero {
    height: 927px;
    overflow: hidden;
}
.hs-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.hs-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('assets/images/bg-hero.png') no-repeat left top;
    background-size: cover;
}
.hs-wrapper {
    height: 927px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hs-content p {
    font-size: 24px;
    color: #c2cfe3;
    font-weight: bold;
    margin-bottom: 15px;
}
.hs-content p:after {
    content: '';
    display: block;
    width: 427px;
    height: 3px;
    background-color: #b84630;
    margin-top: 10px;
}
.hs-content h2 {
    font-size: 59px;
    letter-spacing: 0.02em;
    line-height: 1.1187;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.hc-top {
    background-color: #1a1a1a;
    padding: 75px 0 86px;
}
.hct-title {
    font-size: 0;
    margin-bottom: 75px;
}
.hct-title p {
    display: inline-block;
    vertical-align: top;
    width: 202px;
    font-size: 24px;
    color: #748cb0;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.hct-title h2 {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: calc(100% - 202px);
    text-transform: uppercase;
    font-size: 47px;
    letter-spacing: 0.02em;
    line-height: 1.383;
}
.hct-main {
    position: relative;
}
.hct-wrap {
    margin-left: auto;
    max-width: 695px;
}
.hct-wrap p {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 28px;
}
.hct-att {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
    border: 6px solid #fff;
    max-width: 512px;
}
.hct-att img {
    margin-bottom: 0;
}
.hct-att-info {
    position: absolute;
    width: 100%;
    bottom: -33px;
    left: 0;
    text-align: center;
}
.hct-att-info h2 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 4px;
}
.hct-att-info p {
    font-size: 16px;
    font-weight: bold;
    color: #b1c2dc;
    letter-spacing: 0.08em;
    line-height: 2.25;
    margin-bottom: 20px;
}
.hct-att-info .btn {
    margin: auto;
}
.hc-bottom {
    background-color: #223a5e;
    padding: 98px 0;
}
.hcb-main {
    margin-left: auto;
    max-width: 695px;
    padding-right: 95px;
}
.hcb-main h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 47px;
    letter-spacing: 0.02em;
    line-height: 1.383;
    margin-bottom: 26px;
}
.hcb-main .learn-more {
    color: #fff;
}
.hcb-main .learn-more:hover {
    color: #b84630;
}
.featured-content {
    padding: 64px 0;
}
.fc-list {
    font-size: 0;
    margin: 0 -70px;
}
.fc-item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 70px;
}
.fc-item i {
    display: block;
    width: 105px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 28px;
}
.fc-item h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #223a5e;
    margin-bottom: 22px;
}
.fc-item p {
    font-size: 16px;
    line-height: 2.25;
    color: #0d0f15;
}
/* Content */
.hero-page {
    background: url('assets/images/hero-cosultation.jpg') no-repeat center;
    background-size: cover;
    height: 584px;
    position: relative;
    padding-top: 153px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hero-page:before {
    content: '';
    background: url('assets/images/bg-hero-page.png') no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hp-wrapper {
    position: relative;
    text-align: center;
}
.hp-wrapper p {
    color: #c2cfe3;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 14px;
}
.hp-wrapper p:after {
    content: '';
    display: block;
    width: 426px;
    height: 3px;
    background-color: #b64530;
    margin: 12px auto 0;
}
.hp-wrapper h1 {
    font-size: 91px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.02em;
}
.mc-top {
    background-color: #1a1a1a;
    padding: 75px 0 79px;
}
.mc-mid {
    background-color: #223a5e;
    padding: 92px 0 98px;
}
.mc-wrapper h2 {
    font-size: 48px;
    color: #223a5e;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 38px;
}
.mc-wrapper h3 {
    font-size: 36px;
    color: #223a5e;
    line-height: 1.75;
    text-transform: uppercase;
    margin-bottom: 38px;
}
.mc-wrapper h4 {
    font-size: 18px;
    color: #223a5e;
    line-height: 1.6667;
    font-weight: bold;
    margin-bottom: 38px;
    font-family: 'Arimo';
    letter-spacing: 0.08em;
}
.mc-wrapper li,
.mc-wrapper p {
    font-size: 16px;
    line-height: 2.25;
    color: #0d0f15;
    margin-bottom: 36px;
}
.mc-wrapper ul,
.mc-wrapper ol {
    margin-bottom: 36px;
    padding-left: 20px;
}
.mc-wrapper ul li {
    list-style: disc;
}
.mc-wrapper li {
    margin-bottom: 0;
}
.mc-top .mc-wrapper,
.mc-mid .mc-wrapper {
    position: relative;
}
.mc-top .mc-wrapper h2,
.mc-mid .mc-wrapper h2,
.mc-top .mc-wrapper h3,
.mc-mid .mc-wrapper h3 {
    color: #fff;
    text-transform: none;
}
.mc-top .mc-wrapper h4,
.mc-mid .mc-wrapper h4 {
    color: #748cb0;
}
.mc-mid .mc-wrapper p,
.mc-mid .mc-wrapper li,
.mc-top .mc-wrapper li,
.mc-top .mc-wrapper p {
    color: #fff;
}
.mc-top .mc-wrapper li a:hover,
.mc-top .mc-wrapper p a:hover {
    color: #fff;
}
.mc-wimage .mc-mid .mc-wrapper,
.mc-wimage .mc-top .mc-main {
    margin-left: auto;
    max-width: 698px;
}
.mc-image {
    position: absolute;
    border: 6px solid #fff;
    top: 0;
    left: 0;
    max-width: 512px;
}
.mc-image img {
    margin-bottom: 0;
}
.mc-bot {
    padding: 84px 0 80px;
}
.main-content-cons .mc-top h2 {
    font-size: 36px;
    color: #fff;
    line-height: 1.75;
}
.main-content-cons .mc-bot h2 {
    font-size: 36px;
}
.main-content-bio .mc-top {
    padding-bottom: 100px;
}
.main-content-bio .mc-top h2 {
    margin-bottom: 10px;
}
.main-content-bio .mc-mid {
    padding-top: 150px;
}
.main-content-bio .mc-mid .mc-wrapper {
    max-width: 100%!important;
}
.att-detail {
    font-size: 0;
}
.att-detail > div {
    display: inline-block;
    vertical-align: top;
}
.att-admission {
    width: 464px;
    padding-right: 80px;
}
.att-education {
    width: calc(100% - 464px);
}
.att-edulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.att-eduitem {
	flex: 0 1 33.3333%;
}
.att-detail h3 {
    margin-bottom: 10px;
}
.mc-att-info {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
}
.mc-wrapper .mc-att-info h3 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 4px;
}
.mc-wrapper .mc-att-info p {
    font-size: 16px;
    font-weight: bold;
    color: #b1c2dc;
    letter-spacing: 0.08em;
    line-height: 2.25;
    margin-bottom: 20px;
}
.mc-pa-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-size: 0;
    text-align: center;
    z-index: 2;
}
.mc-pa-item {
    display: inline-block;
    vertical-align: top;
    border: 6px solid #fff;
    width: 510px;
    height: 495px;
    margin: 0 29px;
    background-color: #223A5E;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0 0 20px 8px rgba(0,0,0,0.2);/*FF 3.5+*/
    -webkit-box-shadow: 0 0 20px 8px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 20px 8px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.mc-pa-item a {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.mc-pa-item a:hover {
    opacity: 0.8;
}
.mc-pa-item h2 {
    font-size: 36px;
    position: absolute;
    left: 0;
    bottom: 42px;
    width: 100%;
}
.main-content-pa .mc-mid {
    padding-bottom: 196px;
}
.main-content-pa .mc-mid .mc-wrapper {
    padding-bottom: 17px;
}
.main-content-pa .mc-bot {
    padding-top: 395px;
}
.mc-pa-add h3 {
    margin-bottom: 21px;
}
.mc-pa-add-list {
    font-size: 0;
    max-width: 1038px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.mc-pa-add-item p {
    margin-bottom: 7px;
    font-weight: bold;
    text-align: center;
}
.mc-pa-add-item p:after {
    content: '';
    display: block;
    background-color: #b2b2b2;
    height: 2px;
    width: 259px;
    margin: 3px auto 0;
}
.mc-pa-add-item p:last-child:after {
    display: none;
}
.mc-pa-add-item p a {
    color: #0d0f15;
}
.mc-pa-add-item p a:hover {
    color: #b64530;
}
.main-content-pa-child .mc-top {
    padding-bottom: 62px;
}
.main-content-pa-child .mc-top h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.main-content-pa-child .mc-mid {
    padding-top: 60px;
}
.main-content-pa-child .mc-bot h3 {
    text-transform: none;
}
.main-content-contact .mc-top h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
}
.main-content-contact .mc-top p a {
    color: #b84630;
    text-decoration: underline;
    font-weight: bold;
}
.main-content-contact .mc-top p a:hover {
    color: #fff;
}
.contact-content {
    text-align: center;
    font-size: 0;
}
.cc-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
}
.mc-wrapper *:last-child {
    margin-bottom: 0;
}
/* Footer */
.featured-testimonials {
    padding: 125px 0 100px;
    background: url('assets/images/bg-testimonials.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}
.featured-testimonials:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(34 58 94 / .79);
}
.ft-wrapper {
    position: relative;
}
.ft-wrapper h2 {
    text-align: center;
    font-family: 'Arimo';
    font-weight: bold;
    font-size: 24px;
    color: #9eb8e0;
    letter-spacing: 0.1em;
    line-height: 1.25;
    margin-bottom: 46px;
}
.ft-item {
    position: relative;
    padding: 0 105px;
}
.ft-item p {
    font-family: 'FjallaOne';
    font-size: 36px;
    text-align: center;
    color: #fff;
    line-height: 1.7778;
    font-style: italic;
}
.ft-item p span {
    display: block;
    font-family: 'Arimo';
    font-weight: bold;
    color: #9eb8e0;
    font-style: normal;
    font-size: 24px;
    margin-top: 39px;
}
.ft-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 40px);
    padding: 0;
    width: 17px;
    height: 36px;
    text-indent: -99999999px;
    color: transparent; 
    border: none;
    z-index: 2;
}
.ft-slider .slick-prev {
    left: 52px;
    background: url('assets/images/icon-arrow-slide-left.png') no-repeat center;
}
.ft-slider .slick-next {
    right: 52px;
    background: url('assets/images/icon-arrow-slide-right.png') no-repeat center;
}
.ft-slider .slick-dots {
    padding-top: 40px;
    text-align: center;
}
.ft-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.ft-slider .slick-dots li.slick-active,
.ft-slider .slick-dots li:hover {
    background-color: #b84630;
}
.ft-slider .slick-dots li button {
    display: none;
}
.form-section {
    padding: 150px 0 170px;
    background-color: #223a5e;
}
.fs-wrapper {
    margin: 0 -50px;
    padding: 105px 56px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=135px, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0 0 135px 8px rgba(0,0,0,0.2);/*FF 3.5+*/
    -webkit-box-shadow: 0 0 135px 8px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 135px 8px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.fs-wrapper h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 9px;
}
.fs-wrapper p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 54px;
}
.footer {
    padding: 78px 0;
    background-color: #191919;
}
.footer-wrapper {
    font-size: 0;
}
.footer-wrapper > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.fl-main {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 115px);
}
.fl-logo {
    margin-bottom: 54px;
}
.fl-main ul {
    margin-bottom: 40px;
}
.fl-main ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
}
.fl-main ul li:last-child {
    margin-right: 0;
}
.fl-main ul li a:hover {
    opacity: 0.8;
}
.fl-main p {
    color: #fff;
    font-size: 14px;
    line-height: 2.1429;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.fl-main p.design-by {
    text-transform: none;
}
.fl-main p.design-by a {
    color: #fff;
}
.fl-main p.design-by a:hover {
    color: #b84630;
}
.fl-menu {
    display: inline-block;
    vertical-align: top;
    width: 115px;
}
.fl-menu li {
    line-height: 2.25;
}
.fl-menu li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.fl-menu li a:hover {
    color: #b84630;
}
.fl-menu li .sub-menu {
	display: none;
}
.footer-right {
    padding-left: 130px;
}
.fr-office {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 154px);
}
.fr-contact {
    display: inline-block;
    vertical-align: top;
    width: 154px;
}
.footer-right p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2.25;
}
.footer-right p b {
    text-transform: uppercase;
}
.footer-right p a {
    color: #b84630;
}
.footer-right p a:hover {
    color: #fff;
}
.fr-contact p a {
    text-decoration: underline;
}
/* Blog & Pagination */
.blog-main {
    margin: 0 -4px;
}
.blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.blog-item {
    margin-bottom: 20px;
    flex: 0 1 50%;
}
.blog-image {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: center;
}
.blog-image:hover {
	opacity: 0.8;
}
.blog-item:nth-child(odd):nth-last-child(2) {
    margin-bottom: 0;
}
.blog-item-wrap {
    background-color: #ebebeb;
    margin: 0 4px;
    height: 100%;
}
.blog-item-image {
    display: block;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-item-image:hover {
    opacity: 0.8;
}
.blog-item-info {
    padding: 42px 34px 37px;
    height: 100%;
}
.blog-item h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 11px;
}
.blog-item h2 a {
    color: #000000;
}
.blog-item h2 a:hover {
    color: #3c959f;
}
.blog-item time {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 33px;
    display: block;
}
.blog-item p {
    font-weight: 600;
}
.blog-item p a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.pagination {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0px !important;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.pagination:before {
    display: none;
}
.pagination .page-numbers {
    border-radius: 0px;
    color: #616161;
    height: auto;
    padding: 0;
    text-align: center;
    width: auto;
    border: none;
    text-decoration: none!important;
    display: none;
    font-weight: bold;
}
.pagination .page-numbers.dots {
    border: none;
}
.pagination .page-numbers.next ,
.pagination .page-numbers.prev  {
    border-radius: 0;
    color: #fff;
    display: inline-block;
    position: relative;
    border: none;
    font-size: 18px;
    background-color: #b84630;
    float: left;
    padding: 10px 30px 8px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 4px;
}
.pagination .page-numbers.next {
    float: right;
}
.pagination .page-numbers.next:focus,
.pagination .page-numbers.prev:focus,
.pagination .page-numbers.next:active,
.pagination .page-numbers.prev:active,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
    background-color: #697a93;
    color: #fff;
}
.pagination .page-numbers.prev i,
.pagination .page-numbers.next i {
    width: 7px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pagination .page-numbers.next i {
    margin-left: 24px;
    left: -4px;
}
.pagination .page-numbers.prev i {
    margin-right: 24px;
    right: -4px;
}
.pagination .page-numbers.next i:before,
.pagination .page-numbers.prev i:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
}
.pagination .page-numbers.next i:before {
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #fff;
}
.pagination .page-numbers.prev i:before {
    border-width: 6px 7px 6px 0;
    border-color: transparent #fff transparent transparent;
}
.pagination .page-numbers:active,
.pagination .page-numbers:focus,
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    color: #002366;
}
.pagination .page-numbers.dots:active,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.dots:hover {
    color: #00375d;
    background-color: transparent;
}
/* Gform */
.red {
    color: #790000;
    font-size: 18px;
}
#contact-form .gfield_required {
    color: #fc7a00;
    font-weight: bold;
    display: inline-block;
}
#contact-form .gform_wrapper {
    margin: 0;
}
#contact-form .gform_wrapper .gfield_label {
    color: #252525;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    width: 91px;
    padding-right: 15px;
    line-height: 1.5;
    display: none;
}
#contact-form .gform_wrapper ul {
	list-style-type:none;
	padding: 0;
	overflow: hidden;
    margin: 0 !important;
}
#contact-form .gform_wrapper ul li {
    padding: 0 10px;
    clear: none;
    font-size: 0;
    margin: 0 0 110px !important;
    max-width: 100% !important;
    border: none;
}
#contact-form .gform_wrapper ul li.gfield.gfield_error {
    background-color: transparent;
}
#contact-form .gform_wrapper .validation_error {
	background: #FFE1E1 none repeat scroll 0 0;
    padding: 10px;
    border: solid 2px #9A6262;
    color: #9A6262;
    margin-bottom: 10px;
    font-size: 14px;
}
#contact-form .gform_wrapper .validation_message {
    font-size: 11px;
    padding: 0;
    display: none;
}
#contact-form .gform_confirmation_wrapper{
	background: #DFFFDE none repeat scroll 0 0;
    color: #276F26;
    border: solid 2px #276F26;
    padding: 10px;
} 
#contact-form .gform_wrapper .gform_half_left,
#contact-form .gform_wrapper .gform_half_right {
	float:left;
	width:50%;
}
#contact-form .gform_wrapper .gform_left_third,
#contact-form .gform_wrapper .gform_middle_third,
#contact-form .gform_wrapper .gform_right_third
{
	float:left;
	width:33.33333%;
}
#contact-form .gform_wrapper input[type="text"],
#contact-form .gform_wrapper input[type="email"],
#contact-form .gform_wrapper input[type="phone"],
#contact-form .gform_wrapper textarea{
	width:100%;
}
#contact-form .gform_wrapper textarea{
    resize:none;
}
#contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    color: #fff;
}
#contact-form ::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    color: #fff;
}
#contact-form :-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    color: #fff;
}
#contact-form :-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #fff;
}
.archive-dropdown,
#contact-form .gform_wrapper input[type="text"],
#contact-form .gform_wrapper input[type="phone"],
#contact-form .gform_wrapper input[type="email"],
#contact-form .gform_wrapper input[type="email"],
#contact-form .gform_wrapper select,
#contact-form .gform_wrapper textarea,
#input_1_2{
    font-size: 14px;
    padding: 0;
    width: 100%;
    height: 42px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #42536e;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: transparent;
}
#contact-form .gform_wrapper textarea {
    height: 42px;
    padding-top: 13px;
}
#contact-form .gform_wrapper .gform_footer {
    margin: -40px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
}
#contact-form .gform_wrapper input[type="submit"] {
    background: #b84630;
    font-size: 16px;
    border: 1px solid #b84630;
    max-width: 275px;
    width: 100%;
    position: relative;
    min-height: 55px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#contact-form .gform_wrapper input[type="submit"]:active,
#contact-form .gform_wrapper input[type="submit"]:focus,
#contact-form .gform_wrapper input[type="submit"]:hover {
    background-color: #697a93;
    border-color: #697a93;
}
#contact-form .gform_wrapper ul li.gfield_error textarea,
#contact-form .gform_wrapper ul li.gfield_error input {
    border-color: red;
}
#contact-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}
#contact-form .gform_wrapper .gfield_html h3 {
    padding-top: 80px;
    font-size: 22px;
    color: #248aff;
    margin-bottom: 20px;
    font-weight: bold;
}
#contact-form .gform_wrapper .gfield_checkbox li,
#contact-form .gform_wrapper .gfield_radio li {
    width: 100%;
}
#contact-form .gform_wrapper p,
#contact-form .gform_wrapper .gfield_checkbox li label,
#contact-form .gform_wrapper .gfield_radio li label {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding-left: 5px;
    font-weight: 500;
    vertical-align: top;
}
#contact-form .gform_wrapper p {
    padding-left: 0;
    padding-right: 5px;
}
#contact-form .gform_wrapper p a {
    color: #00aeff;
}
#contact-form .gform_wrapper p a:focus,
#contact-form .gform_wrapper p a:active,
#contact-form .gform_wrapper p a:hover {
    color: #fff;
}
#contact-form .gform_wrapper .gfield_checkbox li label a {
    color: #dbdbdb;
    text-decoration: underline;
}
#contact-form .gform_wrapper .gfield_checkbox li label a:active,
#contact-form .gform_wrapper .gfield_checkbox li label a:focus,
#contact-form .gform_wrapper .gfield_checkbox li label a:hover {
    color: #fff;
}
#contact-form .gform_wrapper ul li .gfield_checkbox {
    padding: 0;
}
#contact-form .gform_wrapper ul li .gfield_checkbox li {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0 !important;
}
#contact-form .gform_wrapper ul li .gfield_checkbox li input {
    margin-top: 0px;
    margin-right: 5px;
}
#contact-form .gform_wrapper .gfield_error .gfield_label {
    margin-top: 0;
}