/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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 {
    color: #222;
    font-size: 1em;
}

::-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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
   
/* ==========================================================================
   Typography
   ========================================================================== */

body {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family:'Raleway', sans-serif;
	background: #F8F9FB;
}

html, body{
  	padding: 0;
 	margin: 0;
 	width: 100%;
 	height: 100%;
}

/* Headline numbers */
h1 {
	font-family:'Raleway', sans-serif;
	font-size: 22px;
	line-height: 35px;
	margin: 0;
	color: #4A4A4A;
}

h1 span {
	font-size: 13px;
	line-height: 35px;	
	margin: 0;
	color: #8D8D8D;
	font-weight: normal;
	padding-left: 5px;
}

/* Month */
h2 {
	font-family:'Raleway', sans-serif;
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	color: #4A4A4A;
}

/* Smaller box headlines */
h3 {
	font-family:'Raleway', sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    color: #4A4A4A;
}

.regular.box h3 {
	margin-bottom: 8px;
}

h4 {
	font-family:'Raleway', sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    color: #222222;
    letter-spacing: -0.3px;
}

h5 {
	font-family:'Raleway', sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    color: #AFACAC;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

p.small, a.small {
	font-family:'Raleway', sans-serif;
	font-size: 12px !important;
	line-height: 20px;
	margin: 0;
	color: #9E9E9E;
	font-weight: 500;
}

ul {
	font-family:'Raleway', sans-serif;
}

p {
	font-family:'Raleway', sans-serif;
	color: #8D8D8D;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}

a {
	text-decoration: none;
	color: #222222;
}

.red-text {
	color: #810F2E !important;
	font-weight: 500;
}

.green-text {
	color: #2AB641 !important;
	font-weight: 500;
}

@media (min-width: 801px) AND (max-width: 900px) {
.regular.box p {
	font-size: 14px;
	line-height: 20px;
}
}

.login img {
	display: none;
	}

@media (min-width: 400px) {
.login img {
	display: block;
	position: absolute;
	right: 40px;
	width: 120px;
	top: 15px;
}
}

/* ==========================================================================
   Buttons & Generic Form Styles
   ========================================================================== */

button {
   -webkit-appearance: none;
   -moz-appearance: none;
}

button.small, a.button.small {
	background: #76D085;
	min-width: 100px;
	color: #fff;
	border: none;
	font-size: 12px;
	height: 28px;
	font-weight: 700;
	display: block;
}

.box-footer a.button, .box-footer button {
    width: 100%;
    border: none;
    height: 100%;
    color: #fff;
    background: #76D085;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 49px;
}

.modal-button.save-button {
	width: 100%;
	float: right;
	position: relative;
	margin: 10px 0;
}

.save-button:before {
    content: url('~/Content/images/design/customer-care/tick-icon.png');
    position: absolute;
    width: 20px;
    height: 20px;
    top: 11px;
    left: 11px;
}

.modal-button.security-button {
	width: 100%;
	float: right;
	position: relative;
	margin: 10px 0;
}

.security-button:before {
    content: url('../../images/design/customer-care/login-icon.png');
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    left: 9px;
}

@media (min-width: 640px) {
.modal-button.security-button {
	width: 170px;
	margin: 20px 0;
}
.modal-button.save-button {
	width: 170px;
	margin: 20px 0;
}
}

label {
    display: block;
    text-transform: uppercase;
    color: #AFACAC;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.37px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, 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;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
