﻿
/*html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.6;
}*/

/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-size-adjust: 1.5;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-size-adjust: 1.5;
    font-weight: 900;
    src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

input[type="radio"] {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: 4px;
}

input[type="text"],input[type="date"] {
    max-width: 350px;
}

input[type="search"] {
    position:relative;
    left: -5px;
    height:35px;
}

input[type="search"]:focus {
    outline:none;
}

textarea {
    max-width: 750px;
}

body {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    color: #555555;
    background-color: #e0e0e0;
}

h1, h2, h3, h4, h5 {
    color: #222222;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#outer-wrap {
    padding: 40px 30px;
}


#wrap {
    box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
    margin: 0 auto;
    max-width: 1800px;
}

@media screen and (max-width: 1160px) {
    #site-navigation-wrap {
        display: none !important;
    }
}

.body-content {
    background-color: #ffffff;
    min-height: 500px;
    margin-top: 50px;
    font-size:15px;
}

    .body-content a:not(.btn) {
        color: #0090D0;
        text-decoration: none;
    }

    .body-content a:hover {
        color: #e74c3c;
        text-decoration: underline;
    }




.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../images/arrow-bg-new.png");
}

.header-padding {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}

.site-container {
    max-width: 90%;
    margin: 0 auto;
}

.site-relative {
    position: relative;
}

.header-two-logo {
    float: left;
}

#site-logo .logo-img {
    max-height: 70px;
    width: auto;
}

.header-aside-content {
    font-size: 25px;
    color: #0072bc;
}

.header-two-aside {
    float: right;
    text-align: right;
    font-size: var(1.077em);
}

#menu-ctsmenu {
    list-style: none inside;
    text-align: center;
    padding: 15px 45px;
    position: relative;
}

    #menu-ctsmenu li {
        display: inline-block;
        position: relative;
    }

    #menu-ctsmenu > li {
        top: 70px;
        background-color: #e0e0e0;
        color: #2b2b2b;
    }


    #menu-ctsmenu li a {
        display: block;
        padding: 0;
        text-decoration: none;
        min-width: 150px; /* this is the width of the menu items */
        line-height: 50px; /* this is the hieght of the menu items */
        font-size: 16px;
        color: inherit;
    }

    #menu-ctsmenu > li:hover, #menu-ctsmenu > li.current-menu-item {
        color: #3b86b0;
        border-bottom: 5px solid #3b86b0;
    }

    #menu-ctsmenu .wide-menu-item a {
        width: 200px;
    }

    /* highlights current hovered list item and the parent list items when hovering over sub menues */
    #menu-ctsmenu ul {
        position: absolute;
        padding: 0;
        left: 0;
        display: none; /* hides sublists */
        margin-top: 5px;
        z-index: 99;
    }


    #menu-ctsmenu li:hover ul ul {
        display: none;
    }
    /* hides sub-sublists */
    #menu-ctsmenu li:hover ul {
        display: block;
    }

    #menu-ctsmenu li ul li {
        background: #222222;
        color: #ffffff;
        padding-left: 10px;
    }

        #menu-ctsmenu li ul li:hover {
            background: #e74c3c;
        }

        #menu-ctsmenu li ul li a {
            text-align: left;
            color: #ffffff;
        }
    /* shows sublist on hover */
    #menu-ctsmenu li li:hover ul {
        display: block; /* shows sub-sublist on hover */
        margin-left: 200px; /* this should be the same width as the parent list item */
        margin-top: -35px; /* aligns top of sub menu with top of list item */
        background-color: #e74c3c
    }

.page-header-inner {
    padding: 20px 0;
    background-color: #eeeeee;
}

.page-header-content {
    margin: 0 70px;
}

.page-header-title {
    font-size: 23px;
    color: #222222;
}

.page-content {
    padding: 40px 70px;
}
/***** Footer  **/
.site-footer {
    background-color: #155980;
    color: #ffffff;
    /* --wpex-heading-color: #ffffff;
    --wpex-text-2: #ffffff;
    --wpex-border-main: #155980;
    --wpex-link-color: #ffffff;
    --wpex-hover-link-color: #ffffff;*/
}

.site-footer-inner {
    margin-left: 116px;
    margin-right: 116px;
    padding: 70px 20px 5px 10px;
}

    .site-footer-inner .col {
        padding-bottom: 20px;
    }

    .site-footer-inner ul {
        list-style: none;
        padding: 0;
    }

    .site-footer-inner a {
        text-decoration: none;
        color: inherit;
    }

    .site-footer-inner .line, .maintenance-warning {
        text-align: center;
        font-size: 26px;
        color: red;
        padding-bottom: 20px;
    }
        .site-footer-inner .line span{
            background-color:white;
        }

        .footer-bottom {
            background-color: #222222;
            text-align: center;
            color: #9e9e9e;
            min-height: 60px;
        }

