/* Minification failed. Returning unminified contents.
(206,26): run-time error CSS1036: Expected expression, found ';'
(962,35): run-time error CSS1046: Expect comma, found '228'
(962,43): run-time error CSS1046: Expect comma, found '/'
 */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.dl-horizontal dt {
    text-align: left;
    margin-bottom: 2px;
}

.loading-indicator {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 1000;
}

.viewMore[aria-expanded="false"]:before{
    content:"View More";
}

.viewMore[aria-expanded="true"]:before{
    content:"View Less";
}

.form-group {
    margin-bottom: 0px;
}

.form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0px;
}


html, body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #39454A;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    font-weight: 400;
}

red {
    color: red;
    font-weight: bold
}

.ital-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 300px;
}

#ital-banner {
    height: 300px;
    background-size: cover;
    margin-bottom: 30px;
}

#ital-banner-home {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(/img/headers/home.jpg) no-repeat top center;
    background-size: cover;
    margin-bottom: 20px;
}

#ital-banner-about {
    padding-top: 10px;
    padding-bottom: 45px;
    background: url(/img/headers/about-ircas.jpg) no-repeat top center;
    background-size: cover;
}

#ital-banner-faq {
    padding-top: 30px;
    padding-bottom: 95px;
    background: url(/img/headers/faq.jpg) no-repeat top center;
    background-size: cover;
}

#ital-banner-contact {
    padding-top: 30px;
    padding-bottom: 40px;
    background: url(/img/headers/contact.jpg) no-repeat top center;
    background-size: cover;
}

#ital-banner-make-payment {
    padding-top: 30px;
    padding-bottom: 40px;
    background: url(/img/headers/make-a-payment.jpg) no-repeat top center;
    background-size: cover;
}

#ital-banner-documents {
    padding-top: 30px;
    padding-bottom: 40px;
    background: url(/img/headers/contact.jpg) no-repeat top center;
    background-size: cover;
}

    #ital-banner-documents h1 {
        margin-bottom: 10px;
    }

#ital-banner-pfn-ufn {
    padding-top: 30px;
    padding-bottom: 40px;
    background: url(/img/headers/pfn-ufn.jpg) no-repeat top center;
    background-size: cover;
}

    #ital-banner-pfn-ufn h1 {
        margin-bottom: 10px;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: 300
}

h2, .h2 {
    font-size: 26px
}

h3, .h3 {
    font-size: 22px
}

p {
    margin-bottom: 1.5em;
    line-height: 1.4em;
}

.btn-transparent:link {
    color: #a62651;
    background-color: transparent;
    border-color: #a62651;
}

.btn-transparent:visited {
    color: #a62651;
    background-color: transparent;
    border-color: #a62651;
}

.btn-transparent:hover {
    color: #fff;
    background-color: #a62651;
    border-color: #a62651;
}

.btn-transparent:active {
    color: #a62651;
    background-color: transparent;
    border-color: #a62651;
}

.btn {
    color: #fff;
    background-color: #F5C144;
    border-color: #F5C144;
}

    .btn:link {
        color: #fff;
        background-color: #F5C144;
    }

    .btn:visited {
        color: #ffffff;
        background-color: #F5C144;
        border-color: #ffffff;
    }

    .btn:hover {
        color: #F5C144;
        background-color: #fff;
        border-color: #F5C144;
    }

    .btn:active {
        color: #fff;
        background-color:;
        border-color: #F5C144;
    }

.btn-primary {
    color: #39454A;
    background-color: transparent;
    border-color: #39454A;
}

    .btn-primary:link {
        color: #39454A;
        background-color: transparent;
        border-color: #39454A;
    }

    .btn-primary:visited {
        color: #39454A;
        background-color: transparent;
        border-color: #39454A;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #39454A;
        border-color: #39454A;
    }

    .btn-primary:active {
        color: #39454A;
        background-color: transparent;
        border-color: #39454A;
    }

.blue {
    color: #39454A !important;
}

.btn {
    border-radius: 10px;
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
}

    .btn:link {
        text-decoration: none;
        border-radius: 10px
    }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

a:link {
    color: #333333;
    text-decoration: underline;
}

a:visited {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    color: #F5C144;
    text-decoration: underline;
}

a:active {
    color: #333333;
    text-decoration: underline;
}

.dropdown-header {
    font-size: 15px;
    font-weight: bold;
    color: #39454A
}

