/* Defaults & helpers */
html {
    font-size: 1em;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arimo', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body {
    font-size: 100%;
    line-height: 1.7;
    color: #383838;
    overflow-x: hidden;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
figure {
    margin-bottom: 0px;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}
.clearfix:after {
    clear: both
}
.boxed-view {
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.to-left,
.alignleft {
    float: left;
}
.to-right,
.alignright {
    float: right;
}
.full-size {
    display: block;
    width: 100%;
}
body .no-padding {
    margin: 0;
}
body .no-padding [class*="col-"] {
    padding: 0;
}
.clean-list,
.inline-list,
.clean-list ul,
.inline-list ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
}
.inline-list:before,
.inline-list:after {
    display: table;
    content: " "
}
.inline-list:after {
    clear: both
}
.inline-list>li {
    float: left;
}
body .center-me,
.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
body .row-fit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body .row-fit>[class *="col-md-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body .no-bottom {
    margin-bottom: 0 !important;
}
.holder-it {
    position: relative;
}
.clean-list {
    margin-bottom: 23px;
}
.uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.soft-corners {
    border-radius: 5px;
}
.hard-corners {
    border-radius: 50%/10%;
}
.round-corners {
    border-radius: 100px;
}
.border-dashed {
    border-style: dashed;
}
.border-double {
    border-style: double;
}
.font-small {
    font-size: 0.667em;
}
.font-2x {
    font-size: 2em;
}
.font-3x {
    font-size: 3em;
}
.font-4x {
    font-size: 4em;
}
.font-5x {
    font-size: 5em;
}
.font-6x {
    font-size: 6em;
}
.font-7x {
    font-size: 7em;
}
.btn-bold a {
    font-weight: 700 !important;
}
.size-20 {
    width: 20%;
}
/* Wordpress core class */
.alignnone {
    float: none;
}
.aligncenter {}
.alignright {
    margin-left: 15px;
}
.alignleft {
    margin-right: 15px;
}
a img.alignright {}
a img.alignnone {}
a img.alignleft {}
a img.aligncenter {}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6
    {
    margin: 1.414em 0 0.5em;
    line-height: 1.2;
    color: inherit;
    font-weight: 600;
}
h1 {
    font-size: 2.16em;
}
h2 {
    font-size: 1.85em;
}
h3 {
    font-size: 1.65em;
}
h4 {
    font-size: 1.45em;
}
h5 {
    font-size: 1.3em;
}
h6 {
    font-size: 1em;
}
p {
    margin: 0 0 1.1em;
    font-weight: 400;
    font-size: 17px;
}
/* Begin Custom Styling */
/* Gradient color1 - color2 - color1  <hr> tag */
hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
#feature {
    background: #fff;
    padding-bottom: 40px;
}
.heading {
    background: url(../images/heading-bg.png) repeat-x left bottom;
}
.features {
    padding: 0;
}
.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}
.feature-wrap h2 {
    margin-top: 10px;
}
.feature-wrap .pull-left {
    margin-right: 25px;
}
.feature-wrap i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align: center;
    background: #ffffff;
    color: #c52d2f;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
}
.feature-wrap i:hover {
    background: #c52d2f;
    color: #fff;
    box-shadow: inset 0 0 0 5px #c52d2f;
    -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
    border: 3px solid #c52d2f;
}
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.center {
    text-align: center;
    padding-bottom: 10px;
}
.center h2 {
    padding: 0 0 20px 0;
    text-transform: uppercase;
    background: url(../images/heading-line.png) no-repeat center bottom;
    font-weight: normal;
    font-size: 24px;
    color: #081945;
    letter-spacing: 1px;
}
.media>.pull-left {
    margin-right: 20px;
}
.media>.pull-right {
    margin-left: 20px;
}
.wp-caption {
    max-width: 100%;
}
body>section {
    padding: 20px 0;
}
/* Center text horizontally */
.center-text {
    text-align: center;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
/* Center a div using Twitter Bootstrap 3 */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
/* Center a container vertically using Twitter Bootstrap 3 */
.vertical-center {
    /* Fallback for vh unit */
    min-height: 100%;
    /* You might also want to use
  'height' property instead.
  Note that for percentage values of
  'height' or 'min-height' properties,
  the 'height' of the parent element
  should be specified explicitly.
  In this case the parent of '.vertical-center'
  is the <body> element */
    /* Make it a flex container */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* Align the bootstrap's container vertically */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* In legacy web browsers such as Firefox 9
   we need to specify the width of the flex container */
    width: 100%;
    /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
   hence the bootstrap's container won't be aligned to the center anymore.
   Therefore, we should use the following declarations to get it centered again */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
/* Error 404 Page */
.ut-layout-404 .entry-title {
    padding: 40px 15px 0;
    text-align: center;
}
.ut-layout-404 .entry-content {
    padding: 0 15px 40px;
    text-align: center;
}
.ut-layout-404 .error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}
.ut-layout-404 .error-actions .btn {
    margin-right: 10px;
    display: inline-block;
}
.ut-layout-404 .btn .fa {
    margin-right: 10px;
}
/* Header */
.header-top-bar {
    height: 40px;
    background-color: #33354f;
    padding: 0px 40px;
}
.header-logo-bar {
    height: 100px;
    background-color: #fbfbfb;
    /* display: -webkit-flex;
display: flex;
align-items: center;*/
}
.fa-periscope:before {
    content: url(../images/periscope.png);
}
a .fa-periscope:hover:before {
    content: url(../images/periscope-hover.png);
}
.DrDMMenu nav {
    padding-top: 5px;
    float: none;
    position: relative;
    display: table;
    margin: auto;
}
.ultimatum-menu .nav-holder .navigation>li>a {
    font-size: 15px;
    padding: 0px 18px;
}
.menu-item-1265,
.menu-item-372 {
    line-height: 26px !important;
}
#logo-container {
    margin-top: 10px;
    margin-bottom: 0px;
}
.site-tagline {
    color: #276E70;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.site-tagline-underline {
    text-decoration: underline;
}
.headerSocial .colwrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headerSocialText {
    font-weight: 700;
    font-size: 16px;
    color: #286c6b;
    display: inline-block;
}
.headerSocialIcons {
    display: inline-block;
}
.headerMenu>a {
    font-size: 45px;
    color: #959595;
    margin-left: 10px;
    display: inline;
}
.headerMiddle .row {
    display: flex;
    align-items: center;
}
.ultSocialContainer {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    margin-left: 5px;
}
/* .ultSocialContainer a .fa {
font-style: normal;
font-weight: normal;
line-height: 1 !important;
font-size-adjust: none;
font-stretch: normal;
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
-webkit-font-language-override: normal;
font-language-override: normal;
-webkit-font-kerning: auto;
font-kerning: auto;
font-synthesis: weight style;
font-variant: normal;
text-rendering: auto;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} */
.ult_social a {
    color: rgba(255, 255, 255, 0.9);
}
.ult_social a:last-child {
    /* padding-right: 5px; */
}
.ult_social a:hover {
    color: #C0B6C3;
}
.ult_social {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    padding: 6px;
}
.DrDMBtn-green a {
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 0.06em;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border-bottom: 3px solid #174f4e !important;
}
.DrDMBtn a {
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 0.06em;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border-bottom: 3px solid #b22349 !important;
}
.DrDMBtn-yellow a {
    font-weight: 700;
    font-size: 20px !important;
    letter-spacing: 0.06em;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 3px solid #806411 !important;
}
.DrDMBtn-yellow-rounded a {
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 3px solid #806411 !important;
}
.DrDMBtn-medium a,
.DrDMBtn-medium button {
    font-weight: 600;
    font-size: 20px !important;
    letter-spacing: 0.06em;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-bottom: 3px solid #b22349 !important;
}
.DrDMBtn-medium-yellow a,
.DrDMBtn-medium-yellow button {
    font-weight: 600;
    font-size: 20px !important;
    letter-spacing: 0.06em;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-bottom: 3px solid #806411 !important;
}
.DrDMBtn-medium-green a,
.DrDMBtn-medium-green button {
    font-weight: 600;
    font-size: 20px !important;
    letter-spacing: 0.06em;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-bottom: 3px solid #174f4e !important;
}
.DrDMBtn-big a,
.DrDMBtn-big button {
    font-weight: 600;
    font-size: 28px !important;
    letter-spacing: 0.06em;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-bottom: 3px solid #b22349 !important;
}
.DrDMBtn-greenbig a,
.DrDMBtn-greenbig button {
    font-weight: 600;
    font-size: 28px !important;
    letter-spacing: 0.06em;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-bottom: 3px solid #174f4e !important;
}
.optimalViewing {
    font-size: 12px;
    text-align: center;
}
.optimalViewing .optimalViewingMobile {
    display: none;
}
.cta-BPS-btn {
    background: #83d6cc !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    margin-bottom: 0px !important;
    max-width: 500px;
    margin: auto;
}
.cta-BPS-btn a {
    background: #de3c67 !important;
    color: #ffffff !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
/* Header BG Changer on Scroll */
.withtop {
    margin-top: 51px;
}
.withbg {
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 80%;
}
/* Nav Nav Bar */
/* nav.nav-holder {
float: left;
}
*/
/* Nav Bar */
.nav-holder {
    float: right;
    position: relative;
    display: table;
    margin: 0 auto;
}
/* Logo */
.logo a {
    display: flex;
    height: 80px;
    vertical-align: middle;
}
.logo img {
    display: block;
    margin: 0;
    padding: 0;
}
.logo-column-flex {
    height: 80px;
}
.logo-column-flex>div {
    display: -webkit-flex;
    display: flex;
}
.logo-tag p {
    margin: 0 0 0.3em;
}
.tagline {
    letter-spacing: -0.01em;
    padding: -5px 0 0 15px;
    font-size: 1.05em;
    /* color: #6d6369; */
    font-weight: 500;
    margin: 0 0 0.3em;
}
/* Logo No Top and Bottom Margins */
#logo-container>h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}
/* Header 8px Top Border and Bottom Shadow */
.headwrapper {
    border-top: 0px solid #777777;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.17);
}
/* Social Icons in the Header */
.ult-column.col-md-8.header-social,
#col-8-2 {
    height: 97px;
    vertical-align: middle;
    line-height: 97px;
}
.ult-column.col-md-8.header-social * {
    padding-right: 0px;
    vertical-align: middle;
}
.ult-column.col-md-8.header-social>div>div>div>a {
    height: 40px;
    width: 40px;
    margin: 0 0px 0 0px;
    padding: 0 3px 0 3px;
    overflow: hidden;
}
.ult-column.col-md-8.header-social>div>div>div>a>i {
    height: 40px;
    width: 40px;
    margin: 0 0px 0 0px;
    padding: 0 3px 0 3px;
    overflow: hidden;
}
.ult-column .col-md-8 .header-social div a i:hover {
    background-color: none;
}
.header-top-bar-social {
    float: right !important;
}
@media only screen and (max-width: 479px) {
    .header-top-bar-social {
        display: none;
    }
}
.header-top-bar-left {
    float: left !important;
}
@media only screen and (max-width: 975px) {
    .header-logo img {
        height: 90px;
        display: block !important;
        float: none;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    div.header-social {
        height: 50px !important;
        line-height: 50px !important;
        vertical-align: middle;
        margin-bottom: 10px;
    }
    div.header-social>div.colwrapper {
        padding-right: 0px !important;
    }
    /* div.ult_social {
    display: block!important;
    float: none;
    text-align:center!important;
    margin-left: auto;
    margin-right:auto;
    padding-right: 0px;
} */
    div.slicknav_menu {
        font-size: 17px;
        padding: 2px;
    }
}
img.aligncenter {
    z-index: 0;
}
#col-37-1.ult-column.col-md-6 {
    z-index: 1;
}
.slicknav_btn {
    margin: 2px 5px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border: 1.5px solid #de3c67;
}
.slicknav_menutxt .slicknav_btn {
    text-shadow: none;
}
.slicknav_menu .slicknav_menutxt {
    color: #de3c67;
    font-weight: 400;
    text-shadow: 0 1px 0 #909090;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #de3c67;
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 #909090;
    -moz-box-shadow: 0 1px 0 #909090;
    box-shadow: 0 1px 0 #909090;
}
#menu-item-792>ul>li>a {
    text-align: left;
}
#s {
    border-radius: 5px;
}
#ultimatummenu-13-responsive-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-top: 25px;
}
#ultimatummenu-14-responsive-menu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
}
.social-share {
    margin-bottom: 10px;
    line-height: 15px;
}
/* Breadcrumbs */
.breadcrumb {}
/* .breadcrumb > li > a {
  padding-left: 20px !important;
} */
ul.breadcrumb {
    margin-left: 0 !important;
    padding-left: 20px !important;
}
.homepage-custom-title {
    font-size: 1.9em;
    padding: 20px 0 !important;
    text-align: center;
}
/* Mobile and Responsive Styling */
@media only screen and (max-width: 599px) {
    .hide_on_mobile {
        display: none;
    }
}
@media only screen and (min-width: 600px) {
    .hide_above_mobile {
        display: none;
    }
}
/* Main Body Container Shadow */
/* #bodywrapper > div > div.ult-container.container {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.22);
} */
header.headwrapper {
    /* -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15); */
}
#wrapper-68 {
    background-size: contain;
}
/* Shadows */
.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
.shadow {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    -webki-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
div.ssbp-wrap {
    clear: both;
    float: left;
}
.DrDM-post-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.nav-holder-mobile {
    display: block;
    position: relative;
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}
nav.nav-holder {
    /* padding-top: 10px; */
    padding-bottom: 10px;
}
div.top-social:nth-child(4) {
    display: block;
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
    overflow: hidden;
}
/* @media screen and (min-width: 980px) {
.top-social > .ult_social {
padding-top: 25px;
padding-right: 10px;
}
}
*/
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 20px;
}
/* Home Testimonial Rotator Section */
.testimonial_rotator,
.testimonial_rotator_wrap {
    overflow: visible !important;
}
.testimonial_rotator_wrap.with-prevnext {
    padding: 30px 40px 0px 40px;
}
.testimonial_rotator_description {}
.testimonial_rotator_quote {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.1em;
    padding: 0px 55px;
}
.testimonial_rotator.template-longform hr.longform_hr {
    background: transparent;
}
.testimonial_rotator_author_info {
    text-align: center;
}
.testimonial_rotator.template-longform .testimonial_rotator_author_info p,
.testimonial_rotator.template-longform .testimonial_rotator_author_info span {
    font-size: 1.6em;
    font-weight: 600;
    color: #de3c67;
    display: inline-block;
}
.testimonial_rotator_description .fa-quote-left {
    font-size: 3em;
    position: absolute;
    color: #ffffff;
    z-index: 1;
    left: -25px;
    top: -28px;
}
.testimonial_rotator_description .fa-quote-right {
    font-size: 3em;
    position: absolute;
    bottom: 60px;
    right: 0px;
    color: #ffffff;
    z-index: -1;
}
.testimonial_rotator_description .fa-quote-left:before {
    content: url(../images/quoteLeftTestimonials.png);
}
.testimonial_rotator_description .fa-quote-right:before {
    content: url(../images/quoteRightTestimonials.png);
}
.testimonial_rotator_prev,
.testimonial_rotator_next {
    color: #487670;
}
.testimonial_rotator_prev:hover,
.testimonial_rotator_next:hover {}
.testimonial_rotator_prev .fa-chevron-left,
.testimonial_rotator_next .fa-chevron-right {
    font-size: 60px;
}
.testimonial_rotator_prev .fa-chevron-left:before {
    content: "\f137";
}
.testimonial_rotator_next .fa-chevron-right:before {
    content: "\f138";
}
.testimonial_rotator_BTN {
    /* display: inline-block; */
    display: none;
    position: absolute;
    bottom: 20px;
}
.testimonial_rotator_BTN a {
    font-weight: 500;
    font-size: 16px !important;
    letter-spacing: 0.06em;
    padding: 9px 13px !important;
    border-bottom: 3px solid #b22349 !important;
    background-color: #de3c67 !important;
    /* width: 215px; */
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.testimonial_rotator_BTN a:hover {
    background-color: #e62f60 !important;
}
/* Back To Top */
div.back-to-top {
    display: none;
    width: 50px;
    height: 70px;
    /* text-indent: -9999px; */
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: -20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: inherit;
    background-color: #231d2d;
    text-align: center;
    cursor: pointer;
}
.back-to-top:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f062";
    line-height: 1;
    color: #fff;
    font-size: 23px;
    padding-right: 0.5em;
    position: absolute;
    top: 14px;
    left: 14px;
}
div:hover.back-to-top {
    background-color: #413654;
}
/* Pagination / Blogs Navigation */
.pagination {
    justify-content: flex-end;
    display: flex !important;
}
/* Hero */
.homeHero h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.withShadow {
    text-shadow: 1px 1px 3px #000000;
}
.homeHero p {
    letter-spacing: 0.1px;
    margin-bottom: 0px !important;
}
.homeHero .homeHeroVideo {
    /* width: 480px;
height: 363px; */
    margin-bottom: 0px !important;
}
.homeHero .homeHeroVideo iframe {
    /* width: 480px;
height: 363px; */
    padding: 5px;
    background-color: #ffffff;
    z-index: 1;
    /* width: 100%;
height: 100%;
display: block;
position: absolute;
margin: 0;
top: 0;
left: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; */
}
.homeHero .homeHeroVideo:before,
.homeHero .homeHeroVideo:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 68px;
    max-width: 300px;
    max-height: 100px;
    position: absolute;
    content: '';
    z-index: 0;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.homeHero .homeHeroVideo:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
.pp_description {
    display: inline-block;
    text-align: center;
    font-size: 14.5px;
    font-weight: 600;
}