@media(min-width:768px) {
    .container {
        width: 100%
    }
}

@media(min-width:992px) {
    .container {
        width: 100%
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media(min-width:1367px) {
    .container {
        width: 1337px
    }
}

.row {
    padding-right: 0
}

* {
    text-decoration: none
}

html {
    -webkit-text-size-adjust: none
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: #fff
}

img {
    border: 0
}

a {
    text-decoration: none !important;
    letter-spacing: 2px
}

.junkItUnderline {
    text-decoration: none
}

p,
ul {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal
}

ul.checklist {
    padding-left: 30px
}

ul.checklist li {
    list-style: none;
    line-height: 20px;
    margin-bottom: 12px
}

ul.checklist li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: 15px;
    color: #ee3a43
}

h1 {
    color: #074b7b
}

h2 {
    color: #074b7b
}

.header-logo-mobile {
    text-align: center;
    padding: 15px;
    position: absolute;
    top: -8px;
    left: -1px
}

.header-logo-mobile img {
    width: 50px
}

.menu-wrapper {
    background: #2a79c5
}

.content-wrapper {
    background: #38b35e !important
}

.feature-wrapper > .container {
    background: #e8e888
}

.feature {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 25% 0;
    position: relative;
    padding-bottom: 77%
}

.content {
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 3px solid #85c9f9;
    border-bottom: 3px solid #85c9f9
}

.content > .row > div {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.content-left_header h2 {
    font-family: 'Teko', sans-serif;
    font-size: calc(30.85px + 1.9vw);
    text-align: center
}

.content-left_copy {
    margin: 20px 0 30px 0;
    padding: 0 5px
}

@media(min-width:768px) {
    .feature {
        padding-bottom: 25%
    }
}

.content-left_copy p {
    font-family: 'Open Sans', sans-serif;
    color: #074b7b;
    font-size: calc(16px + 0.3vw);
    font-weight: 100;
    line-height: 1.3
}

@media(min-width:992px) {
    .content-left_copy {
        margin: 0
    }
    .content-left_copy p {
        font-size: calc(16px + 0.3vw)
    }
}

@media(min-width:1200px) {
    .content-left_copy p {
        padding-left: 5%
    }
}

.content_callout {
    border-radius: 21px;
    height: 247px;
    border: 4px solid #79bded;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: 325px;
    max-width: 390px;
    background: #074b7b;
    color: #fff;
    text-transform: uppercase
}

.content_callout:hover {
    background: #fff;
    color: #074b7b;
    transition: background .3s ease
}

@media(max-width:767px) {
    .content_callout {
        margin: 0 auto;
        margin-top: 20px
    }
}

@media(max-width:600px) {
    .content_callout {
        width: 100%;
        height: 100%
    }
}

#toronto-call {
    margin: 0 auto;
    cursor: pointer;
    margin-right: 0
}

#ottawa-call {
    margin: 0 auto;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer
}

@media(max-width:766px) {
    #ottawa-call {
        margin: auto;
        margin-top: 30px
    }
    #toronto-call {
        margin: 0 auto
    }
}

.content_calloutTop {
    font-family: 'Teko', sans-serif;
    background: #85c9f9;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: calc(32px + 1vw);
    border-radius: 17px 17px 0 0;
    width: 100%;
    max-height: 100px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 2% 0
}

@media(min-width:1200px) {
    .content_calloutTop {
        font-size: calc(32px + 1vw)
    }
    .content-left_header h2 {
        text-align: left;
        padding-left: 5.8%
    }
    #toronto-call {
        margin: 0 auto
    }
}

.content_calloutTerminal {
    font-family: 'Teko', sans-serif;
    font-size: 4em;
    text-align: center;
    line-height: .8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: auto
}

@media(min-width:768px) {
    .content_calloutTerminal {
        flex-direction: column;
        max-height: 215px;
        height: calc(107.9px + 4.2vw)
    }
}

@media(max-width:766px) {
    .content_calloutTerminal {
        padding: 15px
    }
}

.content_calloutTerminal--toronto {
    font-size: calc(41.6px + 2.2vw)
}

.content_calloutTerminal--ottawa {
    font-size: calc(41.6px + 2.2vw)
}

@media(min-width:992px) {
    .content_calloutTerminal--toronto {
        font-size: calc(43.6px + 2.2vw)
    }
    .content_calloutTerminal--ottawa {
        font-size: calc(35.68px + 1.6vw)
    }
}

