/*	Theme Name: Drakkar	Description: Drakkar WordPress Theme	Version: 1.4.3	Tags: Blank, HTML5, CSS3*//*------------------------------------*\    MAIN\*------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,300i,400,400i,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,700i,900');

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('fonts/ProximaNovaBold.eot');
    src: url('fonts/ProximaNovaBold.eot') format('embedded-opentype'), url('fonts/ProximaNovaBold.woff2') format('woff2'), url('fonts/ProximaNovaBold.woff') format('woff'), url('fonts/ProximaNovaBold.ttf') format('truetype'), url('fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('fonts/ProximaNovaLight.eot');
    src: url('fonts/ProximaNovaLight.eot') format('embedded-opentype'), url('fonts/ProximaNovaLight.woff2') format('woff2'), url('fonts/ProximaNovaLight.woff') format('woff'), url('fonts/ProximaNovaLight.ttf') format('truetype'), url('fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/ProximaNovaRegular.eot');
    src: url('fonts/ProximaNovaRegular.eot') format('embedded-opentype'), url('fonts/ProximaNovaRegular.woff2') format('woff2'), url('fonts/ProximaNovaRegular.woff') format('woff'), url('fonts/ProximaNovaRegular.ttf') format('truetype'), url('fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('fonts/ProximaNovaSemibold.eot');
    src: url('fonts/ProximaNovaSemibold.eot') format('embedded-opentype'), url('fonts/ProximaNovaSemibold.woff2') format('woff2'), url('fonts/ProximaNovaSemibold.woff') format('woff'), url('fonts/ProximaNovaSemibold.ttf') format('truetype'), url('fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 16px;
    color: #777;
    box-sizing: border-box
}

a {
    color: #1b1b1b;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}

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

.wrapper {
    max-width: 1174px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #777;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 16px;
    opacity: 0.7;
    color: #4d4e4e;
    font-family: 'ProximaNovaRegular';
    text-transform: capitalize;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 16px;
    opacity: 0.5;
    color: #4d4e4e;
    font-family: 'ProximaNovaRegular';
    text-transform: capitalize;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 16px;
    opacity: 0.7;
    color: #4d4e4e;
    font-family: 'ProximaNovaRegular';
    text-transform: capitalize;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    font-size: 16px;
    opacity: 0.7;
    color: #4d4e4e;
    font-family: 'ProximaNovaRegular';
    text-transform: capitalize;
}

/*Header*/
.logo {
    display: inline-block;
    text-align: right;
    width: auto;
}

.menu-toggle {
    display: none;
}

/*Nav*/
.header-right {
    display: inline-block;
    float: right;
    text-align: right;
    padding: 30px 0 0
}

.header-right p, .header-right ul {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    padding: 0;
    font-size: 22px;
    font-family: 'ProximaNovaBold';
    font-weight: normal;
    margin: 0
}

.header-right p:first-child {
    letter-spacing: 3px;
}

.header-right ul {
    margin: 0 30px;
}

.social-media {
    line-height: 20px;
}

.social-media li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}

.social-media li i {
    width: 25px;
    height: 25px;
    background-image: url(images/social-icon.png);
    background-repeat: no-repeat;
    display: block;
    opacity: 0.5
}

.social-media li i.facebook { background-position: 1px center }
.social-media li i.twitter { background-position: -31px center }
.social-media li i.instagram { background-position: -63px center; margin-right: 1px; }
.social-media li i.youtube { background-position: -96px center }
.social-media li i.linkedin { background-position: -127px center }

.social-media a {
    color: #7a7c91;
    font-size: 25px;
    margin-right: 5px;
    display: block;
}

.social-media a:hover i, .social-media li.active a i {
    opacity: 1
}

.header-right p a {
	border: 1px solid #22b1ec;
    color: #fff;
	/* background: #22b1ec url(images/btn-bg.png) no-repeat right center; */
    padding: 0 20px;
    position: relative;
    font-size: 15px;
    font-family: 'ProximaNovaBold';
	/* margin-right: 15px; */
    vertical-align: top;
    line-height: 32px;
    display: block;
}

.header-right p a:hover { background-color: rgba(34, 177, 235, 0.2);} 

/*
.header-right p a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 32px solid transparent;
    border-left: 5px solid #22b1ec;
    border-right: 0px solid transparent;
    border-bottom: 0px solid transparent;
    right: -5px;
    top: 0
}
*/

