@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/source-sans-pro-v14-latin-regular.eot);
    src: local(''), url(../fonts/source-sans-pro-v14-latin-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/source-sans-pro-v14-latin-regular.woff2) format('woff2'), url(../fonts/source-sans-pro-v14-latin-regular.woff) format('woff'), url(../fonts/source-sans-pro-v14-latin-regular.ttf) format('truetype'), url(../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro) format('svg')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/source-sans-pro-v14-latin-600.eot);
    src: local(''), url(../fonts/source-sans-pro-v14-latin-600.eot?#iefix) format('embedded-opentype'), url(../fonts/source-sans-pro-v14-latin-600.woff2) format('woff2'), url(../fonts/source-sans-pro-v14-latin-600.woff) format('woff'), url(../fonts/source-sans-pro-v14-latin-600.ttf) format('truetype'), url(../fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro) format('svg')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/source-sans-pro-v14-latin-700.eot);
    src: local(''), url(../fonts/source-sans-pro-v14-latin-700.eot?#iefix) format('embedded-opentype'), url(../fonts/source-sans-pro-v14-latin-700.woff2) format('woff2'), url(../fonts/source-sans-pro-v14-latin-700.woff) format('woff'), url(../fonts/source-sans-pro-v14-latin-700.ttf) format('truetype'), url(../fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro) format('svg')
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body,
html,
input,
select,
textarea{
	font-family: 'Roboto Condensed', sans-serif;
}

p,
a,
input,
select,
textarea{
    font-size: 20px
}

.content_section{
	padding:40px 0;
	background-color:#fff;
}

.content_section img{
	display:block;
	width:100%;
	height:auto;
}

.content_section img.alignleft,
.content_section img.alignright{
	width:auto;
	height:auto;
	max-width:450px;
}

.content_section img.alignleft{
	float:left;
	margin-right:20px;
}

.content_section img.alignright{
	float:right;
	margin-left:20px;
}

.content_section img.aligncenter{
	width:auto;
	height:auto;
	max-width:600px;
	margin:0 auto;
}

.content_clear{
	clear:both;
}

@media(max-width:800px){
	.content_section img{
		float:none!important;
		margin:0!important;
	}
}

@media(max-width:500px){
	.content_section img{
		width:100%!important;
		height:auto!important;
	}
}

.section_title,
h2 {
    font-size: 44px;
    text-transform: none;
    font-weight: 700;
    color: #000
}

.title_center h2,
.title_center h1{
	text-align:center;
	margin:0 0 50px;
}

h1{
	font-size:42px;
}

h2,h3,h4,h5,li,a,p,strong,span{
	color:#000;
}

.section_title_black {
    font-size: 44px;
    text-transform: none;
    font-weight: 700;
    color: #000;
    text-align: center
}

@media(max-width:600px) {
    .section_title,
    .section_title_black {
        font-size: 38px
    }
}

@media(max-width:450px) {
    .section_title,
    .section_title_black {
        font-size: 33px
    }
}

@-ms-viewport {
    width: device-width
}

.light_color{
	color:#f4f4f4
}

.light_color_bg{
	background-color:#f4f4f4
}

.dark_color {
    color: #1B1B1B
}

.dark_color_bg {
    background-color: #1B1B1B
}

a:active,
a:focus,
a:hover {
    color: #b52025
}

.content li::before {
    display: table-cell;
    width: 30px;
    content: "\f00c";
    float: left;
    font-family: FontAwesome;
    color: #b52025
}

.btn,
input[type=Submit] {
    font-weight: 700;
    font-size: 14px;
    background-color:#82C341;
    color: #fff;
    padding: 14px 24px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
	width: auto;
}

.btn:active,
.btn:focus,
.btn:hover {
    background-color: #000;
    color: #fff
}

.center {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto
}

.spacer {
    width: 60px;
    height: 5px;
    background-color: #f7ee22;
    display: inline-block;
    content: "";
    margin: 15px 0 20px 0
}

a {
    text-decoration: underline;
    display: inline-block;
    color: #000
}

#big-nav a {
    text-decoration: none
}

.content_box_intro {
    margin: 60px 0
}

.content_box_intro p {
    font-size: 18px
}

i {
    font-family: fontawesome
}

.btn_white {
    font-weight: 700;
    font-size: 14px;
    background-color: #fff;
    color: #1c3d58;
    padding: 14px 24px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase
}

.btn_white:active,
.btn_white:focus,
.btn_white:hover {
    background-color: #1c3d58;
    color: #fff
}

.btn i {
    margin-right: 10px;
    color: #fff
}

.grey-bg {
    background-color: #fafafa
}

.btn-alt {
    font-weight: 600;
    font-size: 14px;
    background-color: #000;
    color: #f7ee22;
    padding: 14px 24px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase
}

.btn-alt:active,
.btn-alt:focus,
.btn-alt:hover {
    background-color: #f7ee22;
    color: #000
}

.btn_dark {
    font-weight: 700;
    font-size: 14px;
    background-color: #f7ee22;
    color: #000;
    padding: 14px 24px;
    text-decoration: none !important;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase
}

.btn_dark:active,
.btn_dark:focus,
.btn_dark:hover {
    background-color: #f4f4f4;
    color: #000;
    border: none
}

.services_button .center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0
}

.content {
    margin: 30px 0
}

.content a:active,
.content a:focus,
.content a:hover {
    text-decoration: underline
}