.content_callout-gmap {
    border-radius: 16px
}

img.img-responsive {
    margin-left: auto;
    margin-right: auto
}

.clear {
    clear: both
}

.padding-10 {
    padding: 10px
}

.padding-20 {
    padding: 20px
}

.no-wrap {
    white-space: nowrap
}

.no-padding {
    padding: 0
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.no-padding-top {
    padding-top: 0 !Important
}

.no-padding-bottom {
    padding-bottom: 0 !Important
}

.no-margin {
    margin: 0
}

.no-margin-top {
    margin-top: 0 !Important
}

.no-margin-bottom {
    margin-bottom: 0 !Important
}

.margin-auto {
    margin-left: auto;
    margin-right: auto !Important
}

.uppercase {
    text-transform: uppercase
}

.bold {
    font-weight: bold
}

.floatL {
    float: left !Important
}

.floatR {
    float: right !Important
}

.alignC {
    text-align: center !important
}

.alignR {
    text-align: right !important
}

.alignL {
    text-align: left
}

.no-border {
    border: 0 !important
}

.no-border-top {
    border-top: 0 !important
}

.no-border-bottom {
    border-bottom: 0 !important
}

.no-border-right {
    border-right: 0 !important
}

.no-border-left {
    border-left: 0 !important
}

.RoundCorners {
    -moz-border-radius-bottomright: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    -moz-border-radius-bottomleft: 4px 4px;
    border-bottom-left-radius: 4px 4px;
    -moz-border-radius-topright: 4px 4px;
    border-top-right-radius: 4px 4px;
    -moz-border-radius-topleft: 4px 4px;
    border-top-left-radius: 4px 4px
}

.navbar {
    padding: 0;
    position: relative
}

.navbar-brand {
    padding: 15px;
    width: 300px;
    max-width: 50%
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #85c9f9
}

.navbar-light .navbar-nav .nav-link {
    color: #074b7b;
    text-align: center;
    padding: 15px 0
}

.nav-link:hover {
    background-color: #85c9f9
}

.navbar-light .navbar-toggler {
    border: 0;
    top: 34px
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../../content/images/navbar-toggler.png)
}

.navbar-light .navbar-toggler-icon:hover {
    background-image: url(../../content/images/navbar-toggler-hover.png)
}

.navbar-light .navbar-toggler-icon:active {
    background-image: url(../../content/images/navbar-toggler-hover.png)
}

.nav-link {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #85c9f9;
    transition: .3s all
}

.header_request-quote {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #074b7b;
    color: white;
    font-family: 'Teko', sans-serif;
    font-size: 24px;
    line-height: .9;
    text-transform: uppercase;
    text-align: center
}

.header_request-quote:hover,
.header_request-quote:active,
.header_request-quote:focus {
    background-color: #85c9f9;
    color: #074b7b;
    text-decoration: none
}

.dropdown {
    position: relative
}

.dropdown::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #074b7b;
    left: calc(50% + 60px);
    top: 21px
}

.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    border-bottom: 0
}

@media(min-width:576px) {
    .navbar-light .navbar-toggler {
        top: 48px
    }
}

@media(min-width:1200px) {
    .header-wrapper {
        border-bottom: 5px solid #85c9f9
    }
    .navbar-nav {
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center
    }
    .nav-link {
        border-top: 0;
        display: flex;
        height: 100%;
        justify-content: center;
        flex-direction: column;
        position: relative
    }
    .nav-link::before {
        content: " ";
        border-left: 1px solid #85c9f9;
        position: absolute;
        top: 50%;
        left: 0;
        height: 20px;
        transform: translateY(-50%)
    }
    .nav-link--first {
        border-left: 0
    }
    .nav-link--first::before {
        border: 0
    }
    .nav-item {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .navbar-light .navbar-nav .nav-item:hover .nav-link {
        background-color: #074b7b;
        color: white;
        cursor: pointer
    }
    .nav-item:hover .nav-link::before,
    .nav-item:hover + .nav-item .nav-link::before {
        border-left: 0
    }
    .nav-link--first:hover::before {
        border: 0
    }
    .navbar-brand {
        width: auto;
        padding: 15px 30px
    }
    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding: 0 20px
    }
    .navbar-toggleable-lg .navbar-nav .nav-link.nav-link--last {
        padding-right: 20px;
        margin-right: 10px
    }
    .header_phone {
        color: #a7a9ac;
        font-weight: 600;
        margin-bottom: 0;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 25px
    }
    .header_request-quote--big {
        font-size: 44px
    }
    .dropdown-menu {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity .3s linear;
        display: block;
        margin-top: 0;
        border-radius: 0
    }
    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1
    }
    .dropdown::after {
        content: none;
        display: none
    }
}

