﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700);

/*------------------------------------*\
  CONTENTS
\*------------------------------------*/
/*
RESET
CLEARFIX
SHARED
MAIN
ARTICLES
LOGO
TYPE
IMAGES
FORMS
MISC
RESPONSIVE
*/


/*------------------------------------*\
  $RESET
\*------------------------------------*/
/*
A more considered reset; more of a restart...
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, b, mark {
    font-weight: bold;
    font-style: inherit;
}

em, i, cite, q, address, dfn, var {
    font-style: italic;
    font-weight: inherit;
}

    abbr[title], dfn[title] {
        cursor: help;
        border-bottom: 1px dotted;
    }

ins {
    border-bottom: 1px solid;
}

a, u, ins {
    text-decoration: none;
}

del, s {
    text-decoration: line-through;
}

pre, code, samp, kbd {
    font-family: monospace;
}

small {
    font-size: 0.75em;
}

img {
    border: none;
    font-style: italic;
    width: auto;
    max-width: 100%; /* keep the aspect-ratio intact */
    height: auto;
}

input,
select, option, optgroup,
textarea {
    font: inherit;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}


/*------------------------------------*\
  $CLEARFIX
\*------------------------------------*/
/* http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}


/*------------------------------------*\
  $SHARED
\*------------------------------------*/
/*
Rather than writing properties over and over and repeating code we can simply tether selectors to one rule. This is pretty much having variables in CSS (update the colour once and everything gets the changes).
*/
h1, h2, h3, h4, h5, h6, a, a:hover {
    /*  color:#597a8f; */
}

h1, h2, h3, h4, h5, h6,
article,
p,
ul,
ol,
dl {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; /* 24px */
}

b,
strong,
dt {
    font-weight: 700;
}

.tag-list,
.images,
.social,
.projects {
    list-style: none;
}

.tag-list,
.images,
.projects {
    margin-left: 0;
}


/*------------------------------------*\
  $MAIN
\*------------------------------------*/
html {
    font: normal 100%/1.5 'Montserrat', sans-serif;
    color: #14131a;
    height: 100%; /* Ensure it's always full-height so as to not crop the background images. */
    overflow-y: scroll; /* Force scrollbars all the time to avoid page jumps. */

    -webkit-font-smoothing: antialiased; /* Webkit font smoothing */
}


body {
    min-height: 100%;
    background-color: #efefef;
}

/*HTML 5 specific*/
header, section, article, aside, footer {
    display: block;
}

html, body {
    height: 100%
}
/*------------------------------------*\
  $TYPE
\*------------------------------------*/
/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 3.25rem;
    line-height: 1.111;
    text-align: center;
    font-weight: 400;
    letter-spacing: -.05em;
    /* text-transform: uppercase; */
}

h2 {
    font-size: 1.5rem; /* 20px */
    line-height: 1.2; /* 24px */
    text-align: center;
    color: #787878;
    /* text-transform: uppercase; */
}

h3, .option-title {
    font-size: 1.25rem; /* 18px */
    line-height: 1.333; /* 24px */
    font-weight: 700;
    color: #220c70;
}

h4 {
    font-size: 1.1111rem;
    line-height: 1.25;
    text-align: left;
    color: #666;
}

.hd {
}

    .hd strong {
        letter-spacing: 0.01em;
        /* color: #3494e8;
   font-weight: 400 */
    }