.ital-testimonial .quote {
    text-transform: uppercase;
    margin-bottom: 5px
}

.ital-testimonial .credit {
    font-weight: bold;
    margin: 0
}

.ital-quote-box p:last-child {
    margin-top: 10px;
}

.ital-quote-box {
    position: relative;
}

    .ital-quote-box img {
        position: absolute;
        top: -13px;
        left: -13px;
        background: #fff;
        padding: 5px
    }

#header {
    text-decoration: none
}

.fa-rotate-45 {
    webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-top: 7px;
    padding-left: 2px
}

.form-control::-webkit-input-placeholder {
    color: #555;
}

.form-control:-moz-placeholder {
    color: #555;
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:-ms-input-placeholder {
    color: #555;
}

.form-control::-ms-input-placeholder {
    color: #555;
}

ul.fa-ul li {
    margin-bottom: 0.5em
}

.fa-ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 32px;
}

.fa-li {
    color: #b6c7e8;
    text-align: left
}

ul.fa-ul li ul.fa-ul li {
    margin-top: 0.5em;
}

ul.fa-ul li ul.fa-ul {
    margin-bottom: 0.5em;
}

a.link:link {
    color: #F5C144;
}

a.link:visited {
    color: #F5C144;
}

a.link:hover {
    color: #F5C144;
}

a.link:active {
    color: #F5C144;
}

.ital-border {
    border: 1px solid #F5C144;
}

.ital-full-width {
    width: 100%
}

.ital-bg {
    background-color: #363E49;
}

.ital-text-light {
    color: #fff;
}

.ital-headline {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 21px
}
/*.ital-bg-silver{background:#eee;}*/
.ital-bg-dark {
    background-color: #363E49;
}

.ital-bg-light {
    background-color: #e2e2e2
}

#contact {
    position: absolute;
    top: 3px;
    right: 14px;
}

#ircas {
    position: absolute;
    top: 0;
    background: url(/Content/img/ircas-contact.png) no-repeat center center;
    padding: 7px 20px 7px 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 330px;
    height: 65px
}

    #ircas a {
        font-weight: bold
    }

        #ircas a:hover {
            color: #fff
        }

#contact a {
}

    #contact a:link {
        text-decoration: none;
    }

#top-bar {
    color: #fff;
    background: #363E49;
    height: 45px;
    padding-top: 6px;
    font-size: 14px
}

    #top-bar .ital-contact {
        margin-left: 15px
    }

    #top-bar .text-left {
        padding-top: 5px
    }

    #top-bar .text-right {
        padding-top: 2px
    }

    #top-bar a:link {
        font-weight: bold;
        color: #fff;
        text-decoration: underline;
    }

    #top-bar a:visited {
        color: #fff;
        text-decoration: underline;
    }

    #top-bar a:hover {
        color: #dfe6f6;
        text-decoration: underline;
    }

    #top-bar a:active {
        color: #fff;
        text-decoration: underline;
    }

    #top-bar .ital-social {
        margin-left: 30px;
        display: inline;
    }

    #top-bar .ital-fa {
        margin-left: 5px;
    }

    #top-bar .fa-stack-1x {
        color: #39454A;
    }

    #top-bar .fa-stack-2x {
        color: #fff;
    }

    #top-bar a.ital-fa {
        text-decoration: none;
    }

    #top-bar .fa-stack:hover .fa-stack-2x {
        color: #dfe6f6
    }
    /* Fix from Matt */
    #top-bar a#opener:link {
        text-decoration: none !important;
    }

#footer {
    margin-top: 20px;
}

#subfooter {
    padding-top: 20px;
    padding-bottom: 20px
}

    #subfooter a:link {
        color: #fff;
        text-decoration: none
    }

    #subfooter a:visited {
        color: #fff;
        text-decoration: none
    }

    #subfooter a:hover {
        color: #fff;
        text-decoration: underline
    }

    #subfooter a:active {
        color: #fff;
        text-decoration: none
    }