@media(min-width:1600px) {
    .header_request-quote {
        padding-left: 30px;
        padding-right: 30px
    }
}

.dropdown-item {
    border-bottom: 1px solid #a7a9ac;
    text-align: center;
    display: flex;
    flex-direction: column
}

.dropdown-item:hover {
    background-color: #85c9f9
}

.dropdown-item a {
    text-decoration: none;
    letter-spacing: 2px;
    padding: 15px 0;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #074b7b
}

.nav-item_dropdown-menu--borderNone {
    border-bottom: none !important
}

.dropdown-toggle::after {
    display: none
}

.footer-wrapper {
    background: #074b7b
}

.footer-top > .row > div {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.footer-left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.footer-middle {
    display: flex;
    padding: 10px;
    flex-direction: column
}

.footer-middle:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 100;
    top: 27%;
    width: 1px;
    height: 50%;
    background: #85c9fa
}

.footer-middle:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 100;
    top: 27%;
    width: 1px;
    height: 50%;
    background: #85c9fa
}

.footer-middle_mainImage {
    margin-top: 1.5%
}

@media(min-width:992px) {
    .footer-middle_mainImage {
        margin-top: 0
    }
}

@media(max-width:991px) {
    .footer-middle:before {
        display: none
    }
    .footer-middle:after {
        display: none
    }
}

.footer-middle_footerLogo {
    width: 100%
}

.footer-middle_footerLogo img {
    margin: 0 auto;
    display: block;
    padding: 10px;
    max-width: 200px
}

.footer-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 20%;
    font-size: 12px
}

@media(max-widtH:992px) {
    .footer-right {
        text-align: center;
        padding-left: 0
    }
}

.footer-right_address {
    margin-top: 10px
}

.footer-right_address a {
    color: #85c9f9;
    font-weight: 700
}

.footer-right_address a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 900
}

.footer-right_terminal {
    color: #fff
}

.footer-right_terminalHeader {
    font-weight: 700;
    margin-top: 10px
}

.footer-nav {
    margin: 0;
    padding: 15px 0;
    text-align: left;
    list-style: none
}

.divider {
    padding-left: 10px;
    padding-right: 10px;
    color: #85c9f9
}

.footer-nav li a {
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #000;
    margin: 0 10px;
    color: #85c9f9
}

.footer-nav li a:last-of-type {
    border-right: 0;
    font-size: 16px;
    line-height: 3.2vh;
    text-decoration: none
}

.footer-nav li a:hover {
    color: #fff;
    text-decoration: none
}

.footer-right_numbersPhone {
    color: #fff
}

.footer-right_numbersPhone--label {
    color: #85c9f9
}

.footer-bottom {
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 15px
}

.footer-copyright {
    text-align: center;
    color: #fff
}

.footer-copyright a {
    color: #85c9f9;
    padding-left: 5px
}

.footer-copyright a:hover {
    color: #fff
}

#footer-pm {
    margin-top: 5px
}

.rate-request-f-img {
    background-image: url(../../content/images/subpage-feature-image-rate-request.jpg)
}

.subpage-content {
    border-top: 0;
    padding: 50px 30px
}

.subpage-content-left {
    margin-bottom: 25px !important
}

.subpage-content-left_header {
    font-family: 'Teko', sans-serif;
    font-size: calc(35.85px + 1.9vw);
    text-transform: uppercase;
    line-height: .9
}

.subpage-content-left_subheader {
    color: #85c9f9;
    font-size: calc(16px + 0.3vw);
    font-weight: bold
}

.subpage-content-left_copy {
    color: #a7a9ac;
    font-size: calc(12px + 0.3vw);
    line-height: 1.4;
    margin: 0;
    padding-top: 15px
}

.subpage-content-left_copy-list {
    padding-left: 22px;
    line-height: 1.4;
    font-size: calc(12px + 0.3vw);
    list-style: none;
    margin-top: 10px;
    color: #a7a9ac
}