/*--- LINKS ---*/
a {
    outline: none;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    -moz-transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

    a:visited,
    {
        color: #999;
        border-color: #eee;
    }

    a:hover,
    a:active,
    a:focus {
        border-color: #6A46EC;
    }

    a:active,
    a:focus {
        position: relative;
        top: 1px;
    }

    /*--- SCREEN READER ACCEESS ---*/
    a:hover, a:active {
        outline: none;
    }

    a, a:active, a:visited {
        color: #18c280;
    }

        a:hover {
            color: #13d288;
        }
/*--- SCREEN READER ACCEESS ---*/


/*--- PARAGRAPHS ---*/
.tagline {
    font: 0.625em/2.4 "Helvetica Neue", Arial, sans-serif; /* 10px with a 24px line-height. */
    text-transform: uppercase;
    color: #fff;
    line-height: 100px; /* Same height as the logo. */
    white-space: nowrap;
}

/*--- LISTS ---*/
ul,
ol,
dd {
    margin-left: 1.5em; /* 24px */
}

li > ul,
li > ol {
    /*margin-bottom:0;*/
    padding-bottom: 0;
}

/* Tags */


/* Social links */


/* Projects */
.projects h3 {
    margin-bottom: 0;
}

.projects a {
    display: block;
    border: none;
    color: #333;
}

/*--- OTHER ---*/


/*------------------------------------*\
  $IMAGES
\*------------------------------------*/

/* Image Caption Adjustments // http://demosthenes.info/blog/662/Design-From-the-Inside-Out-With-CSS-MinContent */
figure {
    border: 2px solid black;
    background: #cae9b8;
    margin: 0;
    width: -moz-min-content;
    width: -webkit-min-content;
    width: min-content;
}

figcaption p {
    text-align: center;
    margin: 1rem;
}

figcaption {
    font-weight: bolder;
    font-size: 1.2rem;
}

img {
    max-width: 100%;
    height: auto;
    font-style: italic;
}
/* bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/*------------------------------------*\
  $HEADER
\*------------------------------------*/

.mast-head {
    position: relative;
    display: block;
    padding: 1.25rem 2% 1rem;
    margin: 0 auto;
}

    .mast-head a:hover {
        opacity: 1;
    }


/*--- LOGO ---*/

.site-logo {
    display: block;
    /* float:left; */
    line-height: 1;
    border: 0;
    margin: 0 auto;
    opacity: .85
}

.inspire3-logo,
.site-logo {
    width: 120px;
    height: 50px;
}

.inspire3-logo {
    background: transparent url('../img/logo-inspire3-c.png') no-repeat center top;
    background-size: contain;
}



/*------------------------------------*\
  $CONTENT
\*------------------------------------*/

/* wrapper. */


.wrapper {
    position: relative;
    display: block;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 1%;
    max-width: 48rem; /*1100*/

    margin: 0 auto;
}

.content {
    background-color: #fff;
    border-radius: 1em;
    padding: 2.5em 6% 1.5em;
    box-shadow: 0 3px 7px rgba(0,0,0,.25)
}

.ie8 .wrapper {
    max-width: 768px;
}

.sub-hd {
    position: relative;
    margin-bottom: 2rem;
}


.box-gray {
    background-color: #f7f7f7;
}

.box-white {
    background-color: #fff;
}



/*------------------------------------*\
    $FORMS
\*------------------------------------*/
form, fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    box-sizing: border-box; /* Opera/IE 8+ */
}

fieldset {
    width: 100%;
}

/* align checkboxes,radios,text inputs with their label */
input[type=radio] {
    vertical-align: text-bottom;
}

input {
    vertical-align: text-bottom;
}

    input[type=checkbox] {
        vertical-align: bottom;
        vertical-align: baseline;
    }

.ie6 input {
    vertical-align: text-bottom;
}

/*  Remove Webkit Search Input Styles*/
input[type=search],
input[type=input],
input[type=email] {
    -webkit-appearance: none;
    outline: none;
}

    input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
        display: none;
    }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
    cursor: pointer;
}

input.error, input.error:focus {
    border: 1px solid #ef100b;
    border-color: rgba(239,16,11,0.5);
}

label.error {
    display: block;
    color: #ef100b;
    font-style: italic;
    font-size: .928em;
    line-height: 1.615;
}

input, select {
    height: 3.666667rem;
}

.select-wrap {
    padding: 0 !important;
}

button.special {
    /*  height: auto;*/
}

input,
textarea,
select {
    display: block;
    width: 100%;
    margin: 0;
    color: #616161;
    background-color: #f8f8f8;
    border: 1px solid #dadada;
    border-radius: .2em;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,.125);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    line-height: normal;
    -webkit-transition: box-shadow 0.3s ease-out, border 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, border 0.3s ease-out;
    color: #342e37;
    padding: .75em 1em;
    margin-bottom: 1.5rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}