.content h3 {
    margin-top: 30px
}

.content li {
    margin-bottom: 10px
}

.content-home li {
    font-size: 20px;
    margin-bottom: 10px
}

.content-home-grid {
    display: flex
}

.content-home-grid img {
    width: 100%;
    height: auto;
    margin: auto 0
}

.content-home-grid-box {
    width: 50%
}

.content-home-grid-box:first-of-type {
    margin-right: 20px
}

.content-home-grid-box:last-of-type {
    margin-left: 20px
}

.content h2 {
    font-size: 28px
}

.content h3 {
    text-align: left;
    font-weight: 700;
    font-size: 20px
}

.service-update {
    margin-bottom: 40px
}

.wp-block-image {
    display: block;
    margin: 0
}

.wp-block-image img {
    width: 100%;
    height: auto
}

.content-home {
    padding: 50px 0 60px 0
}

.content-home h2 {
    margin-top: 0;
    text-align: center
}

.content-home p {
    font-size: 20px
}

.areas-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media(max-width:800px) {
    .areas-list {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:400px) {
    .areas-list {
        display: grid;
        grid-template-columns: 1fr
    }
}

.areas-list li {
    font-size: 20px
}

.areas-list li::before {
    display: table-cell;
    width: 30px;
    content: "\f00c";
    float: left;
    font-family: FontAwesome;
    color: #fff
}

.blue-section {
    padding: 60px 0
}

.blue-section h2,
.blue-section li,
.blue-section p {
    color: #fff
}

.blue-section a {
    color: #fff;
    text-decoration: underline
}

.content-home-btn-container {
    display: flex;
    justify-content: center;
    padding-top: 20px
}

.blue-section .btn-alt {
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    margin: 0 auto
}

.blue-section .btn-alt:active,
.blue-section .btn-alt:focus,
.blue-section .btn-alt:hover {
    background-color: #fff;
    color: #000
}

.short-code p:last-of-type {
    margin-bottom: 30px
}

.content-title {
    margin: 50px 0
}

.content-title h2 {
    font-size: 30px
}

i {
    font-style: normal
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    font-size: 18px;
    margin: 10px 0
}

.content_box ul li,
.content_section_style ul li{
	padding-left:25px;
}

.content_box li::before,
.content_section_style li::before {
    display: table-cell;
    width: auto;
    content: "\f00c";
    float: left;
    font-family: FontAwesome;
    color: #82C341;
	margin-left:-25px;
}

figure {
    margin: 0
}

i {
    font-family: FontAwesome
}

h2 {
    font-weight: 700;
    font-size: 38px
}

#content {
    margin-top: 250px
}

/* Navbar */

#big-nav {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    z-index: 4;
    background-color: #000;
    transition: .2s;
    overflow: visible
}

#navbar {
    width: 100%;
    display: flex;
    align-items: center
}

#big-nav,
#resp-links {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
}

#resp-links .phone-nav {
    position: absolute;
    bottom: 0;
    margin: 0 0 20px 30px;
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600
}

.topnav {
    height: 100px
}

.topnav .center {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.bottomnav {
    height: 40px
}

.bottomnav .center {
    height: 100%
}

.bottomnav .menu-main-navigation-container {
    width: 100%
}

.bottomnav .menu {
    width: 100%
}

.bottomnav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bottomnav a {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

#big-nav .bottomnav a:active,
#big-nav .bottomnav a:focus,
#big-nav .bottomnav a:hover {
    text-decoration: underline
}

#big-nav .current_page_item a {
    text-decoration: underline
}

#nav-brand {
    height: 100%;
    font-size: 25px;
	position: absolute;
    left: 0;
}

#nav-brand img {
	display:block;
    height: 35px;
    width: auto;
}

@media(max-width:370px) {
    #navbar #nav-brand {
        font-size: 22px
    }
}

#nav-links {
    display: flex;
    align-items: center;
    overflow: visible;
    z-index: 1;
    background-color: transparent;
    transition: .6s;
    justify-content: flex-end;
    align-items: center
}

#nav-contact {
    position: initial;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
	margin-left: 30px;
}

#nav-contact a.contact_link {
    display: flex;
    align-items: flex-end;
    font-size: 28px;
    text-transform: none;
    font-weight: 600;
	color: #000;
	text-decoration: none;
}

#nav-contact a {
    margin-right: 30px;
}

#nav-contact a:last-of-type {
    margin-right: 0;
}

#nav-contact i {
    margin: 0 7px 2px 0;
}

#nav-contact i.fa-phone {
    margin-right: 10px;
	color:#82C341;
}

@media(max-width:950px) {
	 #nav-contact a.contact_link i{
        font-size:40px;
    }
    #nav-contact a.contact_link span{
        display:none;
    }
}

.navLinks {
    height: 100%;
}

#navbar #nav-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#navbar li {
    list-style: none;
}

#navbar h1 {
    text-transform: uppercase;
}

#navbar #nav-links a {
    margin: 0 0 0 30px;
	color:#fff;
}

#navbar #nav-links li:first-of-type a {
    margin: 0
}

/* Responsive */

#resp-links {
    top: 0;
    right: 0;
    height: 100%;
    z-index: 6;
    position: fixed;
    overflow: hidden;
    transition: .6s;
    display: flex;
    justify-content: flex-start;
    background-color: #000
}

#resp-links li {
    margin: 20px 0
}