.subpage-content-left_copy-list li {
    padding-left: 0;
    text-indent: -0.7em
}

.subpage-content-left_copy-list li::before {
    content: "• ";
    color: #074b7b;
    font-size: 20px
}

.subpage-callout {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.subpage-callout .content-right {
    margin-top: 15px
}

.subpage-callout #ottawa-call {
    margin: 0 auto;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .contact-content_callout {
        height: calc(5.3vw + 181px)
    }
    .contact-content-left_copy {
        width: 100%
    }
}

@media(min-width:992px) {
    .subpage-content {
        padding: 70px 15px
    }
    .subpage-content-left_header {
        padding-top: 0
    }
    .contact-content_callout {
        height: calc(6.1vw + 166px)
    }
}

@media(min-width:1200px) {
    .subpage #ottawa-call {
        margin-top: 10px
    }
    .subpage-content-left {
        padding-left: 5%
    }
    .contact-content-left_copy {
        width: auto
    }
}

#slideshowimg1 {
    background: #FF3
}

#slideshowimg2 {
    background: #6C6
}

#slideshowimg3 {
    background: #039
}

#slideshowimg4 {
    background: #96C
}

.captionContainer {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5;
    top: 10%
}

.captiontxt {
    color: #074b7b;
    font-family: 'Teko', sans-serif;
    font-size: calc(43.6px + 2.2vw);
    line-height: .9;
    text-transform: uppercase;
    margin: 0 auto
}

.captiontxt--lower {
    display: block;
    font-size: calc(27.85px + 1vw);
    padding-top: 8px;
    margin-top: -5px;
    line-height: .8
}

@media(min-width:768px) {
    .captionContainer {
        transform: none;
        left: 12%;
        bottom: 15%;
        top: auto;
        width: auto
    }
    .captiontxt {
        color: #fff
    }
    .captiontxt--lower {
        border-top: 1px solid #85c9f9
    }
    .content-left_copy,
    .subpage-content-left,
    .contact-content-left_copy {
        max-width: 810px;
        margin: 0 auto
    }
}

@media(min-width:1200px) {
    .content-left_copy,
    .subpage-content-left,
    .contact-content-left_copy {
        max-width: none;
        margin: 0
    }
}

.form label {
    font-weight: normal;
    padding-top: 5px;
    margin-bottom: 0;
    display: block;
    font-weight: bold;
    color: #074b7b;
    font-size: 14px
}

.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"] {
    width: 100%;
    border: 1px solid #bebebe;
    padding: 4px;
    background: #FFF;
    height: 30px
}

.form textarea {
    height: auto
}

.form input[type="submit"] {
    border: 1px solid #a7a9ac;
    padding: 8px 15px;
    background: #074b7b;
    margin-top: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px
}

.form input[type="submit"]:hover {
    background: #85c9f9;
    color: #074b7b;
    border: 1px solid #fff
}

.form img.vercodeStyle {
    width: 100%;
    height: 30px;
    margin-top: 25px
}

.form input.error,
.form select.error {
    background: #fdf1f1;
    border: #eb0909 solid 2px;
    color: #c50606
}

.form label.error {
    color: #eb0909;
    font-size: 12px;
    padding-top: 0
}

.form .error-message {
    color: #F00;
    display: none
}

#rc-imageselect,
.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.FormWrapper {
    padding: 15px;
    padding-left: 0;
    margin-bottom: 25px
}

.FormWrapper h3 {
    color: #fff;
    background: #074b7b;
    padding-left: 15px;
    color: #fff;
    font-family: 'Teko', sans-serif;
    clear: both;
    margin-top: 13px;
    padding: 10px;
    border-radius: 10px 10px 0 0
}

.FormWrapper h4 {
    padding-left: 15px;
    font-family: 'Teko', sans-serif;
    border-bottom: 1px solid #a7a9ac;
    padding: 10px;
    color: #a7a9ac;
    border-radius: 10px 10px 0 0;
    background: #ececec
}

.FormWrapper_textarea {
    width: 100%;
    min-height: 100px;
    max-height: 110px
}

.companyEMail {
    color: #074b7b
}

.companyEMail:hover {
    color: #85c9f9
}

.asterisk {
    color: #d80000;
    padding-right: 3px
}