nav.navbar {
    	padding: 0;
    	background: #2F3451;
	margin-bottom: 1px;
}

nav.navbar .wrapper:before {
    width: 5000px;
    position: absolute;
    left: -5000px;
    content: '';
    background: #2F3451;
    height: 100%;
}

.nav.menu-nav {
    list-style: none;
    text-align: center;
    padding: 0;
    text-align: right;
    clear: both;
    display: block;
    margin: 8px 0 0;
    position: relative;
}

.nav.menu-nav li {
    display: inline-block;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    float: left;
}

.nav.menu-nav li a {
    font-size: 14px;
    color: #fff;
    padding: 0 0 25px;
    text-decoration: none;
    letter-spacing: 0px;
    font-family: 'ProximaNovaSemibold';
}

.nav.menu-nav li a:after {
    content: '|';
    display: inline-block;
    transform: rotate(-25deg);
    margin: 0 20px;
}

.nav.menu-nav li:last-child a:after {
    content: none;
}

.nav.menu-nav li a:hover, .nav.menu-nav li.active a {
    color: #62d1ff
}

.nav.menu-nav li a:hover:after, .nav.menu-nav li.active a {
    color: #fff
}

.nav.menu-nav li .sub-menu {
    background: #7a7c91;
    border-top: 2px solid #fff;
    margin: 0 auto;
    padding: 5px 10px;
    position: absolute;
    top: 40px;
    width: 150px;
    z-index: 9999;
    display: none;
}

.nav.menu-nav li:hover .sub-menu {
    display: block;
}

.nav.menu-nav li .sub-menu li {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    clear: both;
}

.nav.menu-nav li .sub-menu li a, .nav.menu-nav li.current-menu-item .sub-menu li a {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    color: #fff !important;
    word-wrap: break-word;
}

.nav.menu-nav li .sub-menu li a:hover, .nav.menu-nav li.current-menu-item .sub-menu li a:hover {
    color: #62d1ff !important
}

.nav.menu-nav li .sub-menu li:last-child a {
    border: none;
}

.nav.menu-nav li .sub-menu li a:after {
    content: none;
}

.nav.menu-nav li:last-child .sub-menu {
    right: 0
}

/*Slider*/
section.slider {
    clear: both;
    margin: 0 auto;
    position: relative;
}

section.slider ul.slides li {
    position: relative;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

section.slider .flex-caption {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff
}

section.slider .wrapper {
    padding: 0 80px;
}

.column.slider-content {
    padding-right: 70px;
}

section.slider .flex-caption h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 15px;
    line-height: 40px;
    margin-bottom: 15px;
}

section.slider .flex-caption h2:first-letter {
	border-bottom: 2px solid #22b1ec;
}

.flex-caption p {
    font-size: 17px;
    margin: 0;
    padding: 10px 190px 10px 0;
    color: #fff;
}

.flex-caption a {
	border: 1px solid #22b1ec;
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    padding: 5px 30px;
    margin-top: 30px;
	/*    background: #146b8e; */
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    position: relative;
    letter-spacing: 1px;
    font-weight: normal;
}

.flex-caption a:hover { background-color: rgba(34, 177, 235, 0.2);} 

/*
.flex-caption a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-left: 5px solid #146b8e;
    border-right: 0px solid #146b8e;
    border-bottom: transparent;
    border-left: 5px solid #146b8e;
    right: -5px;
    top: 0
}
*/

section.slider ol.flex-control-nav {
    bottom: 10px;
    position: absolute;
}

section.slider .column {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}

.column.slider-form .forms {
    background: rgba(0, 0, 0, 0.5);
    float: right;
    padding: 30px 20px;
    width: 300px;
    position: relative;
    left: 390px;
}

section.slider .column.slider-form {
    position: absolute;
    top: 75px;
    width: 400px;
    right: 0;
    left: 0;
    margin: 0 auto
}

.forms h4 {
    font-size: 19px;
    color: #fff
}

.column.slider-form p {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 10px 0px;
    color: #fff;
    margin: 0
}

.column.slider-form .forms .gform_wrapper {
    margin: 0
}

.column.slider-form .forms .gform_wrapper li input, .column.slider-form .forms .gform_wrapper li textarea {
    width: 100%;
    line-height: 40px;
    background: #fff;
    border: none;
    margin: 0;
    padding: 0 10px !important;
    box-sizing: border-box;
    margin-bottom: 5px;
    border-radius: 0 !important
}