.ie8 input, .ie8 textarea, .ie8 .select-wrap {
    border-color: #303343 !important;
}

input:disabled, textarea:disabled, select:disabled {
    background-color: #f5f2f2;
}

input, textarea {
    padding: 0em 0.75em 2px;
}

.ie8 input, .ie8 textarea {
    padding-top: 0.75em;
}

select {
    position: relative;
    top: 0;
    padding: 0px 10px 0px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    /* Fallback */
    background-color: #fff;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    font-style: italic;
    /*Remove default arrow style in FF*/
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
}

    select:focus option,
    select:hover option {
        background-color: #fff;
        color: #5c564a;
        font-style: normal !important;
    }

    select::-ms-expand {
        /*Remove default arrow style in IE10*/
        display: none;
    }

    select option {
        font-style: normal !important;
    }



label {
    color: #333333;
    padding: 0;
    font-size: .7em;
    font-weight: 400;
    text-align: left;
}


input[type=submit]:active,
input[type=button]:active,
button:active,
.btn:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 8px rgba(0,158,227,0.75);
    box-shadow: 0 0 8px rgba(0,158,227,0.75);
}


::-webkit-input-placeholder {
    padding-top: 2px;
    color: #9799ae;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9799ae;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b7bace;
}

:-ms-input-placeholder {
    padding-top: 2px;
}


input:hover, textarea:hover, select:hover {
    border-color: #53bcea !important;
    outline: 0;
}

input:focus, textarea:focus, select:focus {
    border-color: #009ee3 !important;
    box-shadow: 0 0 15px 4px rgba(0,158,227,.25);
    -webkit-transition: box-shadow 1s ease-out;
    transition: box-shadow 1s ease-out;
    /* color: #c9cbd6; */
    font-style: normal;
    outline: none;
    -webkit-appearance: none !important;
}

input[type=text].code {
    border: 0 !important;
    border-bottom: 2px solid #191919 !important;
    background-color: transparent !important;
    display: inline !important;
    width: 90px;
    height: 20px;
    font-size: 1em;
    color: #333;
    line-height: 0.5;
    padding: 0;
    vertical-align: middle;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    input[type=text].code:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

option:not(:first-child) {
    font-size: .9em;
    white-space: normal;
    word-break: break-all;
}

.fieldset {
    vertical-align: top;
}

.fieldset-hd {
    border-bottom: 2px solid #fff;
    padding: 1em .65em 0;
    margin-bottom: 0;
}

.wf-privacy {
    display: block;
}

.wf-privacylink {
    font-size: 14px;
    color: #1a0759 !important;
}

.icon-privacy {
    color: orange;
    position: relative;
    font-size: 1.25rem;
    margin-right: .5rem;
    top: .2em;
    vertical-align: middle
}

.btn-pop {
    position: relative;
    display: block;
}

    .btn-pop .icon {
        position: relative;
        font-size: 1.5rem;
        left: .5em;
        top: .2em;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .btn-pop:hover .icon,
    .btn-pop:focus .icon {
        left: 1em;
    }


/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */

.sub-options {
    padding-left: 3%;
}

.sub-option {
    display: none !important;
    position: absolute;
    margin-bottom: 0 !important;
}


.option-content {
    display: inline-block;
    position: relative;
    padding: 2em 5%;
    vertical-align: top;
    width: 100%;
}


.sub-option + label {
    position: relative;
    display: block;
    font-size: 1.25rem;
    padding: .35rem 0 .35rem 2.5rem;
    margin-bottom: .5rem;
    font-weight: 700
}


    .sub-option + label:hover {
        background-color: #f8f8f8;
    }


    .sub-option + label[for=select-all] {
        font-weight: 400 !important;
        font-size: 1rem !important;
        border-bottom: 1px solid #efefef;
        padding-bottom: .85rem;
    }

    .sub-option + label::before {
        position: absolute;
        display: block;
        top: .6em;
        left: .5em;
        content: '';
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-image: url('../img/check-n-radio.png');
        -webkit-transition: none;
        ;
        transition: none;
    }


    .sub-option + label:before {
        background-position: 0 -21px;
    }

.sub-option:checked + label:before {
    background-position: 0px 0px;
}

/* 
.sub-option + label:before {
  background-position: -20px -21px;
}

.sub-option:checked + label {
  border-color: #54d83e;
  background-color: #fffadd;
} */



/* Remove the custom styling for IE 7-8 */
.ie8 .sub-option + label:before, .ie8 .sub-option + label:before {
    display: none;
    content: none;
}

.ie8 .sub-option, .ie8 .sub-option {
    position: static;
    left: 0;
}

.ie8 .sub-optionr, .ie8 .sub-option {
    position: relative;
    top: 15px;
    margin-right: .35em;
}

/* $BUTTON
/*---------------------------*/

.btn-wrap {
    text-align: center;
}

.btn {
    display: block;
    margin-top: 1em;
    padding: .65em 1.25em .65em;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    text-align: center;
    /*  white-space: nowrap;*/
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .0625rem solid transparent;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.75);
}


    .btn:focus,
    .btn.focus,
    .btn:active:focus,
    .btn:active.focus,
    .btn.active:focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus,
    .btn:hover {
        text-decoration: none;
    }

    .btn.focus {
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
    }

    .btn.disabled,
    .btn:disabled,
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
    }