.copyright {
    padding: 20px 0;
    font-size: 13px;
}

.footer-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.image-slider-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important;
}

.icon-print {
    content: url('../images/print-icon.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.profession-heading {
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .profession-heading a {
        color: #555555;
    }

        .profession-heading a:hover {
            color: #e74c3c;
            text-decoration: none;
        }

.profession-list {
    margin: 50px auto;
    text-align: center;
}

    .profession-list ul {
        list-style: none;
        padding: 0;
    }

    .profession-list li {
        margin-bottom: 20px;
    }

.page-title {
    color: #222222;
    font-size: 22px;
    font-weight: bold;
}

table.table-basic {
    margin: 20px 0;
}

    table.table-basic td {
        border: 1px solid #e0e0e0;
        padding: 11px 14px;
    }

table.table-customwidth {
    min-width: 550px;
}

table.table-customwidth-m {
    min-width: 750px;
}


.prof-content div:not(.note):not(.notelist) {
    margin: 10px 0px 10px 0px;
}

.prof-content h1, .prof-content h2, .prof-content h3, .prof-content h4, .prof-content h5, .prof-content h6 {
    margin: 30px 0px 10px -20px;
    font-weight: bold;
    color: #135980;
}

.prof-content a:not(.btn) {
    color: #0090D0;
    text-decoration: underline;
}

.prof-content a:not(.btn):hover {
    color: rgba(19,89,128);
    text-decoration: underline;
}


.prof-content .title, .prof-content p, .highlight {
    font-weight: bold;
}

    .prof-content p.normal, .prof-content a.normal, label.normal {
        font-weight: normal;
    }

    .prof-content p.orangeheadline {
        color: #ff6600;
        font-size: 18px;
    }

.prof-content .difffont {
    font-family: "times new roman",times;
    font-size: 18px;
}

.prof-content .difffontlarger {
    font-family: "times new roman",times;
    font-size: 32px;
}

.prof-content .difffontlarge {
    font-family: "times new roman",times;
    font-size: 28px;
}

.prof-content .difffont-m {
    font-family: "times new roman",times;
    font-size: 24px;
}

.prof-content .OpenSansfont {
    font-family: "Open Sans";
    font-size: 16px;
    color: #000000
}

.prof-content a.red-hover {
    color: #222222;
}

    .prof-content a.red-hover:hover {
        color: #e74c3c;
    }

.prof-content .yellowbackgrounf {
    font-size: 18px;
    font-family: "Calibri",sans-serif;
    color: #201f1e;
    background: yellow;
}

.tabs {
    margin: 30px 0 30px;
    border-bottom: 1px solid #eeeeee;
    height: 41px;
    overflow: visible;
    padding-left: 0px;
}

    .tabs li {
        display: block;
        float: left;
        height: 40px;
        line-height: 40px;
        position: relative;
        z-index: 0;
        margin: 0 20px 0 0;
        border: none;
        border-radius: 0;
        padding: 0;
        background: none;
    }

    .tabs a {
        color: #222222;
        border-bottom: 2px solid #e74c3c;
        font-weight: bold;
        text-decoration: none;
        margin-bottom: -1px;
        display: block;
    }

        .tabs a:hover {
            text-decoration: none;
            color: inherit;
        }


img.position {
    float: left;
    margin: 0 20px 10px 0;
}

span.red, p.red,label.red {
    color: #ff0000;
}

span.highlightpink {
    color: #f2185d;
    font-weight: bold;
}

span.addunderline, a.addunderline, p.addunderline {
    text-decoration: underline !important;
}

a.blue-link {
    color: #0000EE !important;
}


.a-img:hover {
    opacity: 0.7;
    cursor: grab;
}

.text-alert {
    color: #ff0066;
    font-size: 18px;
}

.btn-primary {
    background: #005881;
    color: white;
}

.profession-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #000000;
}

.input-text {
    font-family: Arial, Helvetica, sans-serif;
    color: #005881;
    line-height: 16px;
    font-weight: bold;
    text-align: left;
}

/*.row {
    margin-bottom: 12px;
}
*/
.form-group input[type=text], input[type=email], input[type=date], input[type=number], .form-select {
    border-radius: 0px;
    padding: 0.375rem 0 0 0.375rem;
    border-color: #3b86b0;
    border-width: 0 0 1px 0;
    /*    margin-bottom: 10px;
*/
}

.form-group label {
    /*    width:auto;
*/ font-weight: bold;
}

.form-group label {
    /*    width:auto;
*/ font-weight: bold;
}

.executebtn, .executebtn-download, .executebtn-apply {
    color: white !important;
    text-decoration: none;
    border:none;
}
.executebtn-download {
    background-color: rgba(99,161,3,255);
}

.executebtn-download.reapply {
    border-radius: 50px;
    margin-left: 10px;
}

    .executebtn-apply {
    background-color: rgba(30,141,21,255);
}

.executebtn-download:hover {
    text-decoration: none !important;
    background-color: rgba(163,194,115,255);
    border-color: rgba(163,194,115,255);
}
.executebtn-apply:hover {
    text-decoration: none !important;
    background-color: rgba(129,184,125,255);
    border-color: rgba(129,184,125,255);
}

.executebtn:hover {
    text-decoration: none !important;
    background-color: rgba(139, 187, 217, 1);
    border-color: rgba(139, 187, 217, 1);
}


.field-validation-error {
    color: #FF0000;
    display: block;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    /*margin: 4px 0 0;*/
    vertical-align: middle;
    margin-right: 3px;
}

textarea {
    margin-left: 25px;
    resize: none;
    width: 100%;
}

input[type="radio"] + lblradio, nput[type="checkbox"] + lblradio {
    margin-left: 0.5rem;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
    color: #3b86b0;
    border-color: darkgrey;
}

input[type="radio"]:hover, input[type="checkbox"]:hover {
    cursor: pointer;
}


.sectionborderblue {
    padding-bottom: 10px;
    /*    border: 1px solid lightblue;
*/ border-radius: 5px;
    background-color: lightblue;
}
/*div.sectionborderblue > h5 {
    background-color: lightblue;
    border-radius: inherit;
}
*/
.sectionborderyellow {
    padding-bottom: 10px;
    /*    border: 1px solid lightgoldenrodyellow;
*/ border-radius: 5px;
    background-color: lightgoldenrodyellow;
}
/*div.sectionborderyellow > h5 {
    background-color: lightgoldenrodyellow;
    border-radius: inherit;
}
*/

.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-progress {
    margin-left: 50px;
    font-size: 16px;
}

.page-help {
    margin-left: 10px;
    font-size: 12px;
}

hr {
    opacity:initial;
    border-top: 1px solid #3b86b0;
}

.radio-stack {
    margin-top: auto;
    margin-bottom: auto;
}

.asterisk {
    padding-right: 10px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("../images/asterisk.jpg");
}

.reminder-text {
    font-weight: normal;
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
}
.certificate_fee_table {
    width:100%
}

table.certificate_fee_table th, table.certificate_fee_table td {
    text-align: inherit;
    padding: .769em 1em;
    border: 1px solid #eeeeee;
}

table.certificate_fee_table thead {
    background: #f7f7f7;
    color: #222222;
}

label.required:after {
    content: " *";
    color: red;
}

.red {
    color: red !important;
}

table.table-striped {
    margin-bottom: 0px;
}

    table.table-striped th {
        margin-bottom: 0px;
        background-color:#6b696b;
        color: white;
    }

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: rgb(255,255,224);/*#dccd391c;*/
}


