@font-face {
    font-family: Montserrat;
    src: url("../../resources/fonts/Montserrat-Regular.otf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url("../../resources/fonts/Montserrat-Bold.otf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    src: url("../../resources/fonts/Montserrat-Medium.otf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    src: url("../../resources/fonts/Montserrat-Light.otf") format("opentype");
}


html,body {
    max-width: 100%;
    width:100%;
    font-family:"Helvetica Neue","Calibri","Helvetica","Arial",sans-serif;

    /*
     | Disable text selection
     |   (Don't worry, we'll white-list this on specific
     |   text elements later on in this css file)
     */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

h1,h2,h3,h4 {
    font-family:"Montserrat","Helvetica Neue", Calibri, sans-serif;
    font-weight:600;
    margin-bottom:20px;
    line-height:1.4;
}
p {
    line-height:1.55;
}
a {
    text-decoration:underline;
}

.ui-content ol, .ui-content ul, .ui-content p {
    font-size:17px;
}

.tab-content {
    max-width: 800px;
    margin:auto;
}

#accordion .panel-title {
    position:relative;
}
#accordion .panel-title:after {
    /*content:' \25BC';*/
    content:' \2304';
    color:black;
    opacity:0.35;
    font-size:200%;
    margin-top:-14px;
    position:absolute;
    right: 0;
}

.container .tab-pane li a.link-button {
    background-color: #228ed2;
    color:white;
    text-shadow:1px 1px rgba(0,0,0,0.4);
    text-decoration: none;
    padding:1px 3px;
    margin:2px;
    border-radius:4px;
    display:inline-block;
    font-weight:500;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);
}
.nav-tabs a, .dropdown a {
    text-decoration: none;
}
/*
 | Allow text selection
 |   Only on particular elements when requested
 */