#footer {
    background: url(/img/footer-bg.png) bottom left no-repeat;
    min-height: 397px
}

    #footer small {
        color: #4889c8;
        font-size: 12px
    }

    #footer .ital-footer-left {
        padding-top: 200px;
    }

        #footer .ital-footer-left li {
            margin-bottom: 2px
        }

            #footer .ital-footer-left li:last-child {
            }

    #footer .ital-footer-right {
        padding-top: 230px;
        text-align: right;
        color: #DEDEDE;
    }

        #footer .ital-footer-right p {
            font-size: 115%
        }

        #footer .ital-footer-right a, .ital-footer-right a:link {
            text-decoration: none !important;
        }

    #footer .ital-footer-left a:link {
        color: #39454A;
        text-decoration: none;
    }

    #footer .ital-footer-left a:visited {
        color: #39454A;
        text-decoration: none;
    }

    #footer .ital-footer-left a:hover {
        color: #39454A;
        text-decoration: underline;
    }

    #footer .ital-footer-left a:active {
        color: #39454A;
        text-decoration: none;
    }

    #footer .fa-stack-1x {
        color: #D3DEF0;
    }

    #footer .fa-stack-2x {
        color: #39454A;
    }

    #footer a.ital-fa {
        text-decoration: none;
    }

    #footer .fa-stack {
        margin-right: 7px
    }

        #footer .fa-stack:hover .fa-stack-1x {
            color: #fff
        }

.navbar-default {
    background-color: #fff;
}

.navbar {
    border: none
}

.navbar-default .navbar-nav > li > a {
    color: #39454A;
    text-decoration: none;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #F5C144
    }

.navbar .divider-vertical {
    height: 15px;
    margin: 18px 6px 0 6px;
    border-right: 1px solid #39454A;
}

.ital-container-padded {
    padding-top: 30px;
    padding-bottom: 30px
}

.ital-gap {
    height: 30px;
}

.ital-gap-large {
    height: 45px;
}

.ital-gap-small {
    height: 15px;
}

.ital-marg-0 {
    margin: 0;
}

.ital-marg-top-0 {
    margin-top: 0
}

.ital-marg-top-15 {
    margin-top: 15px
}

.ital-marg-bottom-30 {
    margin-bottom: 30px
}

.ital-marg-bottom-15 {
    margin-bottom: 15px
}

.ital-marg-bottom-0 {
    margin-bottom: 0
}

.ital-padding-15 {
    padding: 15px;
}

.ital-padding-30 {
    padding: 30px;
}

.ital-banner-mobile {
    padding: 20px 15px
}

    .ital-banner-mobile h1 {
        margin: 0;
        color: #fff
    }

.dropdown-menu > li > a {
    text-decoration: none
}

    .dropdown-menu > li > a:hover {
        color: #555;
    }

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-top: -1px;
    border-top: 0
}

.dropdown-menu {
    border: 1px solid rgba(0,0,0,.05);
}

#ias {
    position: absolute;
    top: 0;
    background: url(/img/ias-contact.svg) no-repeat top center;
    padding: 2px 20px 7px 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 330px;
    height: 55px;
    font-size: 0.95em;
    line-height: 1.3em;
}

    #ias a:hover {
        color: #fff;
    }

    #ias a {
        font-weight: bold;
    }

.box .btn {
    width: 90%;
}

.logos img.logo {
    width: 130px;
    padding: 10px;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #39454A;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
}

.logos h2 {
    color: #FFFFFF;
    font-weight: 400;
    padding-top: 20px;
    font-size: 1.3em;
    text-align: center;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #ffffff;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #F5C144;
    border: none;
    border-radius: 2px;
    box-shadow: none;
}

h4.panel-title a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.panel.panel-default {
    border-radius: 2px;
    border: none;
    box-shadow: none;
}

h4.panel-title a .glyphicon-triangle-right {
    color: #fff !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 14px;
}

h4.panel-title a.collapsed .glyphicon-triangle-right {
    color: #fff !important;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.featured h4.panel-title a .glyphicon-triangle-right {
    color: #fff !important;
}

h4.panel-title a:not(.collapsed) {
    color: #fff;
    text-decoration: none;
}

.form-multiline {
    margin-top: 15px;
}

.form-horizontal .control-label .form-control-static {
    padding-top: 15px;
    margin-bottom: 0;
    margin-bottom: 15px;
    text-align: left;
}

.help-inline {
    display: inline-block;
    margin-top: 15px;
    padding-left: 5px;
    vertical-align: middle;
}

a.btn.help.img_modal {
    background: transparent;
    border: none;
}

.modal-header {
    background-color: #F5C144;
}

#myModalLabel {
    color: #FFF;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

[hidden] {
    display: none !important;
}

input.form-control {
    border-radius: 0;
    height: 45px;
    padding: 10px;
}

.control-label.col-lg-3 {
    width: 278px;
}

