html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2c3e50;
    -webkit-overflow-scrolling: touch;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.1em;
    color: inherit;
    font-weight: normal;
}

h1 {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

h3 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.3em;
}

h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

h5 {
    font-size: 16px;
}

.orange {
    color: #e5d433;
}


p {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: inherit;
    font-size: 1em;
    margin-bottom: 0.6em;
}

.col {
    -webkit-columns: 2 32em;
    -moz-columns: 2 32em;
    columns: 2 32em;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

.col h2 {
    margin-top: 1em;
}

li {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul,
ol {
    margin-top: 30px;
    margin-bottom: 10.5px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 2em;
    text-indent: 0em;
    margin-bottom: 0.8em;
}

.content li {
    margin-bottom: 0.3em;
    line-height: 1.2em;
    padding-left: 1em;
    text-indent: -1.2em;
}

.content li:before {
    padding-right: 7px;
    color: #979a9e;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    border-color: #FFF;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background: #F57411;
    border: 1px solid #FFF;
    cursor: pointer;
    color: #FFF;
    font: bold 16px/1.2 Arial;
    font-family: inherit;
    padding: 6px 12px 6px;
    text-shadow: rgba(0, 0, 0, 0) 0 1px 1px;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #ecf0f1;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #b4bcc2;
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #ecf0f1;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #ecf0f1;
    border-left: 0;
    text-align: right;
}

address {
    margin-bottom: 14px;
    font-style: normal;
    line-height: 1.42857143;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
    background: none;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #b4bcc2;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
}

/** Branding Zone **/

.logo-img {
    text-align: center;
}

.logo-img img {
    width: 70%;
}

.region-branding-inner {
    padding: 12px 0px;
}

.zone-branding-wrapper {
    text-align: center;
}

.region-sidebar-second-inner .block-title {
    font-size: 1.5em;
    padding-top: 0px;
    padding-bottom: 0px;
}

#region-sidebar-first {
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background-color: #F57411;
    padding: 70px 5px;
}

/** Menu Zone **/

#section-header {
    top: 0px;
    width: 100%;
}

#zone-menu-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 50;
}


.region-menu-inner {
    padding-bottom: 10px;
}

/** Menu Styling protocols - m_menu_style **/


.sf-menu li a {
    padding: 8px 16px;
}

.sf-menu li a:hover {
    color: #e5d433;
    text-decoration: none;
}

.sf-menu li.sf-depth-2 {
    background: #FFF;
}

.sf-depth-1 ul {
    width: 14em;
    padding-left: 0px;
}

.sf-accordion-toggle {
    text-align: center;
}

ul.inline li {
    padding: 15px;
    margin-right: 0px;
    margin-left: 0px;
}

.inline li {
    margin-right: 0px;
    padding: 0px;
}

/** Header Zone **/

#zone-header-wrapper {
    background-image: url(../assets/header-front-2.jpg);
    background-color: #F57411;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: scroll;
}

.region-header-first-inner {
    padding-top: 8vh;
}

/* Slideshow Header Zone */

.slider-button {
    font-family: arial;
    font-size: .8em;
    background-color: #F57411;
    text-align: center;
    text-transform: uppercase;
}

.homepage-slider {
    background: rgba(0, 0, 0, .5);
    color: white;
    font-family: lora;
    font-size: 1em;
    line-height: 1.4;
    text-align: center;
    padding: 30px 70px;
}

.homepage-slider .field-content {
    padding-bottom: 20px;
}

/** Preface Zone m_preface **/

#zone-preface-wrapper {
    background-color: #20459D;
    color: #fff;
}

.block-title {
    padding: 20px 0px;
}

.view-services {
    line-height: 1.4em;
}

.views-field-title {
    padding: 10px 0px;
}

.views-field-title a:hover,
a:focus {
    text-decoration: none;
}

.view-services .views-row {
    padding: 25px 5px;
    display: inline-block;
    width: 75%;
    vertical-align: top;
}

.view-services img {
    width: 50%;
}

.view-services .views-row:hover {
    color: #e5d433;
}

.view-services .views-row:hover .btn {
    background-color: #e5d433;
    color: #20459D;
    border-color: #e5d433;
}

#region-preface-first {
    color: white;
    text-align: center;
}

.region-preface-first-inner {
    padding: 50px 0px;
}

#region-preface-second-wrapper {}

.region-preface-second-inner {
    text-align: center;
    padding: 40px;
    0px;
}

#block-block-8 p {
    margin-bottom: 0px;
}


#block-views-team-block-1 .views-field-field-tm-image {
    display: block;
    width: 100%;
}