#resp-links ul {
    box-sizing: border-box;
    padding: 100px 0 0 30px
}

#resp-links a {
    font-size: 20px;
    text-transform: none;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 600
}

#resp-links a:active,
#resp-links a:focus,
#resp-links a:hover {
    text-decoration: underline
}

#resp-links #nav-brand {
    position: absolute;
    bottom: 0;
	margin: 0 0 30px 30px;
    width: 240px;
    height: auto
}

#resp-links #nav-brand img {
    width: 100%;
    height: auto
}

#resp-links #footer-brand h2 {
    font-size: 22px
}

#resp-links #footer-brand h3 {
    font-size: 15px;
    color: #a9a9a9
}

#resp-links #footer-brand h4 {
    font-size: 15px;
    color: #000
}

.respOverlay {
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    opacity: 1;
    transition: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

#resp-overlay.resp-overlay-display {
    opacity: 1;
    display: block
}

.respLinks {
    width: 0
}

.responsive {
    width: 300px
}

@media(max-width:800px) {
    .bottomnav {
        display: none
    }
    .topnav .center {
        justify-content: flex-start
    }
}

@media(min-width:800px) {
    #resp-links,
    #resp-overlay.resp-overlay-display {
        display: none
    }
}

/* Hamburger */

.hamburger {
    position: fixed;
    right: 4%;
    top: 37px;
    z-index: 7;
    background-color: transparent;
    display: none;
    transition: .5s
}

.hamburger a.icon {
    display: block;
    padding: 0;
    cursor: pointer
}

.hamburger a.icon div {
    width: 40px;
    height: 3px;
    margin: 10px 0;
    transition: .4s;
	background-color:#fff;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 8px);
    transform: rotate(-45deg) translate(-9px, 8px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
    transform: rotate(45deg) translate(-10px, -10px)
}

.shrink {
    background-color: #fff !important
}

.shrink .topnav a {
    color: #000 !important
}

.remove {
    height: 0
}

#phone-mobile-link {
    display: none
}

#phone-mobile-link a {
    text-decoration: none
}

.logo_container{
	height:100%;
}

.logo_container img{
	margin:auto 0;
}

.logo_dark_display{
	display:flex;
}

.logo_small_display{
	display:none;
}

@media(max-width:1200px) {
	.logo_dark_display{
		display:none;
	}
	.logo_small_display{
		display:flex;
	}
	#nav-brand img {
        height: 60px
    }
}

@media(max-width:800px) {
    .hamburger {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end
    }
	#nav-links{
		display: none
	}
    #nav-contact {
        display: none
    }
    #nav-contact a:first-of-type {
        display: block;
        margin-right: 150px
    }
    #nav-contact a span {
        display: none
    }
    #nav-contact a i {
        font-size: 40px
    }
    .big-nav {
        height: 100px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }
    .hamburger {
        top: 28px
    }
    #phone-mobile-link {
        display: block;
        position: fixed;
        z-index: 7;
        top: 32px;
        right: calc(4% + 80px)
    }
    #phone-mobile-link i {
        font-size: 40px;
		color:#98D938;
    }
}

@media(max-width:400px) {
    #phone-mobile-link {
        right: calc(4% + 60px)
    }
    #nav-contact a:first-of-type {
        display: block;
        margin-right: 105px
    }
}

@media(min-height:550px) {
    .navbar {
        overflow: hidden
    }
    #navBrand {
        position: absolute;
        bottom: 70px;
        margin-bottom: 0
    }
}

/* Dropdown */

.menu-item-has-children {
    position: relative;
    padding-right: 10px;
    cursor: pointer
}

.menu-item-has-children a {
    padding-right: 10px !important
}

.menu-item-has-children::after {
    display: table-cell;
    width: 10px;
    content: "\f0dd";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

ul.sub-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: -30px;
    left: calc(0px - 20px);
    text-align: left;
    height: auto;
    padding: 10px 10px;
    z-index: 6;
    overflow: visible;
    box-sizing: border-box;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background-color: #323232;
    width: calc(100% + 40px) !important
}

.menu-item-has-children.dropdown .sub-menu {
    display: block !important
}

.sub-menu li {
    height: auto;
    width: 100%
}

.sub-menu a {
    margin-left: 0;
    box-sizing: border-box;
    padding: 10px !important;
    width: 100%
}

@media(max-width:800px) {
    #resp-links li {
        display: flex;
        position: static;
        align-items: center
    }
    #resp-links a {
        padding: 10px 0
    }
    .menu-item-has-children::after {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        font-family: FontAwesome;
        color: #000;
        position: static;
        top: 0;
        bottom: 0;
        right: 0;
        box-sizing: border-box;
        margin-left: 5px;
        border: 2px solid #000;
        box-sizing: border-box;
        font-size: 22px;
        padding-bottom: 6px
    }
    .menu-main-navigation-container {
        position: relative;
        width: 100%;
        height: calc(100% - 200px)
    }
    #resp-links ul.sub-menu {
        border: none;
        top: 60px;
        bottom: 0;
        left: 0;
        padding: 0;
        overflow: hidden;
        display: block;
        height: 0;
        background-color: transparent
    }
    #resp-links ul.sub-menu li {
        margin: 0
    }
    #resp-links li.dropdownSub {
        position: absolute;
        top: 0
    }
    #resp-links .dropdownSub .sub-menu {
        display: block !important;
        height: calc(100vh - 200px);
        transition: .8s
    }
    .dropdownSubMain .menu-item-has-children::after {
        display: none
    }
    #resp-links .dropdownSubMain li {
        display: none
    }
    .menu-item-has-children.dropdownSub::after {
        display: flex
    }
    #resp-links .dropdownSubMain li.dropdownSub {
        display: flex
    }
    #resp-links .dropdownSubMain li.dropdownSub li {
        display: flex
    }
    #resp-links .dropdownSubMain li.dropdownSub a {
        color: #000;
        font-size: 20px
    }
    #resp-links .dropdownSubMain li.dropdownSub .sub-menu a {
        color: #000;
        font-size: 18px
    }
    .dropdownSubMain {
        margin-top: 100px;
        background-color: transparent;
        z-index: 2
    }
}