.btn-circle.btn-xl {
    width: 100px;
    height: 100px;
    padding: 10px 16px;
    font-size: 34px;
    line-height: 1.33;
    border-radius: 65px;
    margin-top: -30px;
    color: #aac25b;
    border: 1px solid;
}

.payment p {
    text-align: center;
}

.payment {
    background: #f9f8f3;
    border: 15px solid #FFF;
    margin-top: 5px !important;
    border-top: 0;
    margin-bottom: 10px !important;
}

    .payment btn, .payment .btn {
        background: #fff !important;
    }

        .payment .btn:hover {
            background: #F5C144 !important;
        }

.container-fluid.steps-wrap {
    background: #F2F2F4;
    padding-bottom: 0px;
}

ul.steps {
    padding: 20px 0 20px 0;
}

    ul.steps li {
        display: inline;
        padding: 0 10px 0 10px;
    }

    ul.steps > li:first-child:before {
        content: " ";
        font-family: 'Glyphicons Halflings';
        font-size: 9px;
        position: relative;
        margin-right: 10px;
        top: 3px;
        color: #ccc;
    }

    ul.steps li:before {
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-size: 9px;
        position: relative;
        margin-right: 20px;
        top: 0px;
        color: #ccc;
        line-height: 10px;
        margin-top: 0px;
        padding: 0px;
    }

.toc-box {
    text-align: center;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-bottom: 40px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #39454A;
}

    .toc-box img {
        padding: 15px;
        width: 150px;
        width: 100%;
        height: 100px;
    }

    .toc-box:hover {
        background-color: rgb(228 228 228 / 50%);
    }

    .toc-box a, .toc-box a:hover {
        text-decoration: none;
    }

    .toc-box span {
        font-size: 50px;
        padding-bottom: 10px;
    }

.text-info {
    color: #3c3c3c;
}

.toc-box h5 {
    background: #39454A;
    display: block;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    margin: 0;
}

#subfooter .ital-footer-right img {
    margin-left: 30px;
}

#subfooter .ital-footer-right {
    text-align: right;
    color: #a3c1e2;
}

.panel-title a {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.small, small {
    font-size: 80%;
}

img.payment-icon {
    width: 40%;
    margin-top: -55px;
}

.btn {
    white-space: normal !important;
    word-wrap: break-word;
}

    .btn.next:after {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        float: right;
        margin-left: 15px;
    }

    .btn.back:before {
        content: "\e079";
        font-family: "Glyphicons Halflings";
        float: left;
        margin-right: 15px;
    }

.input-group-addon {
    background-color: #e6e6e6;
    border-radius: 0px;
    color: #39454A;
}

.btn.help {
    padding: 10px;
    color: #39454A;
}

select.form-control {
    height: 45px;
}

.form-horizontal .control-label {
    vertical-align: middle;
    line-height: 15px
}

li.pdf, li.link {
    line-height: 35px;
    margin-left: 0px;
    text-indent: 1px;
}

    li.pdf:before {
        content: "";
        background-image: url(/img/pdf_icon.svg);
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        float: left;
        margin-top: 2px;
        margin-left: -35px;
    }

    li.link:before {
        content: "\e164";
        font-family: "Glyphicons Halflings";
        width: 25px;
        height: 25px;
        float: left;
        margin-top: 2px;
        margin-left: -35px;
    }

li.link, li.pdf {
    display: block;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

#top-bar {
    padding-top: 0px;
}

#slide-panel {
    position: absolute;
    width: 250px; /* height:182px; */
    height: 162px;
    padding: 0px;
    background: #CDCECE;
    top: -162px;
    z-index: 100;
    right: 0;
}

#slide-panel-content ul li {
    text-indent: -11px;
    margin-left: -6px;
}

div#slide-panel-content {
    position: relative;
    width: 230px;
    margin: 0 10px 0 10px;
    text-align: left;
    color: #19255a;
    height: 162px;
}

    div#slide-panel-content li {
        padding-left: 0px;
        list-style: none;
        padding-bottom: 5px;
    }

        div#slide-panel-content li i {
            color: #FFF;
            padding-right: 5px
        }

    div#slide-panel-content a {
        font-weight: normal !important;
        color: #19255a !important;
    }

    div#slide-panel-content h3 {
        padding: 0px;
        margin: 0;
        color: #FFF;
        padding-top: 5px;
        padding-bottom: 27px;
        font-weight: bold;
    }

    div#slide-panel-content p {
        font-size: 13px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