#block-views-team-block-1 .team-right {
    display: block;
    width: 100%;
    text-align: center;
}

/** Gallery Styling m_gallery **/

.gallery-grid .views-row {
    display: inline-block;
    width: 26%;
    margin: 3%;
    vertical-align: top;
}

/** Content Zone m_content **/

#zone-content-wrapper {}

#zone-content {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.ui-state-hover {}

.ui-icon {
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-icon-triangle-1-e {
    background-position: 0px 0px;
}

.ui-icon-triangle-1-s {
    background-position: 0px 0px;
}

.ui-state-default .ui-icon {
    background-image: url(../assets/nav-open.png);
}

.ui-state-active .ui-icon {
    background-image: url(../assets/nav-close.png);
}

.ui-accordion {
    background-color: #fff;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -8px;
}

.region-sidebar-second-inner {
    padding-top: 20px;
}

/** Postscript Zone m_postscript **/

#zone-postscript-wrapper {
    background-color: #20459D;
}

.page-node-5 #zone-postscript-wrapper {
    background-color: #F57411;
}

#zone-postscript {
    color: white;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-node-5 #zone-postscript {
    padding-top: 0px;
    padding-bottom: 0px;
}

.guarantee p {
    text-align: center;
    font-family: lora;
    font-size: 1.7em;
    color: white;
    padding-top: 80px;
}


.view-team {
    line-height: 1.4;
}

.view-team .views-row {
    padding: 20px 5px;
    display: inline-block;
    width: 75%;
    vertical-align: top;
}


.views-field-title {
    color: #e5d433;
    text-transform: uppercase;
}

/* Slideshow Zone*/

#region-slideshow-inner {}

#zone-slideshow {
    padding: 50px 0px;
}

.safety-check {
    text-align: center;
}

.conditions-section {
    font-size: 0.8em;
    line-height: 100%;
}

#block-views-affiliates-block {
    padding-top: 50px;
}

.view-affiliates .views-row {
    display: block;
    width: 100%;
    text-align: center;
}

.quote p {
    font-family: 'Lora', Arial;
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.3;
    padding: 0px 20px;
}

/** Footer Zone - m_footer**/

#zone-footer-wrapper {
    background-color: #20459D;
    padding-bottom: 40px;
    padding-top: 40px;
}

.region-footer-first-inner {
    font-family: inherit;
    color: white;
    text-align: left;
    font-size: 0.7em;
    line-height: 70%;
}

#region-footer-second {
    text-align: right;
}

.copyright p {
    color: white;
    text-align: right;
    font-size: 0.7em;
}

/** Footer Menu m_footer_menu**/

#block-system-main-menu {
    padding: 10px 0px 0px 15px;
}

#block-system-main-menu ul {
    float: left;
    height: 30px;
}

#block-system-main-menu li {
    float: left;
    height: 30px;
    display: inline;
    margin: 0px;
    padding: 0px;
}

#block-system-main-menu li a {
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    display: block;
    color: #e7e7e7;
    font-size: 0.8em;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    outline: 0;
    font-family: inherit;
    height: 45px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #2c3e50;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(44, 62, 80, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(44, 62, 80, 0.6);
}

.form-item::-moz-placeholder {
    color: #acb6c0;
    opacity: 1;
}

.form-item:-ms-input-placeholder {
    color: #acb6c0;
}

.form-item::-webkit-input-placeholder {
    color: #acb6c0;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 11px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #2c3e50;
    border: 0;
    border-bottom: 1px solid transparent;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


textarea {
    height: 6em;
}

input.form-text {
    max-width: 100%;
}

/** video player Theme area **/

.videoplayer {
    background: black;
    border: ;
    padding: 10px;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.break-word {
    word-wrap: break-word;
}

p {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    word-wrap: break-word;
}

.phone-number {
    line-height: 80px;
    color: #20459D;
    vertical-align: middle;
    font-size: 1.2em;
    margin-bottom: 0px;
}

.region-user-first {
    text-align: center;
    padding-top: 40px;
}

.testimonials-slide {
    padding-top: 20px;
    padding-bottom: 20px;
}

.views_slideshow_pager_field .views_slideshow_pager_field_item {
    background: rgba(0, 0, 0, 0.1);
    width: 8px;
    height: 15px;
    overflow: hidden;
    margin: 5px;
    border-radius: 50%;
    float: left;
}

.views_slideshow_pager_field .views_slideshow_pager_field_item a {
    color: transparent;
}

.views-slideshow-pager-fields .active {
    background: #20459D;
}

.views-slideshow-cycle-processed .views-slideshow-controls-bottom,
.views-slideshow-cycle-processed .views-slideshow-controls-top {
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}