p, input, span {
    -webkit-touch-callout: initial;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

p, li {
    margin-bottom:10px;
}

@media(max-width: 320px) {
    p, .ui-content li {
        font-size:100%;
    }
}
.ui-content .nav-tabs li {
    font-size:95%;
}
@media(max-width: 320px) {
    .ui-content .nav-tabs li {
        font-size:85%;
    }
    .ui-content .nav-tabs li a {
        padding:10px;
    }
}

/* Tab line height */
.nav-tabs li a {
    line-height:1.55 !important;
}
.nav-tabs li a span {
    margin-left:6px;
}
@media(max-width:500px) {
    .nav-tabs li a span {
        margin-left: 0;
        display:block;
    }
}

h1 span.sub-heading {
    font-size:80%;
    color:#aaa;
    font-weight:500;
    display:inline-block;
    margin-top:3px;
}

li.divider {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.aggression .panel-heading {
    color:white;
    font-weight:500;
}



.special-accordion .panel-body {
    padding:0;
    border-top:0 !important;
}
.panel-title {
    border:none !important;
    padding-bottom: 0 !important;
}
.panel-heading a {
    text-decoration: none;
    color:white;
}

/* Turn off text selection */
.noselect, button, button * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.special-list-container {
    padding:0 10px;
}
.special-list-container .special-accordion {
}
.special-list-container .tab-content {
    max-width:650px;
    margin:0 auto;
    padding:15px;
}
.special-list-container .warning {
    max-width: 650px;
    margin: 45px auto !important;
}

@media(max-width:450px) {
    .special-list-container {
        padding:20px;
    }
    .special-list-container .warning {
        margin:20px !important;
        margin-right:10px !important;
        margin-top:40px !important;
    }
}
@media(max-width:375px) {
    .special-list-container .warning {
        margin:15px !important;
        margin-right:5px !important;
    }
}
@media(max-width:320px) {
    .special-list-container .tab-content {
        padding:0;
    }
    .special-list-container .warning {
        margin-right:0 !important;
        padding-left:40px !important;
    }
}

.special-list-container-2 {
    max-width:600px;
    margin: 0 auto;
    padding:0 20px !important;
}
.special-list-container-2 ul {
    padding:15px 35px;
}

/*
 | Nav Header
 */
nav.nav-header {
    /*position:fixed;*/
    /*top:0;*/
    width:100%;
    height:70px;
    display:table;
    background-color: #c1db29;
    z-index:1000;
    background-image:url('../../../assets/img/header-bg2.png');
    background-position:center right;
    background-size:contain;
    background-repeat:no-repeat;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3); /* if updating this, also update @menu-shadow */

    color:#001440;
}
nav.nav-header .navbar-toggle {
    background:transparent;
    padding:0;
}
nav.nav-header .special-nav {
    display: inline-block;
    background:transparent;
    padding:0;
    border:0;
    margin-left:25px;
}
nav.nav-header .special-nav span {
    display:block;
}
@media(max-width:400px) {
    nav.nav-header .special-nav {
        margin-left: 15px;
    }
}
@media(max-width:325px) {
    nav.nav-header .special-nav {
        margin-left: 10px;
    }
}
nav.nav-header .glyphicon {
    color:rgba(18, 47, 24, 0.48);
    font-size:225%;
}
nav.nav-header .icon-bar {
    /*background-color: white;*/
    background-color:rgba(18, 47, 24, 0.42); /*#001440;*/
    width: 30px;
    height: 3px;
    margin: 8px;
}
nav.nav-header > div {
    display:table-cell;
    width:20%;
    vertical-align: middle;
}
nav .left {
    color:white;
    color:#001440;
}
nav.nav-header > div.middle {
    width:60%;
    text-align:center;
}
nav .right {
    text-align:right;
}

/* @menu-shadow */
.skew-header, .sub-menu-heading {
    /*box-shadow: inset 0 -1px 1px rgba(0,0,0,0.3);*/
}

.dta-icon {
    text-align:right;
    float:none !important;
    margin:10px 20px;
}

.dta-icon img {
    width:43px;
    height:43px;
    flex-position: flex-start;
}
@media(max-width:400px) {
    .dta-icon img {
        width:38px;
        height:38px;
    }
}
@media(max-width:340px) {
    .dta-icon img {
        width:34px;
        height:34px;
    }
}

.navbar-header {
    width:100%;
    margin:0 !important;
    padding:0;
}
.navbar-fixed-top .container {
    padding:0;
    display: flex;
}
.ui-content {
    min-height:100%;
    /*padding-top: 65px;*/
    padding-top:0;
    padding-bottom: 65px;
    background-color:white;
    z-index: 200;
    overflow-y:scroll;
}
.dimmed .ui-content {
    height:100%;
}
body {
    background-color:white;
}

.slim-list {
    width:550px;
    margin:0 auto;
}

.list-block {
    display:inline-block;
    width:33%;
}

.block-cont {
    display:flex;
    flex-flow: row wrap;
    padding-bottom:25px;
}
@media(max-width:768px) {
    .list-block {
        width:49%;
    }
}
@media(max-width:480px) {
    .block-cont {
        display:block;
    }
    .list-block {
        width:initial;
        display:block;
    }
}

.ui-content img {
    max-width:100% !important;
    margin:0 auto;
    width:auto;
}
@media(min-width:480px) {
    .ui-content .container img {
        max-width:400px !important;
    }
}

.ui-content .tab-pane img {
    max-width: 300px !important;
}

@media(max-width:350px) {
    .ui-content .tab-pane img {
        max-width:300px !important;
    }
}

.ui-content .container img {
    display:block;
}

.ui-content.home {
    /*background-color:#bad532;*/
}

.ui-content h1 {
    margin:25px 25px;
    text-align:center;
    font-size:140%;
    line-height:1.4;
}

ul#myTabs.nav.nav-tabs {
    margin: 0 -25px;
}

.sidebar {
    background-color: #484b5c;
}
.full-width-buttons {
    width:100%;
}

.full-width-buttons button {
    width:100%;
    margin:10px auto;
    padding:5px;
}