a.btn.disaabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    /*   background-color: #ff595e;
background-color: #EB5D47; */
    background-color: #eb5046;
    border-color: transparent;
}

    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #e1453b;
        border-color: #e1453b;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #e1453b;
        border-color: #e1453b;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary .icon-btr {
        color: #e1453b;
    }


.btn-secondary {
    color: #fff;
    background-color: #1AC6C1;
    border-color: #1AC6C1;
}

    .btn-secondary:focus,
    .btn-secondary.focus,
    .btn-secondary:active,
    .btn-secondary.active,
    .open > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #17B5AF;
        border-color: #17B5AF;
    }

    .btn-secondary:hover {
        color: #fff;
        background-color: #17B5AF;
        border-color: #17B5AF;
    }

    .btn-secondary:active,
    .btn-secondary.active,
    .open > .btn-secondary.dropdown-toggle {
        background-image: none;
    }

    .btn-secondary .icon-btr {
        color: #17B5AF;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #2aabd2;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }


.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #419641;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #eb9316;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }


.btn-danger {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #E00000;
        border-color: #E00000;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #F50000;
        border-color: #F50000;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

.btn-outline {
    border-width: 1px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.35);
}

.btn-primary-outline {
    color: #eb5046;
    background-color: transparent;
    background-image: none;
    border-color: #eb5046;
}

    .btn-primary-outline:focus,
    .btn-primary-outline.focus,
    .btn-primary-outline:active,
    .btn-primary-outline.active,
    .open > .btn-primary-outline.dropdown-toggle {
        color: #fff;
        background-color: #eb5046;
        border-color: #eb5046;
    }

    .btn-primary-outline:hover {
        color: #fff;
        background-color: #eb5046;
        border-color: #eb5046;
    }


.btn-secondary-outline {
    color: #1AC6C1;
    background-color: transparent;
    background-image: none;
    border-color: #1AC6C1;
}

    .btn-secondary-outline:focus,
    .btn-secondary-outline.focus,
    .btn-secondary-outline:active,
    .btn-secondary-outline.active,
    .open > .btn-secondary-outline.dropdown-toggle {
        color: #fff;
        background-color: #1AC6C1;
        border-color: #1AC6C1;
    }

    .btn-secondary-outline:hover {
        color: #fff;
        background-color: #1AC6C1;
        border-color: #1AC6C1;
    }

.btn-info-outline {
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border-color: #5bc0de;
}

    .btn-info-outline:focus,
    .btn-info-outline.focus,
    .btn-info-outline:active,
    .btn-info-outline.active,
    .open > .btn-info-outline.dropdown-toggle {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .btn-info-outline:hover {
        color: #fff;
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

.btn-success-outline {
    color: #5cb85c;
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
}

    .btn-success-outline:focus,
    .btn-success-outline.focus,
    .btn-success-outline:active,
    .btn-success-outline.active,
    .open > .btn-success-outline.dropdown-toggle {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-success-outline:hover {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

.btn-warning-outline {
    color: #f0ad4e;
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e;
}

    .btn-warning-outline:focus,
    .btn-warning-outline.focus,
    .btn-warning-outline:active,
    .btn-warning-outline.active,
    .open > .btn-warning-outline.dropdown-toggle {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .btn-warning-outline:hover {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

.btn-danger-outline {
    color: #f00;
    background-color: transparent;
    background-image: none;
    border-color: #f00;
}

    .btn-danger-outline:focus,
    .btn-danger-outline.focus,
    .btn-danger-outline:active,
    .btn-danger-outline.active,
    .open > .btn-danger-outline.dropdown-toggle {
        color: #fff;
        background-color: #f00;
        border-color: #f00;
    }

    .btn-danger-outline:hover {
        color: #fff;
        background-color: #f00;
        border-color: #f00;
    }

    .btn-danger-outline.disabled:focus,
    .btn-danger-outline.disabled.focus,
    .btn-danger-outline:disabled:focus,
    .btn-danger-outline:disabled.focus,
    fieldset[disabled] .btn-danger-outline:focus,
    fieldset[disabled] .btn-danger-outline.focus {
        border-color: #eba5a3;
    }

    .btn-danger-outline.disabled:hover,
    .btn-danger-outline:disabled:hover,
    fieldset[disabled] .btn-danger-outline:hover {
        border-color: #eba5a3;
    }

.btn-link {
    font-weight: normal;
    color: #0275d8;
    border-radius: 0;
    box-shadow: none;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link:disabled,
    fieldset[disabled] .btn-link {
        background-color: transparent;
    }

        .btn-link,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover {
                border-color: transparent;
            }

            .btn-link:focus,
            .btn-link:hover {
                color: #014c8c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled:focus,
            .btn-link:disabled:hover,
            fieldset[disabled] .btn-link:focus,
            fieldset[disabled] .btn-link:hover {
                color: #818a91;
                text-decoration: none;
            }

.btn-xl, .btn-group-xl > .btn {
    padding: .75em 1.5em;
    font-size: 1.8888889rem;
    line-height: 1.333333;
    border-radius: .4rem;
}

.upsell-4 .btn-xl {
    font-size: 1.5rem
}

.btn-lg, .btn-group-lg > .btn {
    padding: .9em 1.5em;
    font-size: 1.6rem;
    line-height: 1.333333;
    border-radius: .3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .75rem;
    font-size: .722222222rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

a.btn,
a.btn:hover,
a.btn:focus {
    border: 0;
    border-bottom: 1px solid #0bafaa;
    border-radius: 0;
    padding-bottom: .125em;
    padding-left: 0;
    padding-right: 0;
}

    a.btn:hover {
        color: #0bafaa;
        border-bottom-color: #0bafaa;
        text-decoration: none;
    }

/*------------------------------------*\
  $MISC
\*------------------------------------*/
/* Hide things off-screen moce accessibly than display:none; etc. */
.accessibility {
    position: absolute;
    left: -9999px;
}
/* Hide things to the right for right-to-left languages. */
html[dir='rtl'] .accessibility {
    left: auto;
    right: -9999px;
}

::selection {
    color: #fff;
    background: #65cf9b;
}

::-moz-selection {
    color: #fff;
    background: #65cf9b;
}

.ellipses {
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}

.line-block {
    display: block;
}



.option-title {
    position: relative;
    display: block;
    padding: 2.35rem .2rem 3rem 9rem;
    /* border: 1px solid #ddd;   */
    border-radius: .25em;
    width: 100%;
    /* margin-bottom: 2rem; */
}

    .option-title::before {
        position: absolute;
        display: block;
        content: "";
        width: 6.5rem;
        height: 6.5rem;
        left: 1rem;
        top: 50%;
        margin-top: -3.25rem;
        /* margin: 0 1rem; */
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 71.11111%;
        /* background-size: auto; */

        border-radius: 50%;
        background-color: #F0F7FA;
    }

.option-title-1::before {
    background-image: url('../img/icon-unsubscribe.png');
}

.option-title-2::before {
    background-image: url('../img/icon-frequency.png');
}

.option-title-3::before {
    background-image: url('../img/icon-edit.png');
}


/*------------------------------------*\
  $ACCORDIAN
\*------------------------------------*/

.ac-container {
    /* width: 400px; */
    margin: 1rem auto 1.5rem;
    text-align: left;
}
/* .ac-container label{
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  height: 30px;
  cursor: pointer;
  color: #777;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
  line-height: 33px;
  font-size: 19px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
    0px 2px 2px rgba(0,0,0,0.1);
} */

.option-title {
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

    .option-title:hover {
        background-color: #f3f3f3;
    }

.option:checked + label,
.option:checked + label:hover {
    background: #F0F7FA;
    /* color: #3d7489; */
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    border: 1px solid #afd1df;
    /* border-bottom: 0; */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
/* .ac-container .option-title:hover:after,
.ac-container .option:checked + label:hover:after{
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../images/arrow_down.png) no-repeat center center;  
}
.ac-container input:checked + label:hover:after{
  background-image: url(../images/arrow_up.png);
} */
.option {
    display: none;
}

    .option:checked ~ article {
        height: auto;
    }

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    /* padding: 1em; */
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

    .ac-container article p {
        font-style: italic;
        color: #777;
        line-height: 23px;
        font-size: 14px;
        padding: 20px;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    }

.option:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    /* box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3); */
    border: 1px solid #ddd;
    border-top: 0;
}


@media (max-width: 48em) {

    html {
        font-size: 89.99%
    }

    .wrapper {
        max-width: 32em;
        1
    }

    .option-title {
        padding: 1.5rem .2rem 2rem 8.5rem;
    }

        .option-title::before {
            margin-top: -2.75rem;
            left: 1.5rem;
            width: 5.5rem;
            height: 5.5rem;
        }

    .sub-option + label::before {
        top: .4em;
    }
}


@media (max-width: 30em) {

    html {
        font-size: 83.333%
    }

    .mast-head {
        padding: .75rem 2% 1rem;
    }

    .content {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    h1 {
        font-size: 2rem;
        margin-bottom: .75rem;
    }

    h2 {
        font-size: 1.25rem;
        line-height: 1.5;
        /* max-width: 12rem; */
        margin: 0 auto 0 !important;
    }

    h4 {
        font-size: 1.05rem;
    }

    .wrapper {
        max-width: 24em;
    }


    .option-title {
        /* padding: 1.5rem .2rem 2rem 8.5rem!important; */
        border: 1px solid #efefef;
        text-align: center;
        padding: 6rem 2rem 1rem;
    }

        .option-title::before {
            margin-top: -2.75rem;
            left: 50%;
            top: 1rem;
            /* top: 2rem; */
            margin-top: 0;
            margin-left: -2.5rem;
            width: 5rem;
            height: 5rem;
        }


    .sub-options {
        padding-left: 0;
    }


    .sub-option + label {
        font-size: 1.125rem;
        margin-bottom: 1rem !important;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

        .sub-option + label::before {
            top: .75em;
            left: 2%;
        }


    .btn {
        width: 100%;
    }
}

/*------------------------------------*\
  $PRINT
\*------------------------------------*/
/*
* print styles
* inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
*/
@media print {
    * {
        background: transparent !important;
        color: #444 !important;
        text-shadow: none;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

        a:after {
            content: " (" attr(href) ")";
        }

    abbr:after {
        content: " (" attr(title) ")";
    }

    .ir a:after {
        content: "";
    }

    /* Don't show links for images */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
