@import url(normalize.css);

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    min-width: 319px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.separator, .clear {
    clear: both;
}

.buttonheading {
    float: right;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:focus {
    outline: 0;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'ApexRounded-Bold', sans-serif;
    line-height: 1.25;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 36px;
    color: #000;
}

h2 {
    font-size: 28px;
    color: #f167a6;
}

h3 {
    font-size: 26px;
    color: #772c68;
    font-family: 'ApexRounded-Medium', sans-serif;
}

h4 {
    font-size: 24px;
    color: #000;
}

h5 {
    font-size: 22px;
    color: #532e8b;
}

h6 {
    font-size: 18px;
    color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit !important;
    text-decoration: none;
    font-weight: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: underline;
}

p, ul, ol {
    margin: 0 0 1em 0;
}

ul {
    padding: 0 0 0 18px;
}

ol {
    padding: 0 0 0 22px;
}

.btn, a.btn {
    display: inline-block;
    border-radius: 5px;
    font-family: 'ApexRounded-Medium', sans-serif;
    font-size: 20px;
    color: #fff;
    border: 0 none;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn.pink {
    background-color: #ed008c;
}

.btn.pink:hover {
    background-color: #be0070;
}

.btn.brown {
    background-color: #722d68;
}

.btn.brown:hover {
    background-color: #5b2353;
}

.btn.purple {
    background-color: #542f8b;
}

.btn.purple:hover {
    background-color: #43266f;
}

.btn.green {
    background-color: #33c3e2;
}

.btn.green:hover {
    background-color: #299cb5;
}

.btn.pdf:before {
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 29px;
    background: url(../images/internal/pdf.png) no-repeat center center;
    background-size: auto 100%;
    margin-right: 10px;
    margin-bottom: -9px;
}

.shadow-scroller {
    position: relative;
    margin: 0 0 1em 0;
}

.shadow-scroller__scroll-view {
    overflow: auto;
}

.shadow-scroller__shadow-top,
.shadow-scroller__shadow-right,
.shadow-scroller__shadow-bottom,
.shadow-scroller__shadow-left {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.shadow-scroller__shadow-right {
    top: 0;
    right: 0;
    width: 17px;
    height: 100%;
    background: linear-gradient(to right, rgba(3, 37, 58, 0.01) 0%, rgba(3, 37, 58, 0.38) 100%);
    transition: all 0.5s ease-in-out;
}

.shadow-scroller__shadow-left {
    top: 0;
    left: 0;
    width: 17px;
    height: 100%;
    background: linear-gradient(to left, rgba(3, 37, 58, 0.01) 0%, rgba(3, 37, 58, 0.38) 100%);
    transition: all 0.5s ease-in-out;
}

table.basictable {
    min-width: 100%;
    border: 1px solid #e4e8e9;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 1em 0;
}

table.basictable th, table.basictable td {
    border: 1px solid #e4e8e9;
}

table.basictable th {
    font-family: 'ApexRounded-Medium', sans-serif;
    color: #fff;
    background: #532e8b;
    padding: 25px 30px;
    font-size: 22px;
    text-align: left;
    vertical-align: middle;
}

table.basictable td {
    padding: 15px 30px;
}

table.basictable th img:first-child {
    line-height: 1em;
    margin-right: 20px;
    margin-top: -100%;
    margin-bottom: -100%;
}

table.basictable td > *:last-child {
    margin-bottom: 0;
}

.shadow-scroller table.basictable {
    margin: 0;
}

table.bigtable td {
    padding: 40px 30px;
}

a.back_to_top {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: normal;
    color: #505050;
    text-decoration: none;
    margin-top: 60px;
}

a.back_to_top:hover {
    text-decoration: underline;
}

.bt-cs .bt-inner a {
    text-decoration: none;
    color: #000000;
    font-family: 'ApexRounded-Bold', sans-serif;
    font-size: 18px;
}

.bt-cs .bt-inner img {
    border-radius: 5px;
    border: 0;
    outline: none;
}

.customwrapper {
    height: 320px;
}

.customwrapperhome {
    height: 620px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media screen and (max-width: 767px) {
    /*Mobile*/
    body {
        font-size: 12px;
    }

    h1, h2, h3, h4, h5, h6, p, ul, ol {
        margin-bottom: 10px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
    }

    .btn, a.btn {
        display: block;
        position: relative;
        width: 100%;
        font-size: 16px;
        margin-right: 0;
    }

    .btn.pdf {
        padding: 10px 20px 10px 60px;
    }

    .btn.pdf:before {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 22px;
        height: 27px;
    }

    table.basictable th, table.basictable td {
        padding: 15px;
    }

    table.basictable th {
        font-size: 14px;
    }

    table.basictable th img:first-child {
        max-height: 25px;
        margin-right: 10px;
        width: auto;
    }

    table.bigtable td {
        padding: 20px 15px;
    }

    a.back_to_top {
        font-size: 14px;
        margin-top: 20px;
    }

    .customwrapper {
        display: none;
    }

    .customwrapperhome {
        display: none;
    }

}