/* Header */

#header_home {
    height: 550px
}

#header_home .spacer {
    margin-bottom: 0
}

.header-home {
    width: 100%;
    margin-top: 100px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .6
}

.header-home .header-text-container {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.header-home .center {
    height: 100%;
    position: relative;
    display: flex;
	align-items: flex-end;
}

.header-home .header-text {
    width: 100%;
    max-width: 700px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 40px;
    text-align: left;
    height: auto;
}

.header-home p {
    color: #fff;
    margin: 0;
    font-size: 34px;
    text-align: left;
    margin: 20px 0
}

.header-home h1,
.header-home strong {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
	text-transform:uppercase;
}

.header-home h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 40px 0
}

.header-home .btn {
    margin: 0
}

@media(max-width:700px) {
    .header-home {
        margin-top: 100px
    }
	#header_home{
		height:450px;
	}
}

@media(max-width:600px) {
    .header-home h1,
    .header-home strong {
        font-size: 48px
    }
}

@media(max-width:450px) {
    .header-home h1,
    .header-home strong {
        font-size: 42px
    }
    .header-home p {
        font-size: 23px
    }
}

#header_page {
    height: 250px;
}

#header_page h1{
	text-align:center;
}

#header_page.header-home .header-text {
    height: 100%;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0
}

.header-small {
    width: 100%;
    margin-top: 140px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

.header-small .header-overlay {
    opacity: .7
}

.header-small .center {
    padding: 60px 0
}

.header-small .header-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0
}

.header-small .header-text h1,
.header-small .header-text strong {
    color: #fff;
    font-size: 40px;
    margin: 0;
    text-align: center
}

.header-text .title-small {
    font-size: 17px;
    color: #fff;
    text-align: center
}

.header-text span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
	margin-bottom:30px;
}

.header-description {
    margin-top: -80px;
    z-index: 2;
    position: relative
}

.header-description p {
    color: #000;
    font-size: 16px;
    margin: 0
}

.header-description .center {
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 40px
}

#header_page.header_simple{
	background-color:#434343;
	height:150px;
}

#header_page.header_simple .header-overlay{
	display:none;
}

.single-button .btn{
	margin-bottom:60px;
}

/* Blog Images */

.content_section_style img{
	float: none;
    display: block;
    width: auto;
	max-width:100%;
    height: auto;
    margin: 20px 0;
}

.content_section_style img.alignright{
	float: right;
	margin: 20px 0 20px 20px;
	max-width: 400px;
	height: auto;
}

.content_section_style img.alignleft{
	float: left;
	margin: 20px 20px 20px 0;
	max-width: 400px;
	height: auto;
}

.content_section_style img.aligncenter{
	float: none;
	margin: 20px auto;
	max-width: 600px;
	height: auto;
}

@media(max-width:600px){
	.content_section_style img{
		max-width:100%;
	}
}

/* Content */

.page_content h1,
.page_content h2 {
    color: #1b2481;
    font-size: 30px
}

.page_content h1 {
    font-size: 34px
}

.page_content p {
    font-size: 18px
}

.page_content li {
    color: #131857;
    text-align: left;
    margin: 5px 0;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    font-weight: 600
}

.page_content li::before {
    display: block;
    width: auto;
    height: 100%;
    content: "\f058";
    float: left;
    font-family: FontAwesome;
    color: #131857;
    margin: 3px 10px 0 0
}

.wp-block-image {
    width: auto !important;
    max-width: auto !important
}

.wp-block-image figure.alignright {
    display: block;
    margin-left: auto
}

.wp-block-image .alignright img {
    width: 50% !important;
    height: auto
}

.page_content {
    margin-top: 40px
}

.page_content img {
    float: right;
    display: block;
    width: calc(50% - 20px);
    height: auto;
    margin: 0 0 20px 40px
}

@media(max-width:500px) {
    .page_content img {
        float: none;
        display: block;
        width: 100%;
        margin: 20px 0
    }
}

.content_box {
    padding: 60px 0
}

.additional_content {
    padding:60px 0;
}

.additional_content iframe #player{
	width:100%!important;
	height:auto;
}

.content_box_title {
    display: flex;
    flex-direction: column;
    align-items: center
}

.content_box .center {
    display: flex;
    flex-direction: column;
    align-items: center
}

/* Services */

.services_grid_container {
    padding: 60px 0;
    position: relative
}

.our_services {
    padding-top: 60px
}

.services_grid_container.home {
    padding-top: 60px
}

.services_box {
    background-color: #fff
}

.services_box strong {
    color: #000
}

.services_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    width: 100%
}

.services_grid_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(112, 112, 112, .2);
	text-decoration:none;
}

