body,
html {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px auto;
    font-family: "Effra", Arial, sans-serif;
    font-size: 18px;
    opacity: 1;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.row {
    width: 100%;
    max-width: 1024px;
    padding: 0px;
    margin: 0px auto;
}

.row .content-area {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-bottom {
    padding-bottom: 25px;
}

.mob-show {
    display: none;
}

.header {
    /*padding: 12px 0;*/
    padding: 20px 0 13px;
}

.header .header-logo {
    width: 198px;
    height: auto;
}

.header .parthner-logo{
width:200px;
float:right;
padding-top: 20px;
}

.header p {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    display: inline-block;
    text-align: right;
    clear: none;
    float: right;
    padding-left: 15px;
    padding-top: 18px;
}

.white-bg{
    background-color: #ffffff !important;
}

.dark-grey-bg{
 background-color: #333333 !important;
}

.light-grey-bg{
 background-color: #DEDEDE !important;
}

.blue-bg {
    background-color: #0099FF !important;
}

.dark-grey-bg{
 background-color: #333333 !important;
color:#fff;
}

.light-grey-bg{
 background-color: #DEDEDE !important;
}

.blue-bg {
    background-color: #0099FF !important;
}

.banner {
    background-color: #333333;
}

.blue-section {
    background-color: #0099FF;
}

.light-gray {
    background-color: #DEDEDE;
    width: 310px;
}

.dk-grey-content{
  background-color: #333333 !important;
color:#fff;
}
.lt-grey-content{
  background-color: #dedede !important;
color:#666;
}
.blue-content{
  background-color: #0099ff !important;
color:#fff;
}

.banner p {
    padding: 14px 0;
    color: #0099FF;
    text-align: center;
    font-weight: bold;
}

.banner p a {
    font-weight: normal;
    text-decoration: underline;
    color: inherit;
}

.banner-image {
    background: url(https://image.go.dllgroup.com/lib/fe4015717564047b751271/m/1/2769b59e-18a6-4549-bc36-a65d1ddfef5b.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-image .content-area,
.blue-content .content-area {
    padding-top: 84px;
    padding-bottom: 84px;
}

h1 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

h3 {
    font-size: 32px;
    line-height: 40px;
    color: #0099FE;
    text-align: left;
}

h4 {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}

.banner-image p,
.blue-content p {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.btn-area {
    display: block;
    text-align: center;
}

.btn {
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    background-color: #0099FF;
    border: 3px solid #0099FF;
    padding: 15px 48px;
    text-decoration: none;
    margin: 0 auto;
}

.btn:hover{
    background-color: #ffffff;
    color: #0099FF;
}

.blue-content {
    background-color: #0099FF;
}

.blue-content .btn {
    background-color: #276FAE;
    border: 3px solid #276FAE;
}

.blue-content .btn:hover{
    background-color: #ffffff;
    color: #276FAE;
}

.white-border {
    border-top: 2px solid #ffffff;
}

.blue-content.no-cta p {
    margin-bottom: 0px;
}

.intro-stack {
    background-color: #ffffff;
}

.intro-stack .content-area,
.news-stack .content-area,
.three-col .content-area,
.two-col .content-area {
    padding-top: 48px;
    padding-bottom: 48px;
}

.intro-stack p,
.three-col p,
.two-col p,
.intro-stack li {
    padding-top: 24px;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}

.intro-stack li {
    padding-top: 0px;
    color: #707070;
}

.news-stack h3 {
    text-align: center;
}

.news-stack p {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}

.gray-color {
    background-color: #333333;
}

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

.three-col .content-area,
.two-col .content-area,
.contact-form .content-overlap {
    display: block;
    display: inline-block;
}

.two-col .content-area,
.contact-form .content-overlap {
    width: 100%;
}

.three-col .col-3 {
    width: 32%;
    display: inline-block;
    float: left;
}

.three-col .col-space {
    width: 2%;
    display: inline-block;
    float: left;
}

.three-col .col-3 img {
    width: 100%;
    height: auto;
}

.three-col .icon-section .col-3 img {
    width: 82px;
    height: auto;
    max-width: 82px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.three-col .icon-section .col-3 img:hover {
    opacity: 1;
}

.three-col .icon-section .col-3 img:hover ~ p {
    color: #666666;
    text-decoration: none;
}

.three-col .col-3.hover:hover img{
    opacity: 0.46;
}

.three-col .col-3.hover:hover p{
    color: #0099FF;
    text-decoration: underline;
}

.intro-stack .two-coloum table td:nth-child(1) {
    width: 50%;
    height: auto;
}

.intro-stack .two-coloum p {
    padding-top: 0px;
}

.intro-stack .two-coloum table td:nth-child(1) img {
    width: 100%;
    height: auto;
    display: block;
}

.blue-section h3 {
    text-align: left;
    color: #ffffff;
}

.blue-section p {
    color: #ffffff;
}

.quote-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.quote-section p {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    padding-top: 20px;
}

.quote-section .light-gray p {
    text-align: center;
}

.quote-section .light-gray div {
    padding: 110px 15px;
}

.quote-section .light-gray img {
    width: 120px;
    height: auto;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.two-col h3 {
    text-align: left;
}

.two-col p {
    padding-top: 0px;
    line-height: 32px;
    padding-bottom: 30px;
}

.two-col .col-2 {
    width: 48%;
    display: inline-block;
    float: left;
}

.two-col .col-space {
    width: 4%;
    display: inline-block;
    float: left;
}

.two-col table td img {
    width: 100%;
    height: auto;
}

.two-col .two-cta .second-cta {
    display: inline-block;
    margin-left: 20px;
}

.video-section .embed-container {
    position: relative;
    padding-bottom: 40.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

.slider {
    background: url(https://image.go.dllgroup.com/lib/fe4015717564047b751271/m/1/24ff6105-4c8e-43af-a2cc-b32b34e6c180.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider .slider-content {
    padding-top: 83px;
    padding-bottom: 83px;
}

.slider .content-area input {
    display: none;
}

.slider .slider-content p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    padding-top: 48px;
}

.slider .slider-content p span {
    font-weight: 300;
}

.slider .frame-area {
    position: relative;
    overflow: hidden;
    min-height: 275px;
}

.slider .slider-area,
.slider .frame-area .frame-1,
.slider .frame-area .frame-2,
.slider .frame-area .frame-3,
.slider .frame-area .frame-4,
.slider .frame-area .frame-5 {
    position: absolute;
    width: 100%;
    transition: 1s;
    padding: 0 40px;
}

.slider .frame-area .frame-1 {
    left: 0;
}

.slider .frame-area .frame-2 {
    left: 100%;
}

.slider .frame-area .frame-3 {
    left: 200%;
}

.slider .frame-area .frame-4 {
    left: 300%;
}

.slider .frame-area .frame-5 {
    left: 400%;
}

.slider .control-dots {
    margin-top: 20px;
    width: 100%;
}

.slider .left-arrow,
.slider .right-arrow {
    background: url(https://image.go.dllgroup.com/lib/fe4015717564047b751271/m/1/5b0f8abb-326e-45c7-884b-a6e16083c886.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: middle;
    height: 80px;
    width: 50px;
}

.slider .right-arrow {
    transform: rotate(180deg);
}

.slider .arrow-area {
    width: 50px;
    height: 80px;
    display: none;
}

.slider .control-dots .dots {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    margin: 0 8px;
    opacity: 0.5;
}

#right-1:checked ~ table .left-1,
#right-1:checked ~ table .right-2,
#right-2:checked ~ table .left-5,
#right-2:checked ~ table .right-3,
#right-3:checked ~ table .left-4,
#right-3:checked ~ table .right-4,
#right-4:checked ~ table .left-3,
#right-4:checked ~ table .right-5,
#right-5:checked ~ table .left-2,
#right-5:checked ~ table .right-1,
#left-1:checked ~ table .right-1,
#left-1:checked ~ table .left-2,
#left-2:checked ~ table .right-5,
#left-2:checked ~ table .left-3,
#left-3:checked ~ table .right-4,
#left-3:checked ~ table .left-4,
#left-4:checked ~ table .right-3,
#left-4:checked ~ table .left-5,
#left-5:checked ~ table .right-2,
#left-5:checked ~ table .left-1 {
    display: block;
}

#right-1:checked ~ table .dot-1,
#left-5:checked ~ table .dot-1 {
    opacity: 1;
}

#right-2:checked ~ table .dot-2,
#left-4:checked ~ table .dot-2 {
    opacity: 1;
}

#right-3:checked ~ table .dot-3,
#left-3:checked ~ table .dot-3 {
    opacity: 1;
}

#right-4:checked ~ table .dot-4,
#left-2:checked ~ table .dot-4 {
    opacity: 1;
}

#right-5:checked ~ table .dot-5,
#left-1:checked ~ table .dot-5 {
    opacity: 1;
}

#right-1:checked ~ table .slider-area {
    left: 0;
}

#right-2:checked ~ table .slider-area {
    left: -100%;
}

#right-3:checked ~ table .slider-area {
    left: -200%;
}