.column.slider-form .forms .gform_wrapper li textarea {
    line-height: 25px;
    height: 125px;
}

.gform_footer.top_label input.button.gform_button {
	border: 1px solid #187fa9;
    width: auto;
    background: #eaeaed; 
	color: #187fa9;
    line-height: 35px !important;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    position: relative;
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    border-radius: 0 !important
}

.gform_footer.top_label input.button.gform_button:hover { background-color: rgba(24, 127, 169, 0.1);} 

.forms .gform_footer.top_label {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    padding: 0;
    width: auto;
    height: 35px;
}

.forms .gform_footer.top_label:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-left: 5px solid #7a7c91;
    border-right: 0px solid #7a7c91;
    border-bottom: transparent;
    border-left: 5px solid #7a7c91;
    right: -5px;
    top: 0
}

.column.slider-form .forms .gform_wrapper .gform_heading {
    display: none;
}

.gf_browser_gecko.gform_wrapper form .gform_body li {
    margin: 0 auto;
    padding: 0 !important
}

.column.slider-form .forms .gform_wrapper li label.gfield_label {
    display: none;
}

/*Intro*/
section h2 {
    font-size: 45px;
    color: #4e4e50;
    text-align: center;
}

.intro {
    text-align: center;
    padding: 70px 0
}

.intro p {
    color: #2f3450;
    padding: 0 150px;
}

.intro h2 {
    color: #2f3450;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.intro .row {
    width: auto;
    float: none;
    margin: 40px -10px 0;
}

.intro .column {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    background: #2f3450;
    padding: 20px;
    margin: 20px 5px;
    box-sizing: border-box;
    position: relative;
}

.intro .column:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid solid none;
    border-width: 42px 0 medium 15px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.intro .column img {
    margin-bottom: 5px;
}

.intro .column h3 {
    font-size: 25px;
    color: #7a7c91;
}

.intro .column p {
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}

.testimonials {
    background: #eaeaed;
    padding: 60px 0;
    overflow: hidden;
}

.testimonials h2 {
    color: #2f3450;
    font-size: 25px;
    text-transform: uppercase;
}

.testimonials .column {
    display: inline-block;
    width: 46%;
    text-align: center;
    margin-top: 10px;
}

.testimonials .column:last-child {
    float: right;
}

.testimonials .column p {
    color: #2f3450;
    font-style: italic;
    margin-bottom: 0
}

.testimonials .column strong {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    color: #2f3450
}

.services {
    background: #7a7c91;
    padding: 60px 0;
    overflow: hidden;
    clear: both;
}

.services h2 {
    color: #2f3450;
    font-size: 25px;
    text-transform: uppercase;
}