.services_grid_box a {
    display: block;
    text-decoration: none
}

.services_grid_box img {
    display: block;
    width: 100%;
    height: auto
}

.services_grid_text {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
	background-color: #f4f4f4;
}

.services_grid_text h3,
.services_grid_text strong {
    color: #000;
    font-size: 22px;
    margin: 20px 0 0 0;
    text-align: left;
    padding: 0 20px
}

.services_grid_text p {
    color: #000;
    margin: 15px 0 20px 0;
    padding: 0 20px
}

.btn_services_container {
    margin-top: auto;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
}

@media(max-width:1300px) {
    .services_grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:650px) {
    .services_grid {
        display: block
    }
    .services_grid_box {
        margin-bottom: 30px
    }
    .services_grid_box:last-of-type {
        margin-bottom: 0
    }
}

/* Dynamic Boxes */

.strategy_box_container{
	margin:80px 0;
}

.strategy_box_container h2{
	margin-bottom:60px;
}

.strategy_box{
	width:100%;
	box-sizing: border-box;
	height:auto;
	background-color:#fff;
	position:relative;
	overflow:hidden;
	margin:0 0 40px 0;
	transition:1.6s;
	cursor:pointer;
	padding:20px;
	box-shadow: 0 2px 6px rgb(112 112 112 / 50%);
}

.strategy_box_text{
	display:none;
}

.strategy_box_title{
	width:100%;
	display:flex;
    position: relative;
}

.switch .strategy_box_text{
	display:block;
}

.strategy_box_title strong{
	font-size:24px;
	font-weight:400;
	max-width: calc(100% - 50px);
}

.the-plus{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	z-index:1;
	background-color:transparent;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}

.the-plus a.the-plus-icon{
	display:block;
	padding:0;
	margin:0;
	cursor:pointer;
	width:30px;
	height:30px;
	position:relative;
	vertical-align: middle;
}
	
.the-plus .the-plus-icon .bar-1{
	position:absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background-color:#404040;
	transition:.4s;
}

.the-plus .the-plus-icon .bar-2{
	position:absolute;
	top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
	background-color:#404040;
	transition:.2s;
}

.strategy_box_text{
	margin:0;
	overflow:hidden;
}

.strategy_box_text p{
	margin:20px 0 0 0
}

.switch .bar-1{
	-webkit-transform:
	rotate(90deg)
	translate(-1px, 0);
	transform:
	rotate(90deg)
	translate(-1px, 0);
}

.switch .bar-2{
	-webkit-transform:
	rotate(180deg)
	translate(0, 1px);
	transform:
	rotate(180deg)
	translate(0, 1px);
	opacity:0;
}

@media(max-width:450px){
	.strategy_box_title strong{
		font-size: 26px;
	}
}

/* News */

.news-container-large{
	display:flex;
	flex-direction:row;
	margin-bottom:40px;
}

.news-container{
	width:calc(100% - 300px);
}

.news-grid{
	box-sizing:border-box;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px;
}

.news-grid-box{
	box-sizing:border-box;
	margin-top:40px;
	background-color:#F4F4F4;
	text-decoration:none;
}

.news-image-box{
	width:100%;
}

.news-image-box img{
	width:100%;
	height:auto;
}

.news-text-box{
	width:100%;
	box-sizing:border-box;
	padding:20px;
}

.news-container h2{
	font-size: 26px;
    color: #000;
    margin: 0 0 5px 0;
}

.news-container p{
	font-size:16px;
}

p.info-line{
	font-size:14px;
	font-style:italic;
	margin:0 0 20px 0;
}

.news-grid-box .btn-blue{
	border:none;
}

.sidebar-class{
	position:absolute;
	width:100%;
	top:360px;
}

.blog_btn{
	padding:0;
}

@media(max-width:700px){
	.news-grid{
		padding-left:0;
		display:block;
	}
	.news-text-box{
		margin-bottom:20px;
	}
	.sidebar-class{
		position:static;
		top:0;
		margin-bottom:40px;
	}
}

#sidebar{
	flex: 0 0 auto;
}

#sidebar ul{
	display:none;
}

#sidebar form{
	display:none;
}

#sidebar ul li{
	display:none;
}

#sidebar ul[role="navigation"]{
	display:flex;
	flex-direction:column;
	width: 260px;
	margin:40px 0 0 40px;
	box-sizing:border-box;
	padding:20px;
	background-color:#323232;
}

#sidebar ul[role="navigation"] li.pagenav{
	display:none;
}

#sidebar ul[role="navigation"] li.categories,
#sidebar ul[role="navigation"] li.categories ul,
#sidebar ul[role="navigation"] li.categories ul li{
	display:block
}

li.categories h2{
	margin:0 0 20px 0;
	color:#fff;
	font-size: 26px;
}

li.categories li,
li.categories a{
	color:#fff;
	text-decoration:underline;
}

@media(max-width:800px){
	.news-container-large{
		display:block;
	}
	.news-container{
		width:100%;
	}
	#sidebar ul[role="navigation"]{
		width:100%;
		margin:40px 0 0 0;
	}
}

/* Content Left & Right */

.callback_box_grid {
    display: flex;
	width: 100%;
}

.callback_half {
    width: 50%
}

.callback_box_grid img,
.callback_box_grid video {
    display: block;
    width: 100%;
    height: auto
}