.navbar.navbar-fixed-top {
    display:table;
    width:100%;
    margin:0;
    padding:0;
}
.navbar.navbar-fixed-top > .container {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.ui.sidebar.left.uncover.visible {
    -webkit-overflow-scrolling: touch !important;
}

ul.nav.navbar-nav {
    margin:0;
    width:100%;
    max-width:100%;
    font-weight:500;
    color:#444;
    background-color:transparent;
    -webkit-overflow-scrolling: touch !important;
}

ul.nav.navbar-nav li {
    background: transparent;
    width:100%;
}

ul.nav.navbar-nav li a {
    display:block;
    color:white/*#bad532/*#001641/*white/**/;
    font-weight:500;
    font-size:130%;
    padding:20px;
    box-sizing:border-box;
    white-space: normal;
    background-color:transparent;
}
ul.nav.navbar-nav li a:active {
    color:white;
    background-color:transparent;
}
ul.nav.navbar-nav li a:active {
    color:#001641 !important;
    background-color:white;
}

ul.sub-menu {
    padding-left:10px;
}

ul.sub-menu li {
    display:inline-block;
    line-height:1.5;
    margin:0;
    box-sizing:border-box;

}

ul.nav.navbar-nav li ul.sub-menu li a {
    color:#bad532;
    padding:8px;
    text-decoration: none;
}

.navbar-nav .open .sub-menu .dropdown-header, .navbar-nav .open .sub-menu>li>a {
    display:block;
    padding:15px 10px 15px 30px;
    margin:0;
}

.sub-menu-heading h1 {
    margin:25px;
    font-size:150%;
    line-height:1.5;
    padding: 0;
}
@media(max-width:375px) {
    .sub-menu-heading h1 {
        margin:20px;
        font-size:125%;
    }
}
@media(max-width:320px) {
    .sub-menu-heading h1 {
        margin:18px;
        font-size:110%;
    }
}


/* BSPD Submenu steal */


ul.nav.navbar-nav {
    margin:0;
    width:100%;
    max-width:100%;
    font-weight:500;
    color:#444;
    background-color:transparent;
    -webkit-overflow-scrolling: touch !important;
}

ul.nav.navbar-nav li {
    background: transparent;
    width:100%;
}

ul.nav.navbar-nav li a {
    display:block;
    color:white/*#bad532/*#001641/*white/**/;
    font-weight:500;
    font-size:130%;
    padding:20px;
    box-sizing:border-box;
    white-space: normal;
    background-color:transparent;
}
ul.nav.navbar-nav li a:hover {
    color:white;
    background-color:transparent;
}
ul.nav.navbar-nav li a:hover {
    color:#001641 !important;
    background-color: #bad532;
}
ul.nav.navbar-nav li a.active {
    color:#001641 !important;
    background-color:white;
}

ul.sub-menu {
    padding-left:10px;
}

ul.sub-menu li {
    display:inline-block;
    line-height:1.5;
    margin:3px 0;
    box-sizing:border-box;
}

ul.nav.navbar-nav li ul.sub-menu li a {
    color:#bad532;
    text-decoration: none;
    margin-left:20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
/******/





html.ios {
     overflow-x: hidden;
     -webkit-overflow-scrolling: touch;
}

html,body,div,p,button {
    box-sizing:border-box;
}

button {
    max-width: 100%;
    box-sizing:border-box;
    display:block;
    margin:0 auto;
}

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

img.home-logo {
    margin:15px auto;
}

@media(max-width:320px) {
    img.home-logo {
        margin:0 auto;
    }
}

.skew-container {
    padding-top: 60px;
}

.skew-main-container {
    /*background: #bad532;;*/
    position: relative;
}

.container {
    padding-left:25px;
    padding-right:25px;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #001641 0, #03225e 100%);
    background-image: -o-linear-gradient(top, #001641 0, #03225e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#001641), to(#03225e));
    background-image: linear-gradient(to bottom, #001641 0, #03225e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff001641', endColorstr='#ff03225e', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #001641;
    background-color: #001641;
    color: #fff;
}

.btn-success:focus, .btn-success:hover {
    background-color: #102d66;
    background-position: 0 -15px;
}

.btn-success.hover, .btn-success:hover {
    background-color: #102d66;
    border-color: #102d66;
}

/*
 | Prevent over-scroll on the WHOLE page
 |   We'll enable it later on ui-content
 */
html {
    height: 100%;
    background-color:white;
}
body {
    height: 100%;
    overflow: auto;
    background-color:white;
}

footer {
    background-color: #ececec;
    width: 100%;
    position: fixed !important;
    bottom: 0;
    left:0;
    height: 50px;
    border-top: 1px solid #ddd;
    z-index: 9002;
    box-shadow:
            0 0 2px rgba(0, 0, 0, 0.2) /* Shadow */,
            inset 0 -10px 18px rgba(255,255,255,0.2);

    /* Flex Box */
    display: flex;
    flex-direction: row;
    justify-content: center;
}

footer .tab-icon {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 78%;
    margin-top:1px;
    font-weight:500;
    background-color: transparent !important;

    color: #bbb;
    text-shadow: 0 1px #eee;
}

footer .tab-icon span {
    font-size:175%;
}

footer .tab-icon#tab-1.selected {
    color: #307aab;
}
footer .tab-icon#tab-2.selected {
    color: #23548a;
}
footer .tab-icon#tab-3.selected {
    color: #532371;
}

footer .icon {
    margin:0;
    letter-spacing:6px;
}

.tab-pane h3 {
    text-align: center;
    padding-bottom:15px;
    border-bottom:3px solid #eee;
    font-size:165%;
}
.tab-pane h4 {
    text-align: center;
    padding-bottom:15px;
    border-bottom:3px solid #eee;
    font-weight:500;
}

@media(max-width: 400px) {
    .tab-pane h3 {
        font-size:140%;
    }
    .tab-pane h1 {
        font-size:140%;
        margin:20px;
    }
}
@media(max-width: 330px) {
    .tab-pane h3 {
        font-size:130%;
    }
    .tab-pane h1 {
        font-size:120%;
        margin:20px;
    }
}

h1#heading {
    font-size:135%;
    text-shadow:0 1px rgba(255,255,255,0.2);
    line-height:1.2;
    margin:0;
    font-weight:500;
}

