/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #fff;
	color: #717a83;

}

::-moz-selection {
	background-color: rgba(0, 0, 0, 0.1) !important;
    text-shadow: none;
}

::selection {
	background-color: rgba(0, 0, 0, 0.1) !important;
    text-shadow: none;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    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;
}


a {
	color: #f49929;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: 0;
}
a:hover {
	color: #d58018;
}
select#psp_provider_service{
	display:none;
	visibility: hidden;
}
.button {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	margin-bottom: 0;
	letter-spacing: 2px !important;
	border-radius: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 0.76rem;
}
.button:hover, .button:focus {
	outline: 0;
}
.button span {
	display: block;
	margin-top: 2px;
}
.button i {
	position: relative;
	margin-left: 3px;
	top: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover i {
	right: -4px;
}

img {
	-ms-interpolation-mode:bicubic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
	letter-spacing: -0.04rem;
 }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 80%;
	line-height: 0;
	color: #5d7785;

}



.on-dark,
.on-dark p {
	color: #fff !important;
}

.serif {
	font-family: 'Roboto Slab', serif !important;
}

ul, ol, dl {
	font-weight: normal;
}

.padding-small {
	padding: 1rem;
}
.padding-medium {
	padding: 2rem 2rem !important;
}
.padding-medium-left {
	padding: 2rem 4rem 2rem 1rem !important;
}

.padding-large {
	padding: 6rem 0em !important;
}


.padding-top-large {
	padding-top: 12rem;
}
.padding-left {
	padding: 2em 0;
}
.padding-bottom {
	padding: 0em 0em !important;
}

.margin-medium {
	margin: 3rem 0rem 2rem !important;
}
	@media (max-width:768px) {
		.padding-large {
			padding: 4rem 0em !important;
		}
		.margin-medium {
			margin: 0rem 0rem 2rem !important;
		}
	}
.no-border-left {
	border-left: 0 !important;
}

.rel {
	position: relative;
}
.lowercase {
	text-transform: none !important;
}

.italic {
	font-style: italic !important;
}
.thin {
	font-weight: 100 !important;
}
.light {
	font-weight: 300 !important;
}
.regular {
	font-weight: 400 !important;
}
.semibold {
	font-weight: 500 !important;
}
.bold {
	font-weight: 700 !important;
}
.black {
	font-weight: 900 !important;
}

.center {
	text-align: center !important;
}
.uppercase {
	text-transform: uppercase;
}
.radius {
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}
.round {
	border-radius: 1000px !important;
	overflow: hidden !important;
}
.fw {
	width: 100% !important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}

/*
-----------------------------
BACKGROUND COLORS
-----------------------------
*/

/* Orange */
.bg-primary {
	background-color: #f49929 !important;
}
.bg-primary.opac {
	background: rgba(245, 153, 41, 0.92) !important;
}

/* Light Grey */
.bg-secondary {
	background-color: #aab2b9 !important;
}
.bg-secondary.opac {
	background: rgba(171, 179, 186, 0.95) !important;
}

/* Light Grey */
.bg-color3 {
	background-color: #95a0a9 !important;
}
.bg-color3.opac {
	background-color: rgba(149, 160, 170, 0.23) !important;
}

/* Magenta */
.bg-color4 {
	background-color: #dc0963 !important;
}
.bg-color4.opac {
	background-color: rgba(210, 21, 78, 0.93) !important;
}

/* Alert */
.bg-alert {
	background-color: #f12a44 !important;
}
.bg-alert.opac {
	background-color: rgba(243, 41, 67, 0.95) !important;
}


/* Dark */
.bg-dark {
	background-color: #16243e !important;
}
.bg-dark.opac {
	background-color: rgba(21, 36, 62, 0.96) !important;
}

/* Darker */
.bg-darker {
	background-color: #182336 !important;
}
.bg-darker.opac {
	background-color: rgba(21, 36, 62, 0.96) !important;
}


/* Dark Gray */
.bg-darkgrey {
	background-color: #323e4a !important;
}
.bg-darkgrey.opac {
	background-color: rgba(50, 62, 74, 0.94) !important;
}
/* Light */
.bg-light {
	background-color: rgba(0, 0, 0, 0.04) !important;
}

/* Light */
.bg-lighter {
	background-color: #f5f5f2 !important;
}

/* White */
.bg-white {
	background-color: #fff !important;
}
.bg-white.opac {
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-none {
	background: none !important;
}
.inner-shadow {
	-webkit-box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.06), 0 1px 20px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.06), 0 1px 20px rgba(0, 0, 0, 0.1) ;
}
.inner-shadow-dark {
	-webkit-box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.06), 0 2px 20px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.06), 0 2px 20px rgba(0, 0, 0, 0.7) ;
}
.shadow {
	-webkit-box-shadow:  0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) ;
}
.large-shadow {
	-webkit-box-shadow:  0 1px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1) ;
}