.callback_box_text {
    box-sizing: border-box;
    padding-right: 40px;
    background-color: transparent;
}

.callback_box_text .btn_container {
    margin-top: auto
}

.callback_box_grid .callback_box_text h2,
.callback_box_grid .callback_box_text h1 {
    text-align: left;
    margin: 0  0 20px 0
}

.img_callback {
    display: flex
}

.img_callback_text {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f4f4f4
}

.callback_box_img strong.title {
    color: #000;
    font-size: 26px;
    text-transform: none
}

.contact_form_custom p {
    margin: 20px 0
}

.callback_box_img form p {
    margin: 0;
    padding-bottom: 15px
}

.callback_box_img form p:last-of-type {
    margin-bottom: 0
}

.img_callback img {
    display: block;
    width: 50%;
    height: auto
}

.contact_form_custom{
	box-sizing:border-box;
	padding:20px 20px 40px 20px;
}

.contact_form_custom p,
.contact_form_custom li,
.contact_form_custom a,
.contact_form_custom h1,
.contact_form_custom h2,
.contact_form_custom h3,
.contact_form_custom h4,
.contact_form_custom strong,
.contact_form_custom span{
	color:#fff;
}

.contact_form_custom .btn{
	margin-top:20px;
}

@media(max-width:1100px) {
	.callback_box{
		padding-top:40px;
	}
    .callback_box_grid div {
        width: 100%
    }
    .callback_box_grid {
        flex-direction: column !important
    }
	.callback_box_text{
		margin-bottom:10px;
		padding:0;
	}
    .img_callback img {
        width: 25%
    }
}

@media(max-width:800px) {
    .img_callback img {
        width: 40%
    }
}

@media(max-width:650px) {
    .img_callback {
        flex-direction: column
    }
    .img_callback img {
        width: 100%
    }
}

/* Additional Content */

.additional_page_content {
    width: 100%
}

.additional_page_content h2,
.additional_page_content h3,
.additional_page_content h4 {
    text-align: left
}

.additional_page_content h2,
.additional_page_content strong {
    font-size: 24px
}

/* Gallery */

.gallery_grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:20px;
}

.gallery_grid_box{
	display:block;
	width:100%;
}

.gallery_grid_box img{
	display:block;
	width:100%;
	height:auto;
}

@media(max-width:700px){
	.gallery_grid{
		grid-template-columns:1fr 1fr;
		grid-gap:10px;
	}
}

/* Gallery Page */

.gallery_container{
	padding:60px 0;
}

.gallery_page_container{
	padding:0;
	margin:-40px 0 80px 0;
}

.banner_title{
	text-align:center;
	margin-bottom:40px;
}

.banner_title h2{
	margin:0;
}

.gallery_container .gallery a{
	display:block;
}

.gallery_container .gallery img{
	border:none!important;
	display:block;
	width:100%;
	height:auto;
}

.gallery_container .gallery .gallery-item{
	box-sizing:border-box;
	margin: 0!important;
	padding:10px;
}

.btn_container{
	width:100%;
	display:flex;
}

.gallery_container .btn,
.banner_testimonials_container .btn{
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}

.testimonials_container .btn{
	margin-top:0;
}

.gallery br{
	display:none;
}

@media(max-width:700px){
	.gallery_container .gallery .gallery-item{
		width:50%!important;
	}
}

.gallery_page_container .gallery-item{
	display:none;
}

.gallery_page_container .gallery-item.display{
	display:block;
}

.gallery_page_container .gallery-item:nth-of-type(1),
.gallery_page_container .gallery-item:nth-of-type(2),
.gallery_page_container .gallery-item:nth-of-type(3),
.gallery_page_container .gallery-item:nth-of-type(4),
.gallery_page_container .gallery-item:nth-of-type(5),
.gallery_page_container .gallery-item:nth-of-type(6),
.gallery_page_container .gallery-item:nth-of-type(7),
.gallery_page_container .gallery-item:nth-of-type(8){
	display:block;
}

.gallery_display.hide{
	display:none;
}

.gallery_page_container .btn_container{
	width: 100%;
    display: flex;
}

.gallery_container .btn{
	margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:450px){
	.gallery_page_container .gallery .gallery-item{
		width:100%!important;
	}
}

/* Contact Box */

#contact-box.gallery-box {
    background-color: #fff
}

#contact-box .gallery-box-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px
}

#contact-box.gallery-box strong {
    color: #131857
}

#contact-box .gallery-box-grid img {
    display: block;
    width: 100%;
    height: auto;
    transform-style: preserve-3d
}

#contact-box.gallery-box a {
    position: relative
}

#contact-box.gallery-box a img:hover {
    opacity: .6
}

#contact-box.gallery-box a:after {
    content: '\f065';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: .25em .5em;
    font-family: FontAwesome;
    font-size: 1.5em;
    color: #fff;
    background: rgba(17, 17, 17, .5);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    opacity: 0
}

#contact-box.gallery-box a:hover:after {
    opacity: 1
}

@media(max-width:800px) {
    #contact-box .gallery-box-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }
}

@media(max-width:550px) {
    #contact-box .gallery-box-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px
    }
}

.testimonials_box {
    background-color: #f4f4f4
}

.content_box_intro .testimonials_box {
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding: 30px
}

.testimonials_box:last-of-type {
    margin-bottom: 0
}

.content_box .center {
    display: flex;
    flex-direction: column;
    align-items: center
}