.disable {
    pointer-events: none;
    opacity: 0.7;
}

.loader {
    display: none;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: relative;
    top: -150px;
    left: -100px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*alert view */
.note {
    background-color: rgba(217, 0, 27, 1);
    text-align: center;
    width: 147px;
    height: 35px;
    border-radius: 3px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.26666666666666666);
}
    .note h5 {
        color: white;
        line-height: 35px;
        margin: 0px;
    }

.notelist {
    border-width: 4px;
    border-style: solid;
    border-color: rgba(217, 0, 27, 1);
}

    .notelist ul {
        margin: 0;
        list-style-position:outside;
   }

    .notelist li {

    }
        .notelist li::marker {
        color: rgba(217, 0, 27, 1);
        font-size:1.5rem;
    }
/*end alert view*/

    .prof-content .headerimg {
    width: 69px;
    height: 119px;
    float: right;
    margin: 0px 0px 0px 100px;
    opacity: 0.25;
}
.prof-content .chheaderimg {
    width: 120px;
}


/*exam info table */
.examtbl > tbody > tr:first-child {
    background-color: rgba(70, 109, 29, 1);
    color: white;
    font-weight: bold;
}

.examtbl > tbody > tr:not(:first-child):nth-child(odd) {
    background-color: rgba(2, 138, 15, 0.14901960784313725);
}

.examtbl > tbody > tr {
    border: 1px solid rgba(50, 106, 140, 1);
}

table.examtbl td {
    border: none;
    padding: 11px 14px;
}
/*end exam info table */

/* jqueryui dialog */
.ui-dialog-titlebar {
    background-color: #005881;
    color: white;
}
.ui-dialog{
    border-radius:10px;
}
/* end jqueryui dialog */

.validation-summary-errors {
    color:#DC3545;
}

.signature-pad canvas {
    border-bottom: 1px solid #808080;
}

.signature-pad .clear {
    bottom: 6px;
    right: 0;
    position: relative;
}

button.ui-dialog-titlebar-close {
    background-image: url(../lib/jquery-ui/themes/base/images/ui-icons_444444_256x240.png);
    background-position: -96px -128px;
}