h1.big#heading {
    font-size:150%;
}
h2.sub {
    font-size:110%;
    margin:25px;
    margin-top:-5px;
    text-align:center;
    color:#888;
}

.purple-box {
    padding: 12px 10px;
    border: 3px solid mediumpurple;
    border-radius:5px;
    text-align: center;
    margin: 25px auto;
    font-size:16px;
    max-width:400px;
}



.linked-material {
    text-decoration: none;
    font-weight:bold;
    border-bottom:1px dotted;
    border-color:inherit;
}
.linked-material:hover {
    text-decoration: none;
}

ol.slip-left {
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    max-width:600px;
}
ol.super-pad > li {
    margin-top:25px;
}
ol.super-pad > li:first-of-type {
    margin-top:0;
}
ol.super-pad > li li {
    margin-top:10px;
    margin-bottom:0;
}

.slim-build {
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}
.show-tablet {
    display: block;
}
.show-mobile {
    display: none;
}
@media(max-width:420px) {
    ol.super-pad > li {
        margin-left:-15px;
    }
    ol.super-pad > li:first-of-type {
        margin-top:0;
    }
    ol.super-pad > li ol {
        padding-left:15px;
    }
    ol.super-pad > li li {
    }

    .show-tablet {
        display: none;
    }
    .show-mobile {
        display: block;
    }
}

.plan-but {
    display:table;
    max-width:650px;
    margin:15px auto;

    line-height:1.4;

    font-size:100%;
    text-shadow:none;

    border-radius:15px;
    box-shadow:none;
    border:5px solid #ccc;
}

.plan-but.sml-text {
    font-size:107%;
    line-height:1.5;
}
.plan-but, .plan-but:hover {

    background-color: white !important;
    color: rgb(10, 17, 58) !important;
    background-image:none;
    margin:10px auto !important;
}
.plan-but span {
    display:table-cell;
    vertical-align: middle;
    font-weight:500;
    padding:5px 10px;
}
.plan-but span:nth-of-type(2) {
    font-family:"Montserrat","Helvetica Neue", Calibri, sans-serif;
    width:100%;
}
.plan-but .icon{
    font-size:180%;
    font-weight:200;
}
.plan-but .glyphicon {
    font-size:155%;
    font-weight:200;
}

.plan-but:hover {
    background-color: #dee8ee !important;
    color: black !important;
    border-color: transparent !important;

    box-shadow:
            inset 0 0 1px white,
            inset 0 0 5px 1px rgba(0, 0, 0, 0.4),
            0 0 2px rgba(0, 0, 0, 0.4),
            inset 0 -25px 35px -15px rgba(0,0,0,0.08);
}

.footnote {
    color:#888;
    font-style:italic;
    font-size:90% !important;
}

.table-div {
    font-size:110%;
}
.homepage .plan-but, .homepage .plan-but:hover {
    padding:10px !important;
    margin:12px auto !important;
}
.homepage .plan-but span {
    padding:10px !important;
    height:90px;
}

.table-mobile {
    margin-left:-25px;
    width: calc(100% + 49px);
}
@media(min-width: 600px) {
    .table-mobile {
        margin:25px auto;
    }
}
.table-mobile td {
    text-align:center;
    vertical-align: middle;
    font-size:110%;
}
@media(max-width: 360px) {
    .table-mobile td {
        font-size: 95%;
    }
}
.medtable {
    width:100%;
    max-width:100%;
}
.medtable td {
    border:none;
    margin:0;
    padding:15px 10px;
    font-size:90%;
}