.dark-shadow {
	-webkit-box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.1), 0 1px 20px rgba(0, 0, 0, 0.1) ;
}

.huge-shadow {
	-webkit-box-shadow:  0 1px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 60px rgba(0, 0, 0, 0.1) ;
}

.bg-shade {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.bg-shade-40 {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
}

.dark-gradient {
    background: rgb(34,41,48);
    background: -moz-linear-gradient(-45deg,  rgba(34,41,48,1) 0%, rgba(50,62,74,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(34,41,48,1) 0%,rgba(50,62,74,1) 100%);
    background: linear-gradient(135deg,  rgba(34,41,48,1) 0%,rgba(50,62,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222930', endColorstr='#323e4a',GradientType=1 );
}
.light-gradient {
    background: rgb(30,196,215);
    background: -moz-linear-gradient(-45deg,  rgba(30,196,215,1) 0%, rgba(137,216,99,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(30,196,215,1) 0%,rgba(137,216,99,1) 100%);
    background: linear-gradient(135deg,  rgba(30,196,215,1) 0%,rgba(137,216,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49929', endColorstr='#89d863',GradientType=1 );
}

/*
-----------------------------
TEXT COLORS
-----------------------------
*/

/* Light Blue */
.c-primary {
	color: #f49929 !important;
}

/* Green */
.c-secondary {
	color: #aab2b9 !important;
}

/* Light Grey */
.c-color3 {
	color: #95a0a9 !important;
}

/* Magenta */
.c-color4 {
	color: #dc0963 !important;
}

/* Dark */
.c-dark {
	color: #16243e !important;
}

.c-lightgrey {
	color: #b9bcc4 !important;
}
.c-darkgrey {
	color: #323e4a !important;
}
.c-white {
	color: #fff !important;
}
.c-black {
	color: #000 !important;
}

.c-alert {
	color: #f12a44 !important;
}
.c-success {
	color: #86c847 !important;
}

.button {
	
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	font-weight: normal;
	box-shadow: 0 5px 22px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.button:hover {
	box-shadow: 0 5px 22px rgba(0, 0, 0, 0.2);
}




.with-zoom {
	position: relative;
}
a.with-zoom:after {
  content: "";
  border-radius: 0px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 5px 42px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
 a.with-zoom:hover {
  transform: perspective(1px) scale(1.05);
	z-index: 100;
}
 a.with-zoom:hover:after {
    opacity: 1
}



/*
-----------------------------
IMAGE BLENDMODES
-----------------------------
*/
.multiply {
	background-blend-mode: multiply !important;
}
.screen {
	background-blend-mode: screen !important;
}
.overlay {
	background-blend-mode: overlay !important;
}
.soft-light {
	background-blend-mode: soft-light !important;
}
.darken {
	background-blend-mode: darken !important;
}
.lighten {
	background-blend-mode: lighten !important;
}
.color-dodge {
	background-blend-mode: color-dodge !important;
}
.saturation {
	background-blend-mode: saturation !important;
}
.color {
	background-blend-mode: color !important;
}
.luminosity {
	background-blend-mode: luminosity !important;
}


/*
-----------------------------
IMAGE GRAYSCALE
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   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;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer.line {
	height:1px;
	margin: 10px auto;
	background: #eee;
	position: relative;
}

.clearer.h5 {
	height: 5px;
}
.clearer.h10 {
	height: 10px;
}
.clearer.h15 {
	height: 15px;
}
.clearer.h20 {
	height: 20px;
}
.clearer.h25 {
	height: 25px;
}
.clearer.h30 {
	height: 30px;
}
.clearer.h35 {
	height: 35px;
}
.clearer.h40 {
	height: 40px;
}
.clearer.h45 {
	height: 45px;
}
.clearer.h50 {
	height: 50px;
}
.clearer.h55 {
	height: 55px;
}
.clearer.h60 {
	height: 60px;
}
.clearer.h65 {
	height: 65px;
}
.clearer.h70 {
	height: 70px;
}
.clearer.h75 {
	height: 75px;
}
.clearer.h80 {
	height: 80px;
}
.clearer.h85 {
	height: 85px;
}
.clearer.h90 {
	height: 90px;
}
.clearer.h95 {
	height: 95px;
}
.clearer.h100 {
	height: 100px;
}
.clearer.h120 {
	height: 120px;
}
.clearer.h140 {
	height: 140px;
}
.clearer.h160 {
	height: 160px;
}
.clearer.h180 {
	height: 180px;
}
.clearer.h200 {
	height: 200px;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        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;
    }
}