#opener {
    top: 150px;
    border-radius: 0;
    background: #13181C;
    float: right;
    padding: 7px;
    height: 45px;
    border: none;
}

a#opener:hover {
    background: #d4d4d4;
}

#slide-panel a i {
    display: inline-block;
    padding: 0px 20px 10px;
    color: #fff;
    text-decoration: none;
}

#top-bar .text-right {
    padding-top: 0px;
}

.modal-content {
    border-radius: 0px;
}

.input-group-btn > .btn {
    padding: 11px;
}

.input-group-btn > .search {
    background-color: #e9eff7;
    line-height: 25px;
}

input.clever {
    display: none;
}

input.form-control {
    border-radius: 0;
    height: 50px;
    padding: 12px;
}

select.form-control {
    border-radius: 0;
    padding: 12px;
}

.box h2 {
    color: #fff;
    padding: 10px;
    font-size: 17px;
    margin-top: 0;
}

.match-height {
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

    .match-height p {
        padding-right: 20px;
        padding-left: 20px;
    }

.selected, .selected i {
    color: #F5C144 !important;
}

.container-fluid.logos-wrap {
    background: #f9f8f3;
    padding-bottom: 50px;
    padding-top: 30px;
    background: url(/img/companies.jpg) center center;
    background-size: cover;
}

.logos-wrap .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-nav > li:first-child a {
    padding-left: 0 !important;
}

#top-bar .ital-contact {
    margin-left: 0;
    line-height: 30px;
}

.ital-contact a i {
    display: inline-block;
    padding: 8px 13px 10px;
    color: #fff;
    text-decoration: none;
}

#contact a i {
    display: inline-block;
    padding: 13px 16px;
    color: #fff;
}

h1.title {
    color: #39454a;
    font-weight: 900;
    display: inline-block;
    padding: 7px 10px 7px 0;
    font-size: 2.3em;
    line-height: 1.1em;
    margin: 0;
    font-family: Poppins,sans-serif;
    letter-spacing: -.5px
}

.ital-container-padded {
    padding-top: 0px;
    padding-bottom: 10px;
}

.boxed {
    background: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 20px 10px 0px 20px;
}

.box {
    text-align: center;
    border-right: 6px solid white;
}

.box p {
    text-align: left;
}

.navbar {
    margin-bottom: 10px;
}

.btn-group {
    width: 100%;
}

.help.btn-group > .btn.box-btn {
    float: none;
}

