/*! CSS Used from: http://127.0.0.1:8000/themes/lorex/assets/css/lorex-stylesheet.css */
header a {
    color: #ffffff;
}

h1, h2, h3 {
    color: #034599;
}

footer a {
    color: #034599;
}

.clearfix:after {
    content: "." !important;
    display: block !important;
    height: 0 !important;
    clear: both !important;
    visibility: hidden !important;
}

@media (max-width: 767px) {
    .heading3 h3 {
        margin-left: 0px !important;
    }

    .heading1 h1 {
        margin-left: 0px !important;
    }
}

a button {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.noPadLR {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (max-width: 767px) {
    .noPadLR {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0%;
        margin-left: 0%;
    }
}

.noPadTB {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.noPadL {
    padding-left: 0 !important;
}

.noPadR {
    padding-right: 0 !important;
}

.noPadB {
    padding-bottom: 0 !important;
}

.noPadT {
    padding-top: 0 !important;
}

.pad2All {
    padding: 2%;
}

.pad3All {
    padding: 3%;
}

.pad5All {
    padding: 5%;
}

.positionR {
    position: relative;
}

.margin-top-20 {
    margin-top: 20px;
}

.space20deskMob {
    height: 20px;
}

.space40deskMob {
    height: 40px;
}

.space80deskMob {
    height: 80px;
}

.clearfix {
    clear: both;
}

.whiteBorder2 {
    border: 2px solid #034599;
    border-radius: 4px;
}

.bottomBorder {
    border-bottom: 1px solid #e1e1e1;
}

.whiteText {
    color: #ffffff !important;
}

.lorexBlueText {
    color: #034599 !important;
}

.greyBg {
    background: #f4f4f4;
}

.lorexBlueBg {
    background: #034599;
}

.center {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.width90 img {
    width: 90% !important;
}

.width30 img {
    width: 30% !important;
}

.width50 img {
    width: 50% !important;
}

p {
    color: #000000;
    margin: 0 0 15px 0;
}

p.card-button {
    margin: 0;
}

.heading1 h1, .heading2 h2 {
    font-weight: bold;
    margin: 20px 0;
    line-height: 110%;
}

.heading3 h3 {
    color: #034599;
    font-size: 225%;
    font-weight: bold;
    margin: 20px 0;
}

.heading4 h4 {
    color: #383838;
    padding: 0;
    font-size: 180%;
    font-weight: normal;
    margin: 0;
}

a:hover p {
    color: #faa100;
    transition: color 0.3s ease 0s;
}

.container-fluid .image img, .container .image img {
    width: 100%;
}

.container .vAlignText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

a:focus {
    outline: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .heading1 h1, .heading2 h2 {
        font-size: 220%;
        margin: 15px 0;
    }

    .heading3 h3 {
        font-size: 180%;
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .heading1 h1, .heading2 h2, .heading3 h3 {
        font-size: 170%;
        margin: 15px 0;
    }

    @media (max-width: 767px) {
        .heading1 h1, .heading2 h2, .heading3 h3 {
            font-size: 130%;
            margin: 15px 0;
            margin-left: 15px;
        }
    }
    .container .vAlignText {
        transform: none;
        position: inherit;
        top: 0;
    }
}

@media (max-width: 1024px) {
    .row .col-xs-12 h2 {
        font-size: 160%;
    }
}

ul {
    margin-top: 0;
    margin-bottom: 15.5px;
}

form input[type="text"] {
    font-size: 1.1em !important;
    padding: 13px !important;
    border-radius: 4px;
    letter-spacing: 0 !important;
}

button {
    padding: 12px;
    background: #faa100;
}

.footerLinks ul {
    display: flex;
    flex: auto;
    text-align: center;
    list-style: none;
}

.footerLinks {
    padding-top: 25px;
    padding-bottom: 2px;
    background: #f4f4f4;
}

.footerLinks li {
    list-style: none;
}

.socialMedia-icons {
    width: 25px;
    padding-bottom: 4px;
    margin-top: 15px;
    margin-bottom: 12px;
}

.socialMedia-text {
    color: #000000;
    font-size: 12px;
    padding-left: 8px;
}

.backtotop-bar {
    background-color: #034599;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .07), 0 -1px 0 #a0a0a0 inset;
    padding: 2px;
    height: 100px;
}

@media (max-width: 767px) {
    .footerLinks ul {
        display: block;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .footerLinks ul {
        display: block;
        text-align: left;
    }
}

.contentButton button {
    display: block;
    text-transform: lowercase;
    width: auto;
    height: 50px;
    color: #034599 !important;
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: 550;
    background: none !important;
    border: solid 2.5px #034599;
    border-radius: 200px !important;
    opacity: .8;
    margin: 0 auto 0% auto !important;
    padding-left: 3%;
    padding-right: 3%;
    transition: ease 0.3s;
    min-width: 150px;
}

.contentButton button:hover {
    transition: ease 0.3s;
    color: #ffffff !important;
    box-shadow: none !important;
    background: #034599 !important;
}

@media only screen and (max-width: 600px) {
    .contentButton button {
        max-width: 80%;
        max-height: 50px;
    }

    .contentButton button {
        max-width: 100%;
        max-height: 45px;
        font-size: 80%;
        letter-spacing: 1.5px;
        font-weight: 600;
    }
}

.contentButtonBlue button {
    display: block;
    text-transform: lowercase;
    width: auto;
    height: 50px;
    color: #ffffff !important;
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: 600;
    background: none !important;
    border: solid 2.5px #ffffff;
    border-radius: 200px !important;
    opacity: .8;
    margin: 0 auto 0% auto !important;
    padding-left: 3%;
    padding-right: 3%;
    transition: ease 0.3s;
    min-width: 150px;
}

.contentButtonBlue button:hover {
    transition: ease 0.3s;
    color: #1f3d7f !important;
    box-shadow: none !important;
    background: #ffffff !important;
}

@media only screen and (max-width: 600px) {
    .contentButtonBlue button {
        max-width: 80%;
        max-height: 50px;
    }

    .contentButtonBlue button {
        max-width: 100%;
        max-height: 45px;
        font-size: 80%;
        letter-spacing: 1.5px;
        font-weight: 600;
    }
}

.paraText a {
    color: #034599 !important;
}

.paraText a:hover {
    color: #faa100 !important;
}