.testimonials_box strong {
    color: #000
}

.testimonials_box h3 {
    font-size: 30px;
    margin: 0 0 15px 0
}

.test {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0
}

.test_small {
    font-size: 16px;
    font-style: italic;
    margin: 0 0 10px 0
}

.testimonials_box p {
    color: #000;
    font-size: 18px
}

#contact-box {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    position: relative
}

#contact-box-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 0;
    position: relative
}

#contact-box strong{
	color:#fff;
}

#contact-box p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 30px 0;
    text-align: center;
    max-width: 800px
}

#contact-box p a {
    text-decoration: underline;
    color: #000;
    font-weight: 700
}

#contact-box p a:active,
#contact-box p a:focus,
#contact-box p a:hover {
    color: #f7ee22
}

#contact-box .btn {
    margin: 0
}

#contact_page_form {
    padding: 60px 0;
    margin-top: 60px
}

#contact_page_form .center {
    display: flex
}

.contact_details_container {
    width: auto;
    box-sizing: border-box;
    padding-right: 100px;
    min-width: 550px
}

.contact_half {
    width: auto
}

#contact_page_form h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 30px 0
}

#contact_page_form strong {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px
}

#contact_page_form a,
#contact_page_form p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px 0;
    width: 100%
}

#contact_page_form span {
    color: #fff
}

#contact_page_form input,
#contact_page_form textarea {
    margin: 5px 0 20px 0;
    padding: 10px;
    font-size: 18px
}

#contact_page_form textarea {
    height: 140px
}

.contact_details {
    margin-bottom: 30px
}

.contact_details:last-of-type {
    margin-bottom: 0
}

.contact_details_half {
    display: flex
}

.contact_details_name {
    width: 120px
}

.contact_details_name strong{
	font-size:20px;
}

.contact_details_name:first-of-type {
    margin-top: 30px
}

.contact_details_text {
    width: calc(100% - 120px);
    margin: 0 0 20px 0
}

.contact_details_text p{
	margin: 5px 0
}

#contact_page_form p.form_message {
    margin-bottom: 20px
}

.error p {
    color: #d30404;
    margin: 40px 0 0 0
}

.thank-you-container p {
    font-size: 18px
}

.g-recaptcha {
    margin-top: 20px
}

@media(max-width:950px) {
    #contact_page_form .center {
        display: flex;
        flex-direction: column-reverse
    }
    .contact_half {
        width: 100%;
        margin-bottom: 40px
    }
    .contact_details_half {
        width: 100%
    }
    .contact_details_container {
        width: 100%;
        padding-right: 0;
        min-width: auto
    }
}

/* Quote Form */

.quote-form{
	background-color:#F4F4F4;
	box-sizing:border-box;
	padding:40px;
	margin:40px 0;
}

form h2 {
    width: 100%;
    clear: both;
    font-size: 22px;
    text-transform: uppercase;
    color: #131857;
    margin: 0 0 20px 0;
}

form label {
    display: block;
    width: 100%;
    margin-right: 2%;
}

form.quote-form label {
    width: 23%;
	margin-bottom:20px;
}

input,
select,
textarea{
	padding:10px;
	margin-top:3px;
	border:none;
	width:100%;
	box-sizing:border-box;
	line-height: normal;
}

form p {
    color: #000;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
	width:auto;
}

input[type="radio" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: radio;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

form.quote-form .btn-contact {
    font-weight: 600;
    font-size: 14px;
    background-color: #F3D70D;
    color: #fff;
    padding: 14px 24px;
    box-sizing: border-box;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
}

.contact_form_seven .contact_form_custom{
	padding: 20px 20px 10px 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	border-color: #82C341!important;
	color: #fff!important;
	margin:0 0 20px 0!important;
	box-sizing: border-box!important;
}

.wpcf7-not-valid-tip{
	font-style:italic!important;
	color:#82C341!important;
}

@media (max-width: 1000px){
	form.quote-form label {
		width: 48%;
	}
}

@media (max-width: 600px){
	form.quote-form label {
		width: 100%;
		margin-right:0;
	}
	.quote-form{
		padding:40px 20px;
	}
}

/* Footer */

footer {
    box-sizing: border-box;
    padding: 60px 0 0 0;
    width: 100%;
}

footer .center {
    display: flex
}

#footer-locations {
    margin: 0 auto
}

#footer-links {
    margin-left: auto
}

#footer-logo{
    width: 100%;
    margin-top: 25px;
    position: relative;
    justify-content: flex-start;
	margin-bottom: 40px;
}

#footer-logo img {
    width: 100%;
    height: auto
}

#footer-logo-text {
    width: 170px
}

#footer-logo-text p {
    text-align: center;
    margin-top: 10px;
    font-weight: 700
}

#footer-logo .fa-phone {
    font-size: 20px;
    margin-top: 5px
}

#footer-logo a {
    display: block
}

.footer-grid-box {
    display: flex;
    flex-direction: column;
	max-width: 25%;
}

#footer-accreditations {
    max-width: 220px
}

footer #footer-accreditations p {
    font-size: 14px;
    margin: 20px 0 10px 0
}

footer #footer-accreditations .furn-img {
    display: block;
    width: 220px;
    height: auto;
    margin-bottom: 5px !important
}

footer #footer-accreditations .furn-link {
    font-size: 14px
}

#footer-button {
    display: flex;
    align-items: flex-end
}