.services .column {
    float: left;
    width: 33%;
    text-align: center;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

.services ul {
    padding: 0;
    position: relative;
    padding-right: 30px;
}

.services li {
    color: #fff;
    list-style: none;
    text-align: left;
    position: relative;
    padding: 10px 0 10px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.services li:before {
    content: ''; background: url(images/service-bg-icon.png) no-repeat left -5px;
    width: 21px;
    height: 38px;
    display: inline-block;
    position: absolute;
    left: 0
}

.services .column ul:after {
    background: #2f3450;
    content: "";
    height: 80%;
    position: absolute;
    right: 20px;
    top: 10px;
    transform: rotate(-20deg);
    width: 1px;
}

.services .column:last-child ul:after {
    content: none;
}

footer {
    background: #2f3450;
    padding: 50px 0;
}

footer .signup {
    margin-bottom: 30px;
}

footer .signup p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    margin-top: 0
}

footer .signup .input-row {
    display: inline-block;
    margin-right: 5px;
    width: 27%;
    vertical-align: top;
}

footer .signup .input-row.input-email {
    width: 34%;
}

footer .signup .input-button {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

footer .signup input {
    line-height: 40px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 0
}

.signup form .input-button {
    position: relative;
    display: inline-block;
    background: #7a7c91
}

.signup form .input-button input {
    display: inline-block;
    background: #7a7c91;
    border: 1px solid #7a7c91;
    font-size: 16px;
    padding: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0
}

.signup form .input-button:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 42px solid transparent;
    border-left: 5px solid #7a7c91;
    border-right: 0px solid #7a7c91;
    border-bottom: transparent;
    border-left: 15px solid #7a7c91;
    right: -15px;
    top: 0
}

footer input::-webkit-input-placeholder {
    color: #7a7c91;
    text-transform: uppercase;
    opacity: 0.7
}

footer input::-moz-placeholder {
    color: #7a7c91;
    text-transform: uppercase;
    opacity: 0.7
}

footer input:-ms-input-placeholder {
    color: #7a7c91;
    text-transform: uppercase;
    opacity: 0.7
}

footer input:-moz-placeholder {
    color: #7a7c91;
    text-transform: uppercase;
    opacity: 0.5
}

footer .column-menu {
    width: 70%;
    display: inline-block;
}

footer ul {
    padding: 0;
    margin: 0
}

.column-menu li {
    display: inline-block;
    list-style: none;
    margin: 0;
    vertical-align: middle;
}

.column-menu li a {
    font-size: 14px;
    color: #7a7c91;
    padding: 0;
    text-decoration: none;
    letter-spacing: 0px;
    font-family: 'ProximaNovaSemibold';
}

.column-menu li a:after {
    content: '|';
    display: inline-block;
    transform: rotate(-25deg);
    margin: 0 15px;
}

.column-menu li:last-child a:after {
    content: none;
}

.column-menu li a:hover, .column-menu li.current-menu-item a {
    color: #fff !important
}

.column-menu a:hover:after, .column-menu li.current-menu-item a:after {
    color: #7a7c91
}

.copyright {
    display: block;
    margin-top: 30px;
}

.copyright ul a {
    content: none;
    font-size: 20px;
    margin-right: 5px;
    display: block;
}

.copyright ul, .copyright p {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    font-family: 'MyriadPro-Regular';
    vertical-align: middle;
}

.copyright ul a:after {
    content: none;
    font-size: 20px;
    margin-right: 10px
}

footer .contat-detls {
    width: 25%;
    display: inline-block;
    float: right;
    text-align: right;
}

.contat-detls h4 {
    font-size: 14px;
    font-family: 'ProximaNovaSemibold';
    color: #7a7c91
}

.contat-detls address {
    font-style: normal;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}

.contat-detls address a {
    color: #fff;
}

/*About Page*/
.page-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.section-row {
    padding: 70px 0;
    display: block;
    overflow: hidden;
}

.section-row .row {
    float: none;
    margin: 0 -40px;
    width: auto;
}

.section-row .title h2 {
    color: #2f3450;
    font-size: 33px;
}

.section-row .column {
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
    float: left;
}

.section-row p {
    color: #2f3450
}

.section-row iframe {
    width: 100%;
}

.title h2 {
    text-transform: uppercase;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    border: none !important;
    background: none !important;
}

.column.slider-form form .validation_error {
    display: none !important;
}

.column.slider-form form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .gform_wrapper ul.gform_fields li.gfield {
    margin: 0 !important;
    padding: 0 !important
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .column.slider-form .gform_wrapper li.gfield.gfield_error {
    margin: 0 !important;
    padding: 0 !important
}

div#gform_wrapper_1 .gfield.input-row.field_sublabel_below.field_description_below.gfield_visibility_visible {
    padding: 0 !important
}

.nav.menu-nav li .sub-menu {
    background: transparent;
    width: auto;
    padding: 0;
    border: none;
}

.nav.menu-nav li .sub-menu li a, .nav.menu-nav li.current-menu-item .sub-menu li a {
    border: none;
}

.nav.menu-nav li .sub-menu li {
    color: #fff;
    background: #7a7c91 url(images/btn-bg.png) no-repeat right center;
    padding: 0 10px;
    position: relative;
    font-size: 15px;
    font-family: 'ProximaNovaBold';
    margin-right: 15px;
    vertical-align: top;
    line-height: 32px;
    display: block;
    border-bottom: 1px solid #2F3451
}

.nav.menu-nav li .sub-menu li:first-child:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 34px solid transparent;
    border-left: 10px solid #7a7c91;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #2f3451;
    right: -10px;
    top: 0
}

.nav.menu-nav li .sub-menu li:first-child {
    padding-right: 0
}

.nav.menu-nav li .sub-menu li a {
    padding: 0 !important
}

.nav.menu-nav li .sub-menu li:first-child::before {
    background: #2f3451 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    right: -10px;
    width: 10px;
    z-index: 99999;
}

/* SlashDot - Start */