@media(min-height:740px) {
    .homepage .ui-content .plan-but, .homepage .ui-content .plan-but:hover {
        font-size:140%;
        margin-top:25px !important;
        padding:10px 20px !important;
    }
    .homepage .plan-but span {
        padding: 0;
        height:120px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.medtransparent {
    background-color:#767678 !important;
}

.med-heading .medvertical {
    transform-origin: initial;
    padding:0;
    left:9px;
}
.phone-only {
    display:none;
}
@media(max-width: 400px) {
    .medhigher-header, .medlower-header {
        display:none;
    }
    .medhigher-header.phone-only, .medlower-header.phone-only {
        display: block;
        margin:-15px -10px;
        margin-bottom:15px;
        font-size:125%;
        padding:10px 0;
        border-top:1px solid rgba(0,0,0,0.3);
    }
    .medlower-contents, .medhigher-contents {
        display:block;
        width:100% !important;
    }
}

.medhigher-header, .medlower-header {
    text-align:center;
    font-size:115% !important;
}

.medlower-contents, .medhigher-contents {
    text-align:center;
    width:43%;
    vertical-align: top;
}
.medlower-contents ul, .medhigher-contents ul {
    display:inline-block;
    text-align:initial;
    margin:0;
    min-width:51%;
}

ol ol {
    font-size:90%;
}

.tab-pane p:first-of-type {
    margin-top:15px;
}

.ui-content .tab-pane img {
    max-width:300px !important;
}

/*
 * Menu buttons for index pages
 */
.menu-button, .menu-button:hover {
    background-color:white;
    display:flex;
    flex-flow: row;
    width:51%;
    padding:10px;
    box-shadow:
            inset 0 0 1px white,
            inset 0 0 2px rgba(0, 0, 0, 0.4),
            0 0 2px rgba(0, 0, 0, 0.4),
            inset 0 -25px 35px -15px rgba(0,0,0,0.08);
    margin:5px auto;
    border:1px solid white;
    max-width:600px;

    font-size:115%;
    color: rgb(10, 17, 58);
    text-decoration: none;
    font-family:"Montserrat","Helvetica Neue", Calibri, sans-serif;
}
.menu-button:hover {
    box-shadow:
            inset 0 0 1px white,
            inset 0 0 5px 1px rgba(0, 0, 0, 0.4),
            0 0 2px rgba(0, 0, 0, 0.4),
            inset 0 -25px 35px -15px rgba(0,0,0,0.08);
}
.menu-button span {
    display:block;
    align-self:center;
    width:100%;
    padding:0;
    font-weight:500;
    text-align:center;
    line-height:1.48;
}
.menu-button span.glyphicon, .menu-button span.icon {
    font-size:150%;
    text-align:center;
    width:25%;
}
.index-box {
    display:flex;
    flex-flow: row wrap;
    padding:0 15px;
}

.ui.sidebar {
    display:block;
    position:absolute;
    width:300px;
    max-width:300px;
    min-height:100%;
    z-index:90001;
    padding-left:10px;
    padding-top:15px;
}

.pusher {
    position:relative;
    z-index:90000;
    min-height:100%;
    box-shadow:-5px 0 5px -5px rgba(0,0,0,0.4), -2px 0 2px -2px rgba(0,0,0,0.6);
    overflow-y:auto;
    width:calc(100% - 300px);
    margin-left:300px;
}

.ui-content {
    position:absolute;
    width:100%;
}

.ui.sidebar a.dd-header,
.ui.sidebar a.dd-header:hover,
.ui.sidebar a.dd-header:hover {
    color:white !important;
    text-shadow:1px 1px rgba(0,0,0,0.6) !important;
    margin-bottom:0;
    font-size:115%;
    padding-top:15px;
    padding-bottom:5px;
    font-weight:500;
    background-color:transparent;
    cursor:default;
}

/*
 * Special arrow tabs
 */
.nav-tabs > li.special-tabs > a {
    border-radius:0;
    padding-left:35px;
    padding-right:20px;
    background-color:#efefef;
    border-bottom:1px solid #ddd;
    height:40px;
}
.nav-tabs > li.special-tabs > a:before {
    width:  0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 19px solid #fff;
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
}
.nav-tabs > li.special-tabs > a:after {
     width: 0;
     height: 0;
     border-top: 20px inset transparent;
     border-bottom: 20px inset transparent;
     border-left: 19px solid #efefef;
     position: absolute;
     content: "";
     top: -1px;
     right: -19px;
     z-index: 2;
 }
.nav-tabs li.special-tabs:first-child a:before,
.nav-tabs li.special-tabs:last-child a:after {
    border: none;
}
.nav-tabs li.special-tabs:first-child a {
    border-top-left-radius:12px;
}
.nav-tabs li.special-tabs:last-child a {
    border-top-right-radius:12px;
    padding-right:30px;
}
.nav-tabs > li.special-tabs.active > a {
    background-color: #d3d3d3;
    /*background-color: #c1db29;*/
    color:#111;
}
.nav-tabs > li.special-tabs.active > a:after {
    border-left: 19px solid #d3d3d3;
}

@media(max-width:500px) {
    .nav-tabs > li.special-tabs > a {
        padding-left:25px;
        padding-right:10px;
        font-size:90%;
    }
    .nav-tabs > li.special-tabs > a:before {
        border-left: 15px solid #fff;
    }
    .nav-tabs > li.special-tabs > a:after {
        border-left: 15px solid #efefef;
        right: -15px;
    }
    .nav-tabs > li.special-tabs.active > a:after {
        border-left: 15px solid #d3d3d3;
    }
    .nav-tabs li.special-tabs:first-child a {
        padding-left:15px;
    }
    .nav-tabs li.special-tabs:last-child a {
        padding-right:15px;
    }
}
@media(max-width:400px) {
    .nav-tabs > li.special-tabs > a {
        padding-left:24px;
        padding-right:4px;
        font-size:88%;
    }
    .nav-tabs li.special-tabs:first-child a {
        padding-left:12px;
    }
    .nav-tabs li.special-tabs:last-child a {
        padding-right:12px;
    }
}
@media(max-width:349px) {
    .nav-tabs > li.special-tabs > a {
        padding-left:20px;
        padding-right:0;
    }
    .nav-tabs > li.special-tabs > a:before {
        border-left: 15px solid #fff;
    }
    .nav-tabs > li.special-tabs > a:after {
        border-left: 15px solid #efefef;
        right: -15px;
    }
    .nav-tabs > li.special-tabs.active > a:after {
        border-left: 15px solid #d3d3d3;
    }
    .nav-tabs li.special-tabs:first-child a {
        padding-left:12px;
    }
    .nav-tabs li.special-tabs:last-child a {
        padding-right:12px;
    }
}
/*******************/

.cont-2 a {
    word-break:break-all;
}

div.warning {
    border:5px solid #222;
    border-radius:20px;
    padding:15px;
    position:relative;
    text-align:center;
    margin-top:45px;
    line-height:1.4;
}
div.warning:before {
    content:"";
    background-image: url("../../images/warning-sign.png");
    background-size:contain;
    width:62px;
    height:55px;
    position:absolute;
    z-index:2;
    top:-31px;
    margin-left:-31px;
}
div.warning > p, div.warning > ul {
    margin:5px 0 !important;
    padding:0;
    text-align:left;
}
div.warning ol {
    list-style:lower-alpha;
    color:red;
    font-weight:500;
    margin:15px;
    text-align:left;
}

div.warning.left {
    padding-left:50px;
    padding-right:20px;
    margin:30px;
    margin-top:30px !important;
    margin-bottom:20px !important;
}
div.warning.left:before {
    top:50%;
    margin-top:-28px;
    margin-left:-31px;
    left:-2px;
}

div.warning .warningp{
    padding:revert !important;
}

@media(max-width:420px) {
    div.warning {
        font-size:100%;
    }
    div.warning > * {
        font-size:100%;
    }
    div.warning.left {
        margin:25px;
        margin-right:0;
        margin-left:15px;
    }
}

@media(max-width:400px) {
    .sml-phone {
        font-size:105% !important;
    }
}

@media(max-width:325px) {
    div.warning {
        margin-right:0;
    }
    div.warning > * {
        font-size:100%;
    }
    div.warning.left {
        margin:20px;
        margin-right:-10px;
        margin-left:1px;
    }
}

.status-bar-container {
    position: fixed;
    height: 21px;
    width: 300px;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.no-break {
    display:inline-block;
}

a.no-break {
    text-decoration: none;
}

.slip-box-cont {
    display:table;
    width:100%;
    margin:15px 0;
}
.slip-box {
    display:table-cell;
    vertical-align: top;
    width:50%;
}

@media(max-width:500px) {
    .slip-box-cont {
        display:block;
    }
    .slip-box {
        display:inline-block;
        vertical-align: initial;
        width:100%;
    }
}