#footer-button .btn-alt {
    margin: 0;
    align-self: flex-start
}

.contact-container {
    display: flex;
    flex-direction: column
}

footer .address-box {
    display: flex
}

footer .address-box p {
    max-width: 220px
}

footer i {
    color: #fff
}

.footer-grid-box i {
    font-family: fontawesome;
    margin: 0 12px 0 0;
    font-size: 16px;
    color: #fff
}

.address-box i {
    font-size: 25px
}

.nav-phone i {
	font-size: 20px
}

.footer-grid-box .fa-phone {
    font-size: 20px
}

.footer-grid-box .fa-facebook-f {
    font-size: 19px;
    margin-right: 17px
}

#footer-privacy {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff
}

#footer-privacy a {
    width: 100%
}

footer h3 {
    margin: 20px 0 15px 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: left
}

footer li {
    list-style: none;
    margin: 0
}

footer a,
footer p {
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    margin: 0 0 7px 0;
    font-weight: 400
}

a.nav-phone {
    display: flex;
    text-decoration: none
}

footer a:active,
footer a:focus,
footer a:hover {
    color: #fff;
    text-decoration: underline
}

a.nav-phone:active,
a.nav-phone:focus,
a.nav-phone:hover {
    text-decoration: none
}

a.nav-phone:active p,
a.nav-phone:focus p,
a.nav-phone:hover p {
    text-decoration: underline
}

footer a:active p,
footer a:focus p,
footer a:hover p {
    color: #fff;
    text-decoration: underline
}

#footer-bottom .center {
    display: flex;
    padding: 20px 0 40px;
    margin-top: 60px;
    position: relative;
	justify-content: center;
}

#footer-bottom-tom a:hover {
    color: #4c4c4c
}

#footer-bottom p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    max-width: calc(100% - 50px)
}

#footer-bottom strong{
	color:#fff;
}

#footer-bottom a {
    font-size: 16px
}

#footer-bottom ul {
    flex-direction: row
}

#footer-bottom li {
    display: flex;
    align-items: center;
    margin: 0
}

footer #tom-link {
    align-content: flex-end
}

#footer-bottom a {
    margin: 0
}

.social-footer-small {
    margin-left: auto;
    display: flex;
    align-items: center
}

.social-footer-small i {
    font-size: 20px
}

#footer-accreditations img {
    display: block;
    width: 70px;
    height: auto
}

.bluewell_link {
    position: absolute;
    right: 0
}

footer #nav-brand {
    margin: 20px 0 30px 0 !important
}

footer #nav-brand img {
    height: 80px
}

#footer-mobile-logo #nav-brand a {
    height: 100%;
    margin: 0 auto
}

#footer-mobile-logo #nav-brand img {
    height: 100%;
    width: auto
}

@media(max-width:1000px) {
    footer .center {
        flex-direction: column
    }
    #footer-bottom .center {
        flex-direction: column-reverse;
        align-items: center
    }
	#footer-bottom strong{
		color:#fff;
	}
	.footer-grid-box{
		max-width: 300px;
		text-align: center;
	}
	#footer-logo{
		width: 300px;
	}
    .bluewell_link {
        position: relative;
        margin-bottom: 40px
    }
    #footer-address {
        margin: 0 auto;
        text-align: center
    }
    #footer-address i {
        display: none
    }
    #footer-locations {
        margin: 0 auto
    }
    #footer-links {
        margin: 0 auto
    }
    footer .address-box {
        text-align: center
    }
    .contact-container {
        align-items: center
    }
    footer li {
        text-align: center
    }
    #footer-accreditations {
        max-width: none
    }
    #footer-accreditations p {
        text-align: center;
        max-width: 300px
    }
}

#page-missing-links {
    margin-bottom: 60px
}

#page-missing-links li {
    margin: 10px 0
}

#page-missing-links a {
    color: #000
}

#page-missing-links a:active,
#page-missing-links a:focus,
#page-missing-links a:hover {
    color: #2e3192
}

#privacy-content-container {
    margin: 40px 0 60px 0
}

#privacy-content-container h2 {
    font-size: 30px;
    font-weight: 600
}

#privacy-content-container h3 {
    font-size: 22px
}

#privacy-content-container h4 {
    font-weight: 600
}

#map-container {
    margin: 0 0 60px 0
}

#map-container .center {
    display: flex
}

#map {
    height: 400px;
    width: calc(100% - 400px);
    background-color: grey;
    margin: 40px auto 0
}

@media(max-width:850px) {
    #map {
        width: 100%
    }
}

.img-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.img-double img {
    display: block;
    width: 100%;
    height: auto
}

@media(max-width:500px) {
    .img-double {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px
    }
}

#header-page-small {
    margin-top: 160px;
    padding: 40px 0 0
}

@media(max-width:700px) {
    #header-page-small {
        margin-top: 100px
    }
}

/* Other */

#header-page-small h1 {
    margin: 10px 0 0
}

#header-page-small h3 {
    color: #82C341;
    margin: 0
}

#privacy-content-container {
    margin: 40px 0 60px 0
}

#privacy-content-container h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000
}

#privacy-content-container h3 {
    font-size: 22px
}

#privacy-content-container h4 {
    font-weight: 600
}

.captcha input {
    width: auto;
    margin-left: 5px
}

form input[type=Submit] {
    margin-top: 30px
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #82C341;
    color: #fff;
    font-size: 22px;
}