#right-4:checked ~ table .slider-area {
    left: -300%;
}

#right-5:checked ~ table .slider-area {
    left: -400%;
}

#left-5:checked ~ table .slider-area {
    left: 0;
}

#left-4:checked ~ table .slider-area {
    left: -100%;
}

#left-3:checked ~ table .slider-area {
    left: -200%;
}

#left-2:checked ~ table .slider-area {
    left: -300%;
}

#left-1:checked ~ table .slider-area {
    left: -400%;
}

.contact-form .content-area,
.footer .content-area {
    padding-top: 48px;
    padding-bottom: 48px;
}

.contact-form p {
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    padding-top: 20px;
}

.contact-form p span {
    color: #FF0000;
}

.contact-form .input-area p {
    font-size: 16px;
    line-height: 24px;
}

.contact-form .col-2 {
    width: 48%;
    float: left;
    display: inline-block;
}

.contact-form .col-space {
    width: 4%;
    float: left;
    display: inline-block;
}

/*
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #CCCCCC;
    height: 50px;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    padding: 0 10px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
*/

.contact-form input, .contact-form textarea{
    border: 1px solid #CCCCCC;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.contact-form input[type=text],input[type=select],input[type=email],input[type=tel],
.contact-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border-radius: 0px;
 -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.contact-form textarea {
    height: auto;
}

.contact-form .btn {
    margin-top: 24px;
}

.contact-form select {
  width: 100%;
  border: 1px solid #CCCCCC;
  height: 50px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  padding: 0 10px;
  border-radius: 0px;
  -webkit-appearance: menulist;
  -moz-appearance: none;
}

.news-stack.blue-section h3 {
    text-align: center;
}

.news-stack.blue-section .btn {
    background-color: #276FAE;
    border: 3px solid #276FAE;
    color: #ffffff;
}

.news-stack.blue-section .btn:hover{
    background-color: #ffffff;
    color: #276FAE;
}

.footer {
    background-color: #DEDEDE;
}

.footer img {
 max-height:35px;
}

.footer p {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    text-align: center;
    padding-top: 20px;
}

.footer table td a {
    margin: 0 20px;
}