.help .dropdown-menu {
    left: 20px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .navbar-nav > li > a {
        padding-left: 29px;
        padding-right: 29px;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav > li > a {
        padding-left: 9px;
        padding-right: 9px
    }

    .box .btn {
        font-size: 13px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .ital-logo {
        max-width: 205px;
        margin: 10px auto;
        text-align: left;
    }

    .navbar-default .navbar-text {
        color: #f5f5f5;
        margin-left: 20px;
        font-family: 'Poppins';
        font-weight: 600;
    }

    .navbar-default {
        background-color: #363E49;
        margin-bottom: 0
    }

    #subfooter br.xs {
        margin-top: 15px;
        display: block
    }

    #footer .ital-footer-right {
        padding-top: 45px;
        text-align: left
    }

    #footer .ital-footer-left {
        padding-top: 45px;
        padding-bottom: 30px
    }

    .navbar-default .navbar-toggle {
        border-color: #fff
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar .divider-vertical {
        display: none;
    }

    ul.steps li:before {
        content: "";
        font-family: 'Glyphicons Halflings';
        font-size: 9px;
        position: relative;
        margin-right: 0px;
        top: 0px;
        color: #ccc;
        line-height: 10px;
        margin-top: 0px;
        padding: 0px;
    }

    ul.steps li {
        display: block;
        text-align: center;
    }

    .toc-box img {
        padding: 15px;
        width: 100%;
        height: 100px;
    }

    .toc-box {
        margin-bottom: 10px;
    }

    .match-height {
        margin-bottom: 45px;
    }

    .navbar .navbar-collapse {
        text-align: left;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar-nav > li {
        float: none; /* display:inline-block */
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav > li > a {
        padding-left: 9px;
        padding-right: 9px;
        color: #ffffff !important;
    }

    .ital-logo {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .lead {
        font-size: 19px
    }

    .navbar {
        margin-bottom: 0
    }

    .navbar-nav > li:first-child a {
        padding-left: 10px !important;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #363e49;
        color: #f5c144 !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #f5f5f5;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #f5c144;
            background-color: transparent;
        }

    #footer .ital-footer-right p {
        font-size: 115%;
        text-align: center;
        color: #ccc;
    }

    div#subfooter {
        text-align: center;
        FONT-SIZE: 85%;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    ul.nav.navbar-nav a {
        color: #ffffff;
        font-weight: bold;
    }

    .selected, .selected i {
        color: #000000 !important;
        font-weight: 600;
    }

    .ital-logo {
        max-width: 195px;
        margin: 10px auto;
        text-align: center;
        display: block;
    }

    #ital-banner-home {
        padding-top: 0px;
        padding-bottom: 0px;
        background: url(/img/headers/home-mobile.jpg) no-repeat top center;
        background-size: cover;
    }

    #ital-banner-about {
        padding-top: 0px;
        padding-bottom: 0px;
        background: url(/img/headers/about-ircas-mobile.jpg) no-repeat top center;
        background-size: cover;
    }

    #ital-banner-pfn-ufn {
        padding-top: 0px;
        padding-bottom: 0px;
        background: url(/img/headers/pfn-ufn-mobile.jpg) no-repeat top center;
        background-size: cover;
    }

    #ital-banner-make-payment {
        padding-top: 0px;
        padding-bottom: 0px;
        background: url(/img/headers/make-a-payment-mobile.jpg) no-repeat top center;
        background-size: cover;
    }

    #ital-banner-faq {
        padding-top: 0px;
        padding-bottom: 0px;
        background: url(/img/headers/faq-mobile.jpg) no-repeat top center;
        background-size: cover;
    }

    #ital-banner-contact {
        padding-top: 0px;
        padding-bottom: 0px;
        background: url(/img/headers/contact-mobile.jpg) no-repeat top center;
        background-size: cover;
    }

    #ital-banner-make-payment {
        padding-bottom: 0px;
    }

    .ital-container-padded {
        padding-bottom: 0px;
    }

    .boxed {
        background: rgba(255, 255, 255, 0.75);
        display: inline-block;
        padding: 20px 10px 0px 20px;
    }

    img.payment-icon {
        width: 25% !important;
        margin-top: 0 !important;
    }

    ul.dropdown-menu {
        display: inline-block;
        position: relative;
        min-width: 100%;
        background-color: #2f343c;
        box-shadow: none;
        margin-left: 10px;
        border: none;
        color: #f5f5f5;
        padding-bottom: 10px;
        padding-top: 0px;
    }


    .box {
        text-align: center;
        border-right: 0px solid white;
    }

    #contact {
        position: relative;
        padding: 10px;
        margin: 0;
        background-color: #ffffff;
        top: 0;
        right: 0;
    }

    h1.title {
        background-color: transparent;
        color: #162659;
        font-weight: 900;
        text-transform: uppercase;
        display: inline-block;
        padding: 7px 10px;
        font-size: 1.5em;
        line-height: 1.0em;
        margin: 0px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0px;
        text-align: center;
        width: 100%;
    }

    #footer .ital-footer-right {
        padding-top: 0px;
        text-align: center;
    }

    #footer .ital-footer-left {
        padding-top: 0px;
        padding-bottom: 30px;
        text-align: center;
    }

    #footer {
        background: url(/img/footer-bg.png) bottom left no-repeat;
        min-height: 397px;
    }

    #subfooter .ital-footer-right img {
        margin: 5px;
        text-align: center;
    }

    #subfooter .ital-footer-right {
        margin-left: 0px;
        text-align: center;
    }

    .help .dropdown-menu {
        left: 10px;
    }

    .help ul.dropdown-menu {
        display: inline-block;
        position: relative;
        min-width: 90%;
        background-color: #ededed;
        box-shadow: none;
        margin-left: 10px;
        border: none;
        color: #19255a;
        padding-bottom: 10px;
        padding-top: 0px;
        border-radius: 0px;
        text-align: center;
        margin-top: 1px;
        text-transform: uppercase;
    }

    .navbar-nav {
        margin: 7.5px 100px;
    }

    .navbar-default .navbar-text {
        color: #fff;
        font-weight: bold;
        padding-left: 20px;
    }
}

.btn-group-prefix .btn {
    color: #f5f5f5;
    background: #38454b;
    font-size: 16px;
    border: 3px solid #FFFFFF;
}

.btn-group-prefix h2 {
    font-weight: 500;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