h3 { color: #2f3450; font-size: 24px; }
.title { margin-bottom: 30px; }
.current-menu-item a { color: #22b1ec !important; }
.nav.menu-nav li.current-menu-item a:after { color: #fff !important; }
.section-row.about-us ul li { list-style: outside none disc; }
.sd_text_12 { font-size; 12px; }

.sd_service_span1 {
    display: inline-block;
    float: left;
    width: 55px;
}

.sd_service_i {
    color: #2f3450;
}

.sd_service_span2 {
    vertical-align: middle;
}

.single-post .page-banner {
    	background-position: top center;
    	background-repeat: no-repeat;
	background-size: auto;
    	height: 400px;
	margin-top: 40px
}

#gform_1 ul {
    padding-left: 0;
}

#gform_fields_1 form li, #gform_fields_1 li {
    list-style: none;
    overflow: visible;
}

#gform_fields_1 .gfield_label {
    display: none;
}

#panel-22-0-2-0 h3 {
    text-align: center;
}

#gform_2 ul {
    padding-left: 0;
}

#gform_fields_2 form li, #gform_fields_2 li {
    list-style: none;
    overflow: visible;
}

#gform_fields_2 .gfield_label {
    display: none;
}

.sd_form_field input, .sd_form_field textarea {
    border: 1px solid #2f3450;
    font-size: 15px;
    margin-bottom: 7px;
	max-height:130px !important;
    padding: 9px;
    padding-left: 5px;
    width: calc(100% - 16px);
}

.sd_form_field_med input, .sd_form_field_med textarea {
    max-width: 400px;
}

.sd_home_lwr_button a { border: 1px solid #22b1ec; display: inline-block; font-size: 15px; line-height: 35px; padding: 0px 20px; margin-top: 10px; /* background: #22b1ec; */ color: #fff; text-decoration: none; font-weight: bold; text-transform: uppercase; font-family: 'ProximaNovaBold'; position: relative; letter-spacing: 1px;font-weight: normal; }

.sd_home_lwr_button a:hover { background-color: rgba(34, 177, 235, 0.2);} 

/*
.sd_home_lwr_button a:after { content: ''; position: absolute; width: 0; height: 0; border: 35px solid transparent; border-left: 5px solid #22b1ec; border-right: 0px solid #22b1ec; border-bottom: transparent; border-left: 5px solid #22b1ec; right: -5px; top: 0 }
*/

/*
.view-article a { display: inline-block; font-size: 15px; line-height: 35px; padding: 0px 20px; margin-top: 10px; background: #7a7c91; color: #fff; text-decoration: none; font-weight: bold; text-transform: uppercase; font-family: 'ProximaNovaBold'; position: relative; letter-spacing: 1px;font-weight: normal; }

.view-article a:after { content: ''; position: absolute; width: 0; height: 0; border: 35px solid transparent; border-left: 5px solid #7a7c91; border-right: 0px solid #7a7c91; border-bottom: transparent; border-left: 5px solid #7a7c91; right: -5px; top: 0 }
*/


.section-row ul { color: #2f3450; font-size: 16px; line-height: 24px; font-family: 'Montserrat', sans-serif; font-weight: 300; }

.view-article {  border: 1px solid #187fa9; display: block; font-size: 15px; line-height: 35px; padding: 0px; margin: auto; margin-bottom: 0px; margin-top: 10px; /* background: #22b1ec; */ color: #187fa9; text-decoration: none; font-weight: bold; text-transform: uppercase; font-family: 'ProximaNovaBold'; position: relative; letter-spacing: 1px;font-weight: normal; width: 150px; }

.view-article:hover { background-color: rgba(24, 127, 169, 0.2);} 

.sd_news_listing_1 { background-color: #eaeaed; margin-bottom: 20px; padding:40px; padding-bottom:30px; text-align: center; }
.sd_news_listing_2 { background-color: #ffffff; margin-bottom: 20px; padding:40px; padding-bottom:30px; text-align: center; }

.wp-post-image { margin-bottom: 15px; max-height: 250px;  max-width: 100%; }

/*
a .sd_home_lwr_button {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    padding: 0px 20px;
    margin-top: 30px;
    background: #FFFFFF;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    position: relative;
    letter-spacing: 1px;
    font-weight: normal;
}
*/

.sd-button1 {
    border: 1px solid #187fa9;
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0 20px;
    color: #187fa9;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    position: relative;
    letter-spacing: 1px;
    font-weight: normal;
 }

.sd-button1:hover { background-color: rgba(24, 127, 169, 0.2);} 

/* SlashDot - End */