/* Minification failed. Returning unminified contents.
(1452,1): run-time error CSS1019: Unexpected token, found '@import'
(1452,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Montserrat:400,700)'
(1454,1): run-time error CSS1019: Unexpected token, found '@import'
(1454,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900,700italic,500italic,400italic,300italic,100italic)'
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(4805,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(6060,1): run-time error CSS1036: Expected expression, found '}'
(6534,1591): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6534,1618): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6534,1739): run-time error CSS1019: Unexpected token, found '@keyframes'
(6534,1758): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6544,1863): run-time error CSS1035: Expected colon, found '}'
(6699,2373): run-time error CSS1019: Unexpected token, found '}'
(9141,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9142,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9151,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9152,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9195,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9196,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9205,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9206,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! jQuery UI - v1.8.24 - 2012-09-28
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.24
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Licensed under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
/* NUGET: BEGIN LICENSE TEXT
 *
 * Microsoft grants you the right to use these script files for the sole
 * purpose of either: (i) interacting through your browser with the Microsoft
 * website or online service, subject to the applicable licensing or use
 * terms; or (ii) using the files as included with a Microsoft product subject
 * to that product's license terms. Microsoft reserves all other rights to the
 * files not expressly granted by Microsoft, whether by implication, estoppel
 * or otherwise. The notices and licenses below are for informational purposes only.
 *
 * NUGET: END LICENSE TEXT */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media(min-width:768px){.container{max-width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media(min-width:992px){.container{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media(min-width:1200px){.container{max-width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media(max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-print:before{content:"\e045"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:middle}strong{font-weight:600}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ul{list-style:disc}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}sub{vertical-align:sub;font-size:.7em}sup{vertical-align:super;font-size:.7em}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.frontend .ui-widget,
.frontend .ui-widget:focus {
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
    font-size: 1em
}
.frontend .ui-growl {
    margin-top: 62px
}
.frontend .modal {
    font-size: 1.1em
}
.frontend .modal .pcaAutoComplete .inputArea .search {
    z-index: 10100 !important
}
.frontend .modal .modal-header {
    background: #2196f3;
    padding: 15px 10px;
    text-align: center;
    text-shadow: none;
    font-family: Arvo, Times, "Times New Roman", serif;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}
.frontend .modal .modal-header h4 {
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: none
}
.frontend .modal .close {
    position: absolute;
    top: 7px;
    right: 7px;
    background: 0;
    border: 0;
    background-image: url('images/close.svg');
    background-size: 15px;
    background-position: 0 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer
}
.frontend .modal.nopaddialog .modal-body {
    padding: 20px 30px
}
.frontend .modal.nopaddialog .modal-body {
    padding: 0
}
.frontend .modal.nopaddialog .modal-body .modalinner {
    padding: 20px 30px
}
.frontend .modal.nopaddialog .modal-body .modalfooter {
    text-align: center;
    padding: 20px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.12)
}
.frontend .modal .modal-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
.frontend .modal-backdrop,
.frontend .modal-backdrop.fade.in {
    opacity: .64;
    filter: alpha(opacity=64);
    background: #202125
}
.frontend.modal-open .header {
    z-index: 1000
}
.frontend .modal .dialogicon {
    position: absolute;
    top: -35px;
    z-index: 10000;
    right: 10px
}
.frontend .modal .dialogicon img {
    width: 60px
}
@media(max-width:979px) {
    .frontend .modal .dialogicon {
        top: 25px
    }
}
.frontend .ui-panel {
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #ccc
}
.frontend .ui-panel .ui-panel-titlebar {
    background: #2196f3;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 10px;
    text-align: center;
    text-shadow: none;
    font-family: Arvo, Times, "Times New Roman", serif
}
.frontend .ui-panel.greytop .ui-panel-titlebar {
    background: #f4f4f4
}
.frontend .ui-panel.greytop .ui-panel-titlebar .ui-panel-title {
    color: #444
}
.frontend .ui-panel .ui-panel-titlebar .ui-panel-title {
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.3em;
    font-weight: 400
}
.frontend .ui-datatable tbody,
.frontend .ui-datatable thead {
    border: 0
}
.frontend .ui-datatable tbody td,
.frontend .ui-datatable tbody tr,
.frontend .ui-datatable thead th {
    border-bottom: 0;
    border: 0
}
.frontend .ui-datatable .inputRegion {
    margin: 0
}
.frontend .ui-datatable .inputRegion select,
.frontend .ui-datatable .inputRegion input {
    margin: 5px 0
}
.frontend .ui-datatable {
    border: 1px solid #ccc;
    border-radius: 3px
}
.frontend .ui-datatable thead {
    border-bottom: 1px solid #ccc
}
.frontend .ui-datatable th {
    background: 0;
    text-align: left;
    padding: 15px 10px;
    color: #181818
}
.frontend .ui-datatable th,
.frontend .ui-datatable td {
    border-left: 1px solid #ccc;
    vertical-align: middle
}
.frontend .ui-datatable th:first-child,
.frontend .ui-datatable td:first-child {
    border-left: 0
}
.frontend .ui-datatable .ui-paginator {
    border: 0;
    background: #f4f4f4
}
.frontend .ui-datatable tfoot td {
    box-shadow: none !important;
    border-width: 1px 0 0;
    background: #f4f4f4
}
.frontend .ui-datatable td .button {
    margin: 2px 0 0 0
}
.frontend .ui-datatable .centerbuttons {
    text-align: center
}
.frontend .ui-datatable.dtcolour thead {
    border-bottom: 0
}
.frontend .ui-datatable.dtcolour th {
    background: #2196f3;
    text-align: left;
    padding: 15px 10px;
    color: #fff;
    text-shadow: none;
    box-shadow: none
}
.frontend .ui-datatable.dtcolour tr.ui-datatable-even {
    background: #f0f3f7
}
.frontend .ui-datatable.dtcolour tr.ui-datatable-odd {
    background: 0
}
.frontend table.verticaltop td {
    vertical-align: top
}
.frontend table.verticaltop td .button {
    margin-top: 0
}
a {
    cursor: pointer
}
.hasdownlink {
    position: relative
}
.hasdownlink:after {
    content: "";
    position: absolute;
    right: 6px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff
}
.error textarea {
    border: 1px solid red;
    padding: .1em 0 .2em .1em
}
.error,
.required {
    color: red;
    text-align: left;
    font-size: .9em
}
.required {
    padding-left: 2px
}
.warn {
    color: #f47a20
}
.fakeselect {
    position: relative;
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
    background: white;
    color: black;
    cursor: pointer;
    border: 1px solid #a6a6a6;
    border-radius: 5px
}
.fakeselect.open {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.fakeselect:after {
    content: "v";
    right: 15px;
    position: absolute;
    color: #cbcbcb;
    transform: scale(2.0, 1.0);
    font-weight: 300
}
.fakeselect .dropdown {
    position: absolute;
    left: -1px;
    top: 59px;
    background: white;
    width: calc(100%+2px);
    padding: 10px 5px;
    border: 1px solid #a6a6a6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.16);
    cursor: default
}
.fakeselect .dropdown li {
    list-style: none;
    font-size: .9em
}
.fakeselect .dropdown li a {
    color: black !important;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px
}
.fakeselect .dropdown li:hover {
    background: #efefef;
    border-radius: 3px
}
.input {
    position: relative
}
.inputRegion .inputErrors {
    border: 1px solid red
}
.inputRegion label {
    display: block;
    margin: 5px 0;
    color: #2196f3;
}
.inputRegion.checkbox label,
.inputRegion.checkbox .input {
    display: inline-block;
    vertical-align: middle
}
.input.inputsinline .inputRegion {
    display: inline-block;
    float: left;
}
.inputRegion {
    margin-bottom: 10px;
    display: block;
    text-align: left
}
.output {
    font-size: 1em;
    color: black;
    padding-top: 0
}
.input input,
.input select,
.input textarea {
    width: 330px;
    font-size: 1em;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 38px;
    padding: 5px;
    color: inherit;
    margin-bottom: 5px
}
.input input:focus,
.input select:focus,
.input textarea:focus {
    border: 1px solid #00a0f9
}
.input input[type="radio"] {
    width: auto !important;
    margin-left: 10px
}
.input td:first-child input[type="radio"] {
    margin-left: 0
}
.rf-cal-inp {
    width: 100px !important
}
.col .input input,
.col .input select,
.col .input textarea {
    max-width: 100%
}
.col .label {
    text-align: left
}
textarea,
input[type="text"],
input[type="password"],
select {
    background: #fff
}
textarea {
    line-height: 1.2em
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
select[disabled] {
    color: #c4c0b9;
    cursor: default
}
.dateinputmask {
    letter-spacing: 1px
}
.checkbox input {
    display: none;
    position: absolute;
    top: 3px
}
.checkbox {
    position: relative
}
.checkbox.halfwidth {
    width: 50%
}
.checkbox.labelhidden label {
    width: 0;
    float: left;
    height: 0;
    overflow: hidden;
    margin: 0;
    margin-right: 25px;
    border: 1px solid #fff
}
.checkbox.labelhidden input {
    left: -0;
    top: 0
}
.checkbox label {
    margin-left: 25px
}
.checkbox label:before {
    content: "";
    display: inline-block;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 16px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2)
}
.checkbox.labelhidden label:before {
    bottom: 0
}
.checkbox-input-inline .inputRegion {
    display: inline-block
}
.checkbox-input-inline .inputRegion .label {
    display: inline
}
input[type=checkbox]:checked+label:before {
    background: #4891e6;
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 18px;
    color: #f3f3f3;
    text-align: center;
    line-height: 16px;
    border: 1px solid #4891e6
}
input[type=checkbox][disabled]+label:before {
    border: 1px solid rgba(190, 190, 190, 0.2)
}
.toggleSwitch {
    display: table
}
.toggleSwitch .toggleSwitchContainer {
    display: table-cell;
    position: relative;
    width: 40px;
    height: 18px;
    margin-right: 7px;
    border-radius: 14px
}
.toggleSwitch .toggleSwitchContainer label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    max-width: none !important;
    height: 18px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #e9432c;
    border-radius: 14px;
    background: #fff;
    transition: background-color 200ms ease, border-color 200ms ease
}
.toggleSwitch .toggleSwitchContainer label:before {
    display: block;
    content: "NO";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 16px;
    padding: 3px 4px;
    font-size: 10px;
    color: #fff !important;
    text-align: right;
    border-radius: 14px;
    background-color: #e9432c;
    transition: transform 200ms ease
}
.toggleSwitch .toggleSwitchContainer label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    transition: transform 200ms ease
}
.toggleSwitch .toggleSwitchContainer input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0
}
.toggleSwitch .toggleSwitchContainer input[type=checkbox]:checked ~ label {
    border-color: #42d75b;
    background-color: #42d75b;
    transition: background-color 200ms ease, border-color 200ms ease
}
.toggleSwitch .toggleSwitchContainer input[type=checkbox]:checked ~ label:before {
    content: "YES";
    padding: 1px 4px;
    font-size: 10px;
    text-align: left;
    text-shadow: none;
    border: 0;
    background: 0;
    transition: transform 200ms ease
}
.toggleSwitch .toggleSwitchContainer input[type=checkbox]:checked ~ label:after {
    content: "";
    transform: translateX(22px);
    transition: transform 200ms ease
}
.toggleSwitch .toggleSwitchContainer input[type=checkbox][disabled] ~ label,
.toggleSwitch .toggleSwitchContainer input[type=checkbox][disabled]:checked ~ label {
    background: rgba(190, 190, 190, 0.5);
    border-color: rgba(190, 190, 190, 1)
}
.toggleSwitch .toggleSwitchContainer input[type=checkbox][disabled] ~ label:before,
.toggleSwitch .toggleSwitchContainer input[type=checkbox][disabled]:checked ~ label:before {
    background: rgba(190, 190, 190, 0.5)
}
.toggleSwitch>label {
    display: table-cell;
    margin: 0;
    padding-left: 6px;
    vertical-align: middle
}
.toggleSwitch.labelhidden>label {
    display: none
}
.toggleSwitch.toggleSwitchBig .toggleSwitchContainer {
    width: 77px;
    height: 34px;
    margin-right: 7px;
    border-radius: 27px
}
.toggleSwitch.toggleSwitchBig .toggleSwitchContainer label {
    width: 77px;
    height: 34px;
    border-radius: 27px
}
.toggleSwitch.toggleSwitchBig .toggleSwitchContainer label:before {
    width: 75px;
    height: 32px;
    padding: 5px 8px;
    font-size: 18px;
    border-radius: 27px
}
.toggleSwitch.toggleSwitchBig .toggleSwitchContainer label:after {
    width: 16px;
    height: 16px
}
.toggleSwitch.toggleSwitchBig .toggleSwitchContainer label:after {
    width: 32px;
    height: 32px
}
.toggleSwitch.toggleSwitchBig .toggleSwitchContainer input[type=checkbox]:checked ~ label:before {
    padding: 8px;
    font-size: 18px
}
.toggleSwitch.toggleSwitchBig .toggleSwitchContainer input[type=checkbox]:checked ~ label:after {
    transform: translateX(43px)
}
.hpfield {
    display: none
}
.pwdtypecontrol {
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 3px;
    font-size: .8em
}


.col {
    width: 410px;
    vertical-align: top;
    margin: 0 30px 30px 30px;
    display: inline-block
}
.col:first-child {
    margin-left: 0
}
.col.dblcol {
    width: 850px
}
.col.lastcol {
    margin-right: 0
}
.col.rightborder {
    border-right: 1px solid #ccc
}
.col.rightborder:nth-child(3) {
    border-right: 0
}
.col.padnotmarg {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px
}
.col.small {
    width: 290px
}
.col .whitepanel,
.col.whitepanel {
    margin-bottom: 40px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.20);
    background: #fff
}
.col-one {
    width: 800px;
}
.font-white {
    color: white
}
.font-green {
    color: #5dc074
}
.font-yellow {
    color: #faeb18
}
.font-black {
    color: #292e31
}
.font-grey {
    color: #6f7c82
}
.grid {
    width: 100%;
    font-size: 0
}
.grid img {
    font-size: 14px
}
.grid.center {
    margin: 0 auto
}
[class*='col-'] {
    vertical-align: top;
    display: inline-block
}
.typography-rules h1,
.typography-rules h2,
.typography-rules h3,
.typography-rules h4 {
    font-weight: 400
}
.typography-rules h4 {
    text-transform: none;
    color: inherit;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif
}
.typography-rules .semibold,
.typography-rules .button.semibold {
    font-weight: 600
}
body.typography-rules {
    font-size: 100%
}
@media screen and (max-width: 767px) {
    .grid {
        max-width: 100%;
        padding: 0 8px
    }
    [class*='col-'] {
        margin: 0 8px 15px 8px
    }
    .typography-rules h1,
    .typography-rules .banner h1 {
        font-size: 2.5em
    }
    .typography-rules h2 {
        font-size: 1.5em
    }
    .typography-rules h2.larger {
        font-size: 1.625em
    }
    .typography-rules h3,
    .typography-rules .banner h3 {
        font-size: 1.375em;
        line-height: 1.625em
    }
    .typography-rules h3.larger {
        font-size: 1.5em
    }
    .typography-rules h4 {
        font-size: 18px;
        line-height: 24px
    }
    .typography-rules p {
        font-size: 1em;
        line-height: 1.25em
    }
    .typography-rules.frontend .button {
        font-size: 1.125em
    }
}
@media screen and (min-width: 768px) {
    .grid {
        max-width: 768px;
        padding: 0 12px
    }
    [class*='col-'] {
        margin: 0 12px 24px 12px
    }
    .col-1-1 {
        width: 720px;
        margin-bottom: 0
    }
    .col-1-2 {
        width: 348px
    }
    .typography-rules h1 {
        font-size: 3.5em
    }
    .typography-rules h2 {
        font-size: 1.75em
    }
    .typography-rules h2.larger {
        font-size: 2.25em
    }
    .typography-rules h3,
    .typography-rules .banner h3 {
        font-size: 1.375em;
        line-height: 1.625em
    }
    .typography-rules h3.larger {
        font-size: 1.5em
    }
    .typography-rules h4 {
        font-size: 18px;
        line-height: 24px
    }
    .typography-rules p {
        font-size: 1.0625em;
        line-height: 1.375em
    }
}
@media screen and (min-width: 992px) {
    .grid {
        max-width: 992px;
        padding: 0 13px
    }
    [class*='col-'] {
        margin: 0 13px 26px 13px
    }
    .col-1-1 {
        width: 940px;
        margin-bottom: 0
    }
    .col-1-2 {
        width: 455px
    }
    .col-1-3 {
        width: 293px
    }
    .typography-rules h1 {
        font-size: 4em
    }
    .typography-rules h2 {
        font-size: 2em
    }
    .typography-rules h2.larger {
        font-size: 2.375em
    }
    .typography-rules h3 {
        font-size: 1.625em
    }
    .typography-rules h3.larger {
        font-size: 1.75em
    }
    .typography-rules h4 {
        font-size: 20px;
        line-height: 24px
    }
    .typography-rules h4.smaller {
        font-size: 1.25em
    }
    .typography-rules p {
        font-size: 1.0625em;
        line-height: 1.375em
    }
}
@media screen and (min-width: 1200px) {
    .grid {
        max-width: 1200px;
        padding: 0 15px
    }
    [class*='col-'] {
        margin: 0 15px 30px 15px
    }
    .col-1-1 {
        width: 1140px;
        margin-bottom: 0
    }
    .col-1-2 {
        width: 553px;
    }
    .col-1-3 {
        width: 330px
    }
    .typography-rules h1 {
        font-size: 4.5em
    }
    .typography-rules h2 {
        font-size: 3.25em;
        margin-bottom: 20px
    }
    .typography-rules h2.larger {
        font-size: 2.75em
    }
    .typography-rules h3 {
        font-size: 1.5em
    }
    .typography-rules h3.larger {
        font-size: 1.625em
    }
    .typography-rules h4 {
        font-size: 22px;
        line-height: 26px
    }
    .typography-rules h4.smaller {
        font-size: 1.25em
    }
    .typography-rules p {
        font-size: 1.125em;
        line-height: 1.5em
    }
}
.divtable {
    display: table;
    width: 100%;
    margin: 0 auto
}
.divtable .cell {
    display: table-cell;
    vertical-align: middle
}
.customradios {
    width: 100%
}
.customradios .radiooption {
    position: relative;
    border: 1px solid #8e9b9c;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border-radius: 4px
}
.customradios .radiooption.selected {
    background: #fed4bd;
    border: 1px solid #e6570c
}
.customradios .radiooption .ui-radiobutton,
.customradios .radiooption .ui-chkbox {
    position: absolute;
    right: 15px;
    top: 50%;
    top: calc(50% - 8px);
    margin: 0
}
.customradios .radiooption .ui-radiobutton-box,
.customradios .radiooption .ui-chkbox-box {
    width: 17px;
    height: 17px;
    position: relative;
    background: 0
}
.customradios .radiooption .ui-radiobutton .ui-radiobutton-icon,
.customradios .radiooption .ui-chkbox .ui-chkbox-icon {
    margin: 0;
    top: -1px;
    left: 0;
    position: absolute
}
.customradios.horizontal {
    vertical-align: middle;
    display: table
}
.customradios.horizontal .radiooption {
    display: inline-block;
    padding-right: 50px;
    border: 0;
    vertical-align: middle
}
.customradios.horizontal .radiooption.selected {
    background: 0
}
.customradios.horizontal .radiooption {
    text-align: left
}
.customradios.horizontal .radiooption a.help {
    background: 0;
    width: auto;
    font-size: .7em;
    top: 27px;
    display: inline-block;
    position: absolute;
    text-decoration: underline;
    color: #bbb
}
a.pagelink {
    font-weight: 600;
    width: 39px;
    height: 39px;
    font-size: 20px !important;
    padding-top: 6px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;
    color: #01082c !important;
}
a.pagelink.currentPage {
    border-radius: 4px;
    color:#41837a !important;
     font-size: 20px !important;
}
.pagination {
    margin: 80px 0 60px 0
}
.pagination .responsive {
    display: none
}
.pagination .button.previous,
.pagination .button.next {
    height: 39px;
    line-height: 16px !important;
    font-size: 16px !important;
    margin: -1px 15px 0 15px;
    border: 2px solid #41837a !important;
    position: relative;
    background-color:transparent !important;
    color:#333 !important;
}
.pagination .button.previous {
    padding: 13px 10px 10px 10px;
    border-radius:10px;
}
.pagination .button.next {
    padding: 13px 10px 15px 10px;
    border-radius:10px;
}
.pagination .button.previous:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.pagination .button.next:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
iframe {
    max-width: 100%
}
/* ================================================
Google Web Fonts
================================================ */
/* Montserrat */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/* Roboto */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900,700italic,500italic,400italic,300italic,100italic);


@font-face {
    font-family: 'Vani Bold';
    src: url('../fonts/Vani-Bold.ttf');
    src: url('../fonts/Vani-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Vani-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Vani-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Vani';
    src: url('../fonts/Vani-Regular.ttf');
    src: url('../fonts/Vani-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Vani-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Vani-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}




body {
    line-height: 1.2;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    background-color: #f8f4da;
}
div.spacer {
    height: 10px;
    width: 100%
}
div.spacer2 {
    height: 20px;
    width: 100%
}
div.spacer6 {
    height: 60px;
    width: 100%
}
body.frontend {
    padding: 0
}
div.clear {
    clear: both
}
.inner {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 100%
}
.inner.narrow {
    width: 810px
}
.inner>.center {
    position: relative
}
.inner>.center h2+a {
    position: absolute;
    top: 12px;
    left: 0
}
.inner img
{    
    max-width:100%;
}
.center {
    text-align: center
}
.right {
    text-align: right
}
.left {
    text-align: left
}
.central {
    margin: 0 auto
}
.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: auto
}
h1 {
    font-size: 4.5em
}
h2 {
    font-size: 3.25em;
    margin-bottom: 20px
}
h3 {
    font-size: 1.5em
}
h3.larger {
    font-size: 1.5em
}
h4 {
    font-size: 1.125em;
    color: #9b9b9b;
    text-transform: uppercase;
}
.addtoshortlistpanel {
    margin-top: -39px;
    padding: 26px 30px 30px;
}
.addtoshortlistpanel .addtoshortlist .button {
    margin: 0;
    font-size: 20px !important;
}
.addtoshortlistpanel p {
    margin: 0;
    font-size: 16px;
    color: #8b8b8b;
}
.ui-widget-content {
    border: 1px solid #a8a8a8;
    background: #ffffff;
    color: #4f4f4f;
    padding:10px;
}
.ui-datatable-odd {
    background: none repeat scroll 0 0 #F2F5F9;
}
.frontend .ui-datatable th {
    background: 0;
    text-align: left;
    padding: 15px 10px;
    color: #181818;
}
.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td,
.ui-datatable tfoot th {
    padding: 4px 10px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}
p {
    font-size: 1.125em;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px
}
.frontend a {
    color: #2196f3;
    text-decoration: none
}
.text-smaller {
    font-size: .9em
}
.text-bold {
    font-weight: bold
}
.text-italic {
    font-style: italic
}
.text-middle {
    vertical-align: middle
}
.angledtabs.ui-widget-content {
    padding: 0 !important;
    border-color: #e8e8e8
}
.angledtabs .ui-tabs-panel {
    padding: 0 !important
}
.angledtabs .ui-datatable-empty-message td {
    padding-left: 20px !important
}
.angledtabs .ui-corner-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}
.angledtabs .ui-tabs-nav {
    padding: 0 !important;
    width: 100%;
    text-align: center !important
}
.angledtabs .ui-tabs-nav li {
    display: inline-block;
    margin: 0;
    text-align: center;
    outline: 0;
    top: 0;
    vertical-align: middle !important;
    line-height: 50px;
    float: none
}
.angledtabs .ui-tabs-nav li.ui-tabs-selected {
    border: 0
}
.angledtabs li.ui-state-default {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}
.angledtabs li.ui-state-hover {
    outline: 0
}
.angledtabs li a {
    padding: 0;
    vertical-align: middle;
    font-weight: bold;
    width: 100%
}
.angledtabs li:not(.ui-tabs-selected) {
    background: #e8e8e8
}
.angledtabs li:not(.ui-tabs-selected) a {
    color: #7d7d7d
}
.angledtabs li.ui-tabs-selected a {
    color: #000
}
.angledtabs li:nth-of-type(1) {
    width: 50%;
    border: 0;
    position: relative
}
.angledtabs li:nth-of-type(2) {
    width: 50%;
    border: 0;
    position: relative
}
.angledtabs .ui-helper-clearfix:after {
    display: none
}
.angledtabs li:nth-of-type(1).ui-tabs-selected:after {
    display: block;
    content: " ";
    width: 15px;
    height: 100%;
    left: 98%;
    background-color: #fff;
    position: absolute;
    transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    z-index: 1
}
.angledtabs li:nth-of-type(2).ui-tabs-selected:before {
    display: block;
    content: " ";
    width: 15px;
    left: -10px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    transform: skewX(170deg);
    -ms-transform: skewX(170deg);
    -webkit-transform: skewX(170deg);
    z-index: 1
}
.angledtabs .contentheader {
    min-height: 57px;
    padding: 17px 33px;
    font-weight: 600;
    color: #292e31;
    border-bottom: 1px solid #e8e8e8
}
.angledtabs .ui-state-disabled {
    opacity: 1
}
.tablenoheader.ui-datatable .ui-datatable-odd {
    background-color: white
}
.tablenoheader.ui-datatable td {
    padding: 0 !important
}
.tablenoheader.ui-datatable thead {
    display: none
}
.tablenoheader.ui-datatable {
    border: 0 !important
}
.siderule {
    position: relative;
    margin-bottom: 10px
}
.siderule span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 20px
}
.siderule:before {
    content: "";
    border-bottom: 1px solid;
    border-color: #9b9b9b;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 15%;
    z-index: 0
}
.siderule.fullwidth:before {
    width: 100%;
    left: 0
}
.smallunderline {
    position: relative;
    padding-bottom: .5em
}
.smallunderline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .1em;
    border-bottom: 2px solid rgba(0, 0, 0, 0.87);
    width: 25px
}
.midunderline {
    padding-bottom: .7em;
    display: inline-block;
    position: relative
}
.midunderline:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 7.5px);
    bottom: .3em;
    border-bottom-color: inherit;
    border-bottom: 1px solid;
    width: 15px
}
.header {
    width: 100%;
    background: #2196f3;
    height: 100px;
    position: fixed;
    z-index: 5000
}
#allcontent {
    padding-top: 100px
}
.contentwrapper {
    padding-bottom: 40px;
    background-color: #f2f2f2
}
.quicklinks,
.login {
    font-size: 20px
}
.quicklinks .loginlink {
    display: none
}
    .quicklinks a,
    .login a {
        font-family: "Open Sans", sans-serif;
        font-weight:bold;
        color: #fff;
        text-decoration: none
    }
.quicklinks ul {
    margin-top: 26px;
    list-style: none;
    font-size: 16px;
    padding-right: 0px
}
.quicklinks ul li:first-child {
    margin-left:10px;
}
.quicklinks ul li {
    vertical-align: middle;
    float: left;
    margin-left: 30px;
    display: inline-block
}
.quicklinks .alert,
.linkbar .alert {
    background: #ea3031;
    border-radius: 5px;
    vertical-align: top;
    margin-top: 4px;
    text-align: center;
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: .7em;
    color: white
}
.linkbar .alert {
    margin-top: -4px;
    padding-top: 1px
}
.quicklinks.additional {
    display: none
}
.pupillogout {
    margin-top: 16px;
    list-style: none;
    float: right;
    font-size: 20px;
    padding-right: 35px
}
.pupillogout li {
    vertical-align: middle;
    float: left;
    margin-left: 35px;
    display: inline-block
}
.pupillogout a {
    color: #fff;
    text-decoration: none
}
.login,
.loggedin {
    float: right;
    height: 100%;
    position: relative;
    margin-right:10px;
}
.login a,
.loggedin a
{
    margin-left:30px;
}
.login a,
.loggedin a,
.menubutton a {
    font-size: 20px;
    display: block;
    vertical-align: middle;
    height: 100%;
    float: left;
    font-weight: 600;
    margin-top:-6px;
}
.loggedin .username {
    max-width: 105px !important;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: auto !important;
    margin-top:-5px;
    font-family:'Verdana';
       
}
.loggedin a {
    color: white;
    margin-left: 25px;
    font-family:'Verdana';
}
.loggedin a.hasdownlink:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 17px;
    width: 34px;
    height: 33px;
    background-image: url('../images/profile/loginPerson_icon.png');
    background-size: 43px
}
.loggedin a.hasdownlink:after {
    top: calc(50%)
}
.loggedin .dropdown {
    position: absolute;
    width: 200px;
    right: 0;
    top: 62px;
    background: #2196f3;
    padding: 10px 20px;
    z-index: 3000
}
.loggedin .dropdown li {
    list-style: none;
    clear: both;
    width: 100%;
    display: inline-block;
    position: relative
}
.loggedin .dropdown li a {
    color: #fff;
    display: block;
    padding: 4px 0;
    margin: 0;
    font-size: .95em
}
.loggedin .dropdown li a .newflag {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #4891e6;
    text-transform: uppercase
}
.loggedin .submenu {
    display: none
}
.loggedin .submenu .heading {
    border-bottom: 1px solid #4891e6;
    color: white;
    text-align: center;
    padding-bottom: 5px;
    cursor: pointer;
    font-family:Verdana;
}
.loggedin .submenu .heading:before {
    content: "<";
    position: absolute;
    left: 10px
}
.quicklinks .wallet {
    position: relative;
    margin-left: 0px;
    margin-top: -2px;
}
.quicklinks .wallet:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -8px 5px 0 0;
    width: 43px;
    height: 33px;
    background-image: url('../images/profile/wallet_icon.png');
    background-size: 43px
}
.quicklinks .wallet .cta {
    background: #2196f3;
    padding: 4px 6px;
    border-radius: 3px
}
#signupheaderlink,
#signupheaderlink2,
#endsessionlink,
#arrangemeetingheaderlink,
.endsessionlink {
    /*background: #74c0fc;
    color: #f3fdff;*/
}
.col.signup {
    padding: 30px 30px;
    width: 430px
}
.signup .input input,
.signup .input select,
.signup .input textarea {
    width: 100%
}
.logo {
    margin-left: 10px;
    margin-top: 15px;
    height: 30px;
}
.banner {
    width: 100%;
    margin-bottom: 80px;
    position: relative
}
.banner .valign {
    position: relative;
    top: 0;
    transform: none;
    height: auto;
    padding: 80px 0
}
.banner.uni.clouds .valign:after {
    content: "";
    height: 1px;
    width: 100px;
    display: block;
    padding-bottom: 30px
}
.banner .inner {
    color: white
}
.banner.hasvideo .inner {
    z-index: 10
}
.banner .subtitle {
    font-size: 1.2em
}
.banner.uni {
    position: relative
}
.banner.uni:before {
    z-index: 0;
    content: "";
    background-image: url('../images/university-landscape.png');
    height: 96px;
    width: 100%;
    position: absolute;
    bottom: -43px;
    background-position: center;
    background-repeat: no-repeat
}
.banner.uni.clouds:before {
    background-image: url('../images/university-landscape-clouds.png');
    height: 151px;
    bottom: -60px
}
.banner.uni.noclouds:before {
    background-image: url('../images/university-landscape-noclouds.png');
    height: 151px;
    bottom: -60px
}
.banner.uni-small.noclouds:before {
    background-size: 637px 71px;
    bottom: -68px
}
.banner.uni-small .valign {
    padding-bottom: 40px
}
.banner.uni.snow:before {
    background-image: url('../images/university-landscape-snow.png');
    height: 151px;
    bottom: -60px
}
.banner .bgvideo {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 480px;
    overflow: hidden
}
.banner .bgvideo video {
    max-width: 100%;
    margin-top: -60px
}
.banner .bgvideo img {
    display: none
}
.templateB .banner {
    text-align: center;
    background: #e9f3fb;
    border-bottom: 2px solid #98a6ad;
    font-size: 12pt;
    padding: 30px
}
.templateB p a.selected {
    color: #444;
    text-decoration: underline
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .banner.uni:before {
        background-image: url('../images/university-landscape@2x.png');
        background-size: 953px 96px
    }
    .banner.uni.clouds:before {
        background-image: url('../images/university-landscape-clouds@2x.png');
        background-size: 953px 151px
    }
    .banner.uni.noclouds:before {
        background-image: url('../images/university-landscape-noclouds@2x.png');
        background-size: 953px 151px
    }
    .banner.uni.snow:before {
        background-image: url('../images/university-landscape-snow@2x.png');
        background-size: 953px 151px
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-device-pixel-ratio: 3),
only screen and (min-resolution: 288dpi),
only screen and (min-resolution: 3dppx) {
    .banner.uni:before {
        background-image: url('../images/university-landscape@3x.png');
        background-size: 953px 96px
    }
    .banner.uni.clouds:before {
        background-image: url('../images/university-landscape-clouds@3x.png');
        background-size: 953px 151px
    }
    .banner.uni.noclouds:before {
        background-image: url('../images/university-landscape-noclouds@3x.png');
        background-size: 953px 151px
    }
    .banner.uni.snow:before {
        background-image: url('../images/university-landscape-snow@3x.png');
        background-size: 953px 151px
    }
}
.banner.smaller {
    height: 300px;
    margin-bottom: 0
}
.banner.smaller .inner {
    padding-top: 30px
}
.banner.smaller h3 {
    font-size: 36px !important
}
.banner.smallest {
    height: 200px;
    margin-bottom: 0
}
.banner.smallest .inner {
    padding-top: 30px
}
.banner .breakoutbox {
    text-align: left;
    width: 390px;
    padding: 30px;
    position: absolute;
    bottom: -30px
}
.contentbanner {
    padding: 60px 0
}
.contentbanner .grid {
    margin: 40px auto
}
.typography-rules .contentbanner h2+h3 {
    margin-bottom: 80px
}
.postbannerpress {
    opacity: .6;
    margin-bottom: 40px;
    display: table;
    width: 100%;
    position: relative
}
.postbannerpress p.asfeatured,
.postbannerpress .pressicon {
    display: table-cell;
    vertical-align: middle
}
.postbannerpress p.asfeatured {
    font-size: 22px;
    font-weight: 600;
    width: 164px;
    text-align: left
}
.postbannerpress .pressicon {
    width: 200px
}
a.back {
    font-weight: 600;
    color: white;
    position: relative;
    margin-left: 25px
}
a.back:before {
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -15px;
    top: 7px;
    transform: rotate(45deg)
}
a.forward {
    position: relative;
    margin-right: 25px
}
a.forward:after {
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -15px;
    top: 7px;
    transform: rotate(-135deg)
}
a.forward.gray:after {
    border-color: #e6e6e6
}
h2.pageheading {
    font-size: 4em;
    color: #014f52;
    width: 100%x;
    padding: 60px 0 20px 0;
    margin-bottom: 0px;
    text-align:center;
    font-family:"Vani Bold";

    
}
.shortcuts {
    background: #4a4a4a
}
.shortcuts a {
    display: inline-block;
    margin: 18px 5%;
    color: white;
    font-size: 1.25em;
    font-weight: 600
}
.frontend .button,
.frontend .smallbutton,
.frontend .ui-button.button {
    border-radius: 5px;
    padding: 14px 20px;
    padding-top:20px;
    margin: 20px 0;
    display: inline-block;
    color: white;
    font-size: 1.25em;
    text-align: center;
    border: 0;
    cursor: pointer
}
.frontend .ui-button.button .ui-button-text {
    padding: 0
}
.frontend .button.ui-widget:focus {
    font-size: 1.25em
}
.frontend .button .ui-button-icon-left+.ui-button-text {
    margin-left: 12px
}
.frontend .smallbutton,
.frontend .ui-button.smallbutton {
    font-size: 1.0em;
    padding: 4px 10px
}
.frontend .smallbutton:focus,
.frontend .ui-button.smallbutton:focus {
    font-size: 1.0em
}
.frontend .darkskybluefill {
    background: #07599b;
}
.frontend .button.darkskybluefill {
    border: 1px solid #4891e6
}
.frontend .darkbluefill {
    background: #152a42
}
.frontend .midgreyfill {
    background: #b5bec3
}
.frontend .bluefill {
    background: #338880;
}
.frontend .lightbluefill {
    background: #f2f8ff
}
.frontend .button.lightbluefill {
    color: #4891e6;
    border: solid 1px #b2d2f7
}
.frontend .pinkfill {
    background: #ff6f5f
}
.frontend .paleyellowfill {
    background: #fff6d9
}
.frontend .greenfill {
    background: #2196f3
}
.frontend .whitefill {
    background: #fff;
    color: #1ba17c;
    border: 1px solid #fff;
}
.frontend .button.whitefill {
    border: 1px solid #2196f3;
    background-color: #3ea5f6;
    color: #fff;
    font-family: 'Vani Bold';
}
.frontend .lightgreyfill {
    background: #3ea5f6;
}
.frontend .lightgreyfill2 {
    background: #f2f4f7
}
.frontend .lightgreyfill .siderule span {
    background: #f2f2f2
}
.frontend .lightgreyfill .siderule:before {
    border-color: #d9d9d9
}
.frontend .button.disabled,
button.disabled {
    opacity: .5
}
.frontend .button.darkskybluefill:hover {
    background: #4fa1ff
}
.frontend .button.darkskybluefill.disabled:hover {
    background: #4891e6
}
.frontend .button.lightbluefill:hover {
    border: 1px solid #4891e6
}
.frontend .button.greenfill:hover {
    background: #62e371
}
.frontend .button.greenfill.disabled:hover {
    background: #2196f3
}
.frontend .button.whitefill:hover {
    
}
.frontend .button.whitefill.disabled:hover {
    border: 1px solid #ccc
}
.frontend .button.midgreyfill {
    border: 1px solid #b5bec3
}
.frontend .button.midgreyfill.inverted {
    color: #292e31;
    background: #fff;
    border: 1px solid #b5bec3
}
.frontend .button.doubleborder {
    border-width: 2px !important
}
.frontend .joinedbuttons {
    margin: 0
}
.frontend .joinedbuttons .first {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.frontend .joinedbuttons .second {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.frontend .button-topup {
    background-color: #2196f3;
    color: #fff;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-right:10px;
}
.lozengebutton,
.borderedbutton {
    font-family:'Vani Bold';
    position: relative;
    width: 200px;
    border: solid 0px #fff;
    display: inline-block;
    padding: 22px 0;
    padding-bottom:11px;
    border-radius: 10px;
    margin: 15px 5px 15px 5px;
    font-size: 24px;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #285453 !important;
    text-shadow: 0 1px 0 rgba(2, 2, 2, 0.2);
    
}
.borderedbutton {
    border-radius: 6px
}
.lozengebutton.blue {
    background: #6fa6e7
}
.lozengebutton.green {
    background-color: #fff;
    color: #285453;
}
.lozengebutton .sublozenge {
    position: absolute;
    opacity: .72;
    width: 240px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    color: #fff
}
.lozengebutton.playicon:before {
    content: "";
    position: absolute;
    background-image: url('../images/play-circle.svg');
    top: 11px;
    width: 40px;
    height: 40px;
    left: 12px
}
.lozengebutton.playicon {
    padding-left: 40px
}
.haschevron {
    position: relative;
    padding-right: 30px !important
}
.haschevron:after,
.haschevron.before:before {
    content: "";
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    height: 8px;
    width: 8px
}
.hasdownchevron:after {
    transform: rotate(135deg);
    top: 5px
}
.hasupchevron:after {
    transform: rotate(-45deg);
    top: 8px
}
.haschevron.before {
    padding-left: 30px !important;
    padding-right: 0 !important
}
.haschevron.before:before {
    right: auto;
    left: 0
}
.haschevron.before:after {
    display: none
}
.fireworks {
    position: relative;
    display: inline-block
}
.fireworks:before {
    content: "";
    position: absolute;
    background-image: url('../images/fireworks.svg');
    top: -30px;
    width: 65px;
    height: 31px;
    left: 50%;
    transform: translateX(-50%)
}
.achieve.fireworks:before {
    left: 45%
}
.wifi {
    position: relative;
    display: inline-block
}
.wifi:before {
    content: "";
    position: absolute;
    background-image: url('../images/wifi-symbol.svg');
    top: -25px;
    width: 45px;
    height: 25px;
    left: 50%;
    transform: translateX(-50%)
}
.wifi.small:before {
    top: -20px;
    width: 31px;
    height: 17px;
    background-size: 31px 17px
}
.frontend .greyicons svg * {
    stroke: #ccc
}
.frontend .whiteicons svg * {
    stroke: #fff
}
.frontend .blueicons svg * {
    stroke: #4891e6
}
.frontend .ui-datatable.noborders,
.frontend .ui-datatable.noborders thead {
    border: 0
}
.frontend .ui-datatable.noborders thead th,
.frontend .ui-datatable.noborders tbody td {
    padding: 0 10px 0 0
}
.frontend .ui-datatable.plainheaders thead th {
    font-weight: normal;
    color: #9b9b9b
}
.frontend .noalternatingrows .ui-datatable-odd {
    background: #fff
}
.subjectbox {
    position: relative;
    width: calc(100% / 3);
    height: 308px;
    float: left;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}
.subjectbox h3 {
    font-size: 30px;
    color: white;
    margin: 0;
    display: block
}
.subjectbox h3 a {
    color: inherit
}
.subjectbox a.button {
    border: 2px solid #fff;
    display: block;
    width: 60%;
    margin: 0 auto 20px auto
}
.subjectbox.darkskybluefill a.button:hover {
    background: #fff;
    color: #4891e6
}
.subjectbox.darkbluefill a.button:hover {
    background: #fff;
    color: #152a42
}
.subjectbox.pinkfill a.button:hover {
    background: #fff;
    color: #ff6f5f
}
.subjectbox img {
    margin-top: 20px
}
.subjectbox .subjectboxactive {
    display: none
}
.subjectbox:hover .subjectboxinitial {
    display: none
}
.subjectbox:hover .subjectboxactive {
    display: block
}
.subjectbox.active:after {
    content: "";
    width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #4891e6
}
.subjectbox.darkbluefill.active:after {
    border-top-color: #152a42
}
.subjectbox.pinkfill.active:after {
    border-top-color: #ff6f5f
}
.subjectboxexternalactive {
    display: none;
    width: 100%;
    background: #dce9fa;
    padding: 60px 60px
}
.subjectboxexternalactive.responsive {
    padding: 60px 40px 40px 40px
}
@media screen and (max-width: 850px) {
    .sessioncard .sessionactions .view-resources-div {
        display: inline-block
    }
    .sessioncard .sessionactions .button {
        margin: 5px 5px 0 0 !important
    }
    .sessioncard .sessiondetails p {
        font-size: 1em
    }
}
@media screen and (min-width: 710px) {
    .subjectboxexternalactive.responsive {
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        overflow: hidden !important
    }
}
@media screen and (max-width: 710px) {
    .subjectboxexternalactive.full {
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        overflow: hidden !important
    }
}
.card {
    padding: 40px 30px;
    background: white;
    border-radius: 3px;
    background-image: linear-gradient(to bottom, #fff, #f7f7f7);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14)
}
.card h3 {
    padding: 7px 0 30px 0
}
.manualstars:focus {
    outline: 0
}
.manualstars svg {
    width: 50px;
    height: 50px;
    margin: 0 3px
}
.manualstars .desc {
    display: none
}
.manualstars a {
    position: relative
}
.manualstars a:hover .desc {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: .8em;
    text-transform: lowercase;
    color: #aaa
}
.stars .ui-rating * {
    display: block;
    background-image: url('../images/rating-back.png')
}
.stars .ui-rating .ui-rating-star {
    margin-right: 1px
}
.reviewintros p {
    margin: 10px 0 2px 0;
    text-align: left;
    padding: 0;
    font-size: .9em
}
.tutorcard {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 3px;
    padding: 20px;
    position: relative
}
.tutorcard:hover {
    /*box-shadow: inset 0 0 0 2px #4891e6;*/
    cursor: pointer
}
.tutorcard.odd {
    margin-left: -2px
}
.tutorcard .profileimage {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom:20px;
}
.tutorcard .profileimage img {
    /*width: 150px;*/
    border: 1px solid #d8d8d8;
    display: block;
    
}
.tutorcard .profileimage a.buttonlink {
    width: 150px;
    padding: 8px 0;
    display: inline-block;
    border: 2px solid #d8d8d8;
    border-top: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: 600
}
.tutorcard .profileimage .premiumflag {
    width: auto;
    position: absolute;
    border: 0;
    right: -1px;
    z-index: 1
}
.tutorcard .profileimage .videolink {
    position: absolute;
    right: 8px;
    bottom: 8px
}
.tutorcard .profileimage .videolink img {
    width: auto;
    border: 0
}
.tutorcard .profileimagewrapper {
    position: relative;
    overflow: hidden
}
.tutorcard .pricefrom {
    position: absolute;
    right: 20px;
    font-weight: 600;
    font-size: 1.25em
}
.tutorcard .shortlistmenu {
    position: absolute;
    right: 15px;
    top: 20px
}
.tutorcard .shortlistmenu .dropdown {
    display: none;
    width: 150px;
    font-size: .9em;
    position: absolute;
    right: 5px;
    top: 22px;
    text-align: right;
    background: #f2f2f2;
    padding: 5px;
    border-radius: 5px
}
.tutorcard .shortlistmenu .dropdown a {
    display: block
}
.tutorcard .shortlistmenu .dropdown a:hover {
    color: #444
}
.tutorcard .profiledata {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    text-align: left;
    padding-left: 30px
}
.tutorcard .profiledata .name {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 10px;
    float: left
}
.tutorcard .profiledata .name a {
    color: inherit
}
.tutorcard .profiledata .unavailable {
    background: red;
    width: auto;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 1px
}
.tutorcard .profiledata .unavailable p {
    color: white;
    margin: 0;
    font-size: .9em
}
.tutorcard .profiledata .subjects p {
    font-size: .9em;
    color: #8b8b8b;
    margin-bottom: 5px
}
.tutorcard .profiledata .subjects p a {
    text-decoration: none
}
.tutorcard .profiledata .statement {
    margin-top: 15px
}
.tutorcard .profiledata .statement p {
    color: rgba(0, 0, 0, 0.7)
}
.tutorcard .ratings {
    margin-top: 20px
}
.tutorcard .ratings * {
    display: inline-block
}
.tutorcard .ratings script {
    display: none
}
.tutorcard .ratings .rating {
    color: white;
    margin-right: 3px;
    display: inline-block;
    background: #ffb400;
    font-weight: 600;
    font-size: 18px;
    width: 32px;
    height: 22px;
    text-align: center;
    border-radius: 4px
}
.tutorcard .ratings .rating a {
    color: white
}
.tutorcard .ratings .stars {
    padding-right: 20px;
    padding-top: 3px;
    font-size: 0
}
.tutorcard .ratings .stars.manualstars svg {
    width: 22px;
    height: 22px;
    top: 3px;
    margin: 0 2px 0 0;
    display: inline-block;
    position: relative
}
.tutorcard .ratings .stars.manualstars svg polygon {
    fill: #ffb400
}
.tutorcard .ratings .stars.manualstars .unselected svg polygon {
    fill: #ccc
}
.tutorcard .ratings .stars .inputRegion {
    margin-bottom: 5px
}
.tutorcard .ratings .stars p {
    font-size: 18px;
    margin-left: 5px
}
.tutorcard .ratings .likes {
    padding-left: 40px
}
.tutorcard .ratings .stars+.likes {
    padding-left: 40px;
    border-left: 1px solid #ccc
}
.tutorcard .ratings .likes p {
    color: #50bf5f;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px
}
.tutorcard .ratings .likes p:before {
    content: "";
    background-image: url('../images/tick_nocircle.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -33px
}
.tutorcard .ratings .likes span {
    font-weight: normal
}
.tutorcard .guarantee {
    cursor: pointer;
    padding-right: 20px
}
.tutorcard .guarantee * {
    display: inline-block;
    vertical-align: middle;
    color: #50bf5f
}
.tutorcard .guarantee p {
    margin: -4px 0 0 5px
}
.availablevideolink {
    cursor: pointer;
    padding: 7px 14px 8px;
    background-color: #e0f3fe;
    color: #8b8b8b
}
.tutorcard.thin {
    box-shadow: none;
    padding: 20px 0
}
.tutorcard.thin:hover {
    background: 0
}
.tutorcard.thin .profileimage {
    display: block;
    width: 200px
}
.tutorcard.thin .profileimage a.buttonlink {
    display: block;
    margin-bottom: 20px;
    width: 200px
}
.tutorcard.thin .profiledata {
    display: block;
    padding-left: 0
}
.tutorcard.messageheader {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
    box-shadow: none;
    padding: 15px
}
.tutorcard.messageheader .profileimage {
    width: 80px;
    border-radius: 50%
}
.tutorcard.messageheader .profiledata {
    padding-left: 20px
}
.tutorcard.messageheader .profiledata .name {
    margin-bottom: 5px
}
.tutorcard.messageheader:after {
    content: "See profile >";
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #aaa
}
.tutorcard.messageheader .availablevideolink {
    cursor: pointer;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px
}
.tutorcard.messageheader .ratings {
    margin-left: 5px;
    margin-top: 0
}
.tutorcard.tutorcard-small {
    padding: 0;
    box-shadow: none
}
.tutorcard.tutorcard-small:hover {
    cursor: default;
    box-shadow: none;
    background: 0
}
.tutorcard.tutorcard-small .profileimage img {
    display: block;
    width: 100px;
    border-radius: 50%
}
.tutorcard.tutorcard-small .profileimage .profilelink-mobile {
    display: none;
    width: auto;
    margin-top: 5px;
    padding: 0;
    font-weight: normal;
    border: 0
}
.tutorcard.tutorcard-small .profiledata {
    padding-left: 20px
}
.tutorcard.tutorcard-small .profiledata .name {
    margin-bottom: 5px;
    float: none
}
.tutorcard.tutorcard-small .profiledata .bookinglink-mobile {
    display: none;
    margin-top: 8px
}
.tutorcard.tutorcard-small .pricefrom {
    position: relative;
    right: 0;
    font-size: 1em
}
.tutorcard.tutorcard-small .ratings {
    margin: 5px 0 20px
}
.tutorcard.tutorcard-small .ratings.ratings-mobile {
    display: none
}
.tutorcardtopnav {
    position: absolute;
    display: table;
    height: 100%
}
.tutorcardtopnav>* {
    display: table-cell;
    vertical-align: middle
}
.tutorcardtopnav img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}
.tutorcardtopnav .name {
    padding-left: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}
.updatessection {
    min-height: 100px
}
.greentext {
    color: #50bf5f
}
.answercard {
    position: relative;
    padding: 40px 0 5px 0;
    border: 2px solid #fff;
    border-bottom: 2px solid #ccc
}
.resultssummary+.answercard {
    padding-top: 10px
}
.answercard .qa {
    position: relative
}
.answercard .qa h3 {
    color:#2196f3;
    margin-bottom:20px;
}
.answercard .qa .share img {
    height: 24px
}
.answercard .answer {
    margin: 10px 0 10px 0;
    padding-bottom: 20px;
    max-height: 100px;
    overflow: hidden;
    color:#333;
}
.answercard .answer:after {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    display: block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}
.answercard .readmore {
    color:#4c63d6;
    display:block;
    margin-top:5px;
}
.answercard .profileimage {
    float: left;
    margin-right: 5px;
    position: relative;
    text-align: center
}
.answercard .profileimage img {
    border-radius: 50%;
    display: block;
    width:100px;
    margin-top:15px;
}

.answercard .answermeta 
{
    margin-top:35px;
}
.answercard .answermeta .meta {
    float: left;
    max-width: calc(100% - 300px);
    padding-left:30px;
    padding-top:20px;
}


@media(max-width:768px) {
    .answercard .profileimage img {
        width: 70px;
    }
    .answercard .answermeta .meta {
        max-width: calc(100% - 200px);
        padding-left: 10px;
        padding-top: 0px;
    }
}

.answercard .answermeta .time {
    margin-bottom: 15px;
    color:#41837a;
}
.answercard .answermeta .by {
    font-size:1.1em;
}
.answercard .answermeta highlight {
    color:#4c63d6;
    display:inline-block;
    line-height:20px;
}
.answercard .stats {
    float: right;
    margin-right: 10px;
    height: 40px
}
.answercard .stats .views {
    display: inline-block;
    margin-right:10px;
    margin-top:10px;
    color:#a5a5a5;
}
.answercard .stats .likes {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 7px 20px 7px 40px;
    margin-left: 10px
}
.answercard .stats .likes:before {
    content: "";
    background-image: url('../images/thumbsup.svg');
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 5px;
    top: 1px
}
.answercard .stats .likes.liked {
    cursor: pointer;
    border: 1px solid #4891e6
}
.answercard .stats .likes.liked:before {
    background-image: url('../images/thumbsup-blue.svg')
}
.answercard .stats .likes:disabled {
    opacity: 1;
    cursor: initial
}
.answercard .stats .likes.liked:hover,
.answercard .stats .likes:disabled:hover {
    border: 1px solid #ccc
}
.answercard .stats.top {
    margin: -20px 10px 20px 40px
}
.answercard .stats.bottom {
    position: absolute;
    right: 0;
    bottom: 20px
}
.answercard.singleanswer {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px
}
.answercard.singleanswer h3 {
    font-size: 2.5em
}
.answercard.singleanswer:hover {
    border: 0;
    border-bottom: 1px solid #ccc;
    cursor: initial
}
.answercard.singleanswer .answer {
    max-height: none
}
.answercard.singleanswer .answer:after {
    display: none
}
.answercard.answercard-tutordetails {
    padding: 20px 0
}
.answercard.answercard-tutordetails:hover {
    cursor: default;
    border: 2px solid #fff;
    border-bottom: 2px solid #ccc
}
.answercard.answercard-tutordetails .answer {
    max-height: none
}
.answercard.answercard-tutordetails .answer:after {
    display: none
}
.answercard.answercard-tutordetails .answer .answertextfull {
    display: none
}
.linkbar {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px
}
.linkbar a {
    padding: 0 30px 10px 30px;
    color: inherit;
    display: inline-block
}
.linkbar a.selected {
    border-bottom: 2px solid #4891e6;
    color: #4891e6
}
.linkbartype2 {
    margin: 30px 0 40px 0;
    width: 100%;
    display: table;
    border-collapse: seperate;
    border-spacing: 40px 0
}
.linkbartype2.left {
    width: auto;
    border-spacing: 0
}
.linkbartype2.left .spacer {
    width: 40px;
    border: 0;
    cursor: default
}
.linkbartype2 a {
    white-space: nowrap;
    display: table-cell;
    text-align: center;
    color: #9b9b9b;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
    padding: 20px 20px;
    border-bottom: 1px solid #d9d9d9
}
.linkbartype2 a.selected {
    border-bottom: 2px solid #4a90e2;
    color: #4a90e2
}
.seefulldetailsresplink {
    display: none
}
.banner.tutorlisting a.darkskybluefill {
    background: #6aa5e9
}
.banner.tutorlisting .inner p {
    max-width: 550px;
    margin: 0 auto
}
.banner.tutorlisting .inner:before {
    content: "";
    background-image: url('../images/tutor_listing_left.svg');
    width: 223px;
    height: 184px;
    position: absolute;
    left: -200px;
    top: 30%
}
.banner.tutorlisting .inner:after {
    content: "";
    background-image: url('../images/tutor_listing_right.svg');
    width: 316px;
    height: 356px;
    position: absolute;
    right: -300px;
    top: 60px
}
.subjectlevelfilters {
    background: #a8dbde;
    border-radius: 4px;
    padding: 25px 22px 25px 22px;
    position: relative;
    margin-bottom:10px;
}
.tutorlistingsouter .subjectlevelfilters {
    top: -30px;
    width: 1294px;
    margin: 0 auto
}
.subjectlevelfilters .label {
    text-align: left;
    font-size:1.3em;
}
.subjectlevelfilters .inputRegion {
    width: calc(50% - 106px);
    float: left;
    margin: 0 22px
}
.subjectlevelfilters .inputRegion.filterWide {
    width: calc(55% - 300px)
}
.subjectlevelfilters .inputRegion.filterNarrow {
    width: calc(45% - 232px);
    margin: 0 10px
}
.subjectlevelfilters .inputRegion.filterMedium {
    width: 220px
}
.subjectlevelfilters .inputRegion.locationFilterMobile {
    display: none
}
.subjectlevelfilters .inputRegion select {
    width: 100%;
    border-radius:8px;
    color:#666;
}
.subjectlevelfilters .inputRegion .input.textcontent {
    display: inline-block;
    padding: 6px 0
}
.subjectlevelfilters .inputRegion .inputRegion.checkbox {
    width: 100% !important;
    margin: 0
}
.subjectlevelfilters .inputRegion .inputRegion.checkbox label {
    color: rgba(0, 0, 0, 0.87)
}
.subjectlevelfilters select {
    background: #fff
}
.subjectlevelfilters .help {
    background: 0;
    border: 2px solid #b3bec4;
    color: #b3bec4;
    height: 21px;
    width: 21px;
    margin-left: 5px;
    font-weight: 900
}
.subjectlevelfilters .filters {
    position: absolute;
    right: 20px;
    top: 26px;
    width: 140px;
    padding: 5px 0;
    text-align: center;
    z-index: 2
}
.subjectlevelfilters .filters:before {
    content: "More "
}
.subjectlevelfilters .filters.open:before {
    content: "Fewer "
}
.subjectlevelfilters .clearfilters {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #8b8b8b
}
.subjectlevelfilters #extrafilters {
    display: none;
    width: 100%;
    float: left
}
.tutorlistingsouter {
    background: #f2f2f2;
    margin-top: -30px
}
.col.dblcol.tutorlistings {
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative
}
.tutorlistingsouter .col {
    margin: 0 15px
}
.tutorlistingsouter .pagination {
    background: #f2f2f2;
    margin: 0;
    padding: 60px 0 30px 0
}
.tutorlistingsouter .pagination .responsive {
    vertical-align: middle
}
.tutorlistingsouter .pagination .responsive.forcedisplay {
    display: block
}
.tutorlistingsouter .pagination .responsive span,
.tutorlistingsouter .pagination .responsive a {
    vertical-align: middle;
    font-size: 1.2em
}
.tutorlistingsouter .pagination .responsive .button {
    height: auto;
    top: -8px;
    background: 0;
    border: 0 !important
}
.tutorlistings .resultssummary {
    text-align: left
}
.tutorlistings .resultssummary .count {
    background: #e0f3fe;
    padding: 10px 20px;
    display: inline-block;
    margin: 15px;
    border-radius: 10px;
    position: relative;
    padding-right: 50px
}
.tutorlistings .resultssummary .count p {
    padding: 0;
    margin: 0;
    color: #6191c5
}
.tutorlistings .resultssummary .count p .help {
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0;
    border: 2px solid #b3bec4;
    color: #b3bec4;
    height: 21px;
    width: 21px;
    font-weight: 900
}
.tutorlistings .resultssummary .nomatch {
    padding: 20px
}
.tutorlistingsouter .righthandpanel {
    text-align: left
}
.tutorlistingsouter .righthandpanel .toppanel {
    background: #fff;
    border: 2px solid #d9edcc
}
.tutorlistingsouter .righthandpanel .recommended {
    width: 150px;
    margin: 0 auto;
    display: block;
    margin-top: 20px
}
.tutorlistingsouter .righthandpanel .headline {
    font-size: 2em;
    text-align: center;
    margin: 10px 10px
}
.tutorlistingsouter .righthandpanel .needhelp {
    border-top: 1px solid #d9edcc;
    background: #fafafa;
    padding: 20px;
    font-size: 1.2em
}
.tutorlistingsouter .righthandpanel ul {
    list-style: none;
    margin: 10px 20px
}
.tutorlistingsouter .righthandpanel ul li {
    padding: 5px 0 5px 28px;
    position: relative
}
.tutorlistingsouter .righthandpanel ul li:before {
    content: "";
    background-image: url('../images/tick-yellow.svg');
    width: 18px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}
.tutorlistingsouter .righthandpanel .tutorfaqs {
    margin-top: 20px
}
.tutorlistingsouter .righthandpanel .haschevron.before {
    padding-left: 20px !important
}
.tutorlistingsouter .righthandpanel .haschevron.before:before {
    top: 7px;
    border-color: #2091eb
}
.tutorlistings .subjectlevelfilters {
    border: 3px solid #efefef
}
.tutorlistings .results {
    background: #f2f2f2
}
.tutorlistings .results .tutorcard {
    background: #fff
}
.tutorlistings .addtoshortlist {
    position: absolute;
    bottom: 24px;
    right: 20px;
    padding: 0
}
.tutorlistings .addtoshortlist a.button {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
    font-size: 16px !important;
    font-weight: 600;
    color: #9fa2a6
}
.tutorlistings .addtoshortlist a.button:hover {
    border: none !important
}
.tutorlistings .addtoshortlist a.button .saveonlargescreen {
    display: none
}
.tutorlistings .addtoshortlist a.button .saveonsmallscreen {
    display: inline-block
}
.tutorlistings .addtoshortlist a.save:before,
.tutorlistings .addtoshortlist a.saved:before {
    background: url('../images/bookmark-grey.svg') no-repeat
}
.tutorvideomodal .modal-dialog {
    width: 800px
}
.tutorvideomodal .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: transparent
}
.tutorvideomodal .modal-header {
    display: none
}
.tutorvideomodal .modal-body {
    padding: 0
}
.tutordetails {
    background: white;
    margin-top: 0;
    padding: 0 30px 30px 30px
}
.tutordetails h4 {
    padding: 50px 0 15px 0
}
.tutordetails h4:first-child {
    padding-top: 30px
}
.tutordetails p+h4 {
    padding-top: 40px
}
.tutordetails .textfadeout {
    position: relative;
    max-height: 420px;
    overflow: hidden
}
.tutordetails .textfadeout.overlay:before {
    display: block;
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, white 85%);
    cursor: pointer
}
.tutordetails .textfadeout.overlay:after {
    display: block;
    content: 'Show more ▾';
    position: absolute;
    bottom: 0;
    font-weight: 600;
    color: #4891e6;
    cursor: pointer
}
.tutordetails table {
    width: 100%
}
.tutordetails #reviews {
    margin-top: 0;
    padding-bottom: 20px
}
.tutordetails .reviewssummary {
    border: 0;
    padding: 0
}
.tutordetails .reviewssummary .overallscore {
    padding-bottom: 10px
}
.tutordetails .reviewslist {
    margin-top: -30px
}
.tutordetailsheadcard .tutorcard {
    background: white;
    box-shadow: none;
    height: 200px;
    margin: 0;
    border: 1px solid #ccc
}
.tutordetailsheadcard .tutorcard .ratings {
    position: absolute;
    bottom: 20px
}
.help {
    display: inline-block;
    color: #616160;
    background: #ccc;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-weight: 600;
    cursor: pointer;
    font-size: 12pt
}
.help.inline {
    margin-left: 5px;
    position: relative
}
.help.light {
    color: #fff
}
.rhscolhead {
    background: #616160;
    padding: 15px 20px;
    color: white;
    position: relative
}
.rhscolhead .help {
    position: absolute;
    right: 10px;
    top: 10px
}
.rhscolhead p {
    color: white
}
.lightgrey {
    background: #f2f2f2;
    margin-bottom: 40px
}
.lightgrey h3 {
    margin: 0 !important;
    padding: 33px 0 17px;
    font-size: 27px;
    color: #8b8b8b
}
.lightgrey .contactformheader {
    margin: 0 -1px;
    padding: 13px 0 16px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    background: #1b5392 url('../images/envelope.svg') no-repeat 30px center
}
.lightgrey .padded {
    padding: 20px 30px 30px
}
.lightgrey .fullformfields {
    display: none
}
.lightgreypadded {
    background: #f2f2f2;
    padding: 20px 20px 20px 20px;
    margin-bottom: 40px
}
.lightgreypadded .fullformfields {
    display: none
}
.addtoshortlist {
    text-align: right;
    float: right;
    padding: 10px 20px 10px 20px
}
.addtoshortlist a.button {
    position: relative;
    width: 100%;
    font-size: 18px !important
}
.addtoshortlist a.save:before,
.addtoshortlist a.saved:before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    background: url('../images/bookmark.svg') no-repeat;
    background-size: 14px 16px;
    width: 14px;
    height: 20px;
    vertical-align: middle
}
.addtoshortlist a.saved {
    color: #aaa
}
.addtoshortlistbutton {
    width: 100%;
    padding: 0 !important;
    float: none
}
.addtoshortlistbutton a {
    display: block;
    padding: 14px 20px
}
.addtoshortlistbutton a:before {
    left: 70px !important
}
.tutoractionbuttons {
    margin-top: -20px
}
#availablevideolinkandshortlist {
    background-color: #fff;
    margin: 0;
    padding: 30px 30px 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7)
}
.saveonsmallscreen {
    display: none
}
.qualificationsPanel .institutionWrapper {
    margin-bottom: 20px
}
.qualificationsPanel .institutionWrapper .fullWidth {
    width: 100% !important
}
.qualificationsPanel .institutionWrapper .institutionNameColumn {
    padding-right: 10px
}
.qualificationsPanel .institutionWrapper .institutionNameWrapper {
    width: 100%
}
.qualificationsPanel .institutionWrapper .institutionNameWrapper .inputRegion {
    margin-bottom: 0
}
.qualificationsPanel .institutionWrapper .institutionRemoveColumn {
    width: 10%;
    padding-right: 10px;
    text-align: center
}
.qualificationsPanel .institutionWrapper .qualificationsTable {
    margin-bottom: 5px
}
.qualificationsPanel .institutionWrapper .qualificationsTable .ui-datatable-data td {
    vertical-align: top
}
.qualificationsPanel .institutionWrapper .qualificationsTable .nameColumn {
    width: 34%
}
.qualificationsPanel .institutionWrapper .qualificationsTable .levelColumn {
    width: 24%
}
.qualificationsPanel .institutionWrapper .qualificationsTable .mediumColumn {
    width: 16%
}
.qualificationsPanel .institutionWrapper .qualificationsTable .actionColumn {
    width: 10%;
    text-align: center
}
.qualificationsPanel .institutionWrapper .qualificationsTable .actionColumn a {
    display: inline-block;
    margin-top: 15px
}
.qualificationsPanel .institutionWrapper .qualificationsTable .levelSelect {
    font-size: 1em;
    border: 1px solid #a8a8a8
}
.qualificationsPanel .institutionWrapper .qualificationsTable .levelSelect.watermarkSelect {
    color: #a9a9a9
}
.qualificationsPanel .institutionWrapper .qualificationsTable .levelSelect.watermarkSelect option {
    color: #313131
}
.qualificationsPanel .addInstitutionButton {
    float: right
}
.miabhl {
    background-image: url('../images/tutor_background.jpg');
    background-size: cover;
    border-radius: 5px;
    margin: 15px 0;
    color: white;
    height: 235px;
    text-align: left;
    padding: 30px;
    overflow: hidden
}
.miabhl h2 {
    color: #fff
}
.miabhl svg {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px
}
.miabhl p {
    color: #696e73
}
.tutorlistings .miabhl p {
    color: #fff
}
.seemore,
.seeless {
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
    position: relative
}
.seemore:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 7px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4891e6
}
.seeless:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 7px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4891e6
}
.universitysearchbar {
    font-size: 18px
}
.universitysearchbar .universitysearch {
    width: 600px;
    padding: 18px 0 0 20px;
    display: inline-block;
    height: 61px;
    border: 0;
    border-radius: 0;
    font-size: 1.1em
}
.universitysearchbar .universitysearch:after {
    color: inherit
}
.universitysearchbar .universitysearch .placeholder {
    color: #afabab
}
.universitysearchbar .universitysearch .dropdown {
    overflow-y: scroll;
    max-height: 200px;
    border: 0;
    top: 60px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 10000
}
.universitysearchbar a.universitysubmit {
    background: #2196f3;
    display: inline-block;
    width: 225px;
    height: 61px;
    border: 0;
    border-radius: 0;
    color: white;
    font-size: 19px !important;
    margin: 0;
    line-height: 33px
}
.subjectsearchbar {
    font-size: 18px
}
.subjectsearchbar .levelsearch {
    margin-left: -4px;
    display: inline-block;
    height: 61px;
    width: 200px;
    padding-top: 18px;
    border: 0;
    border-radius: 0;
    background: #f7f7f7;
    color: #8b8b8b
}
.subjectsearchbar .levelsearch:after {
    color: inherit
}
.subjectsearchbar .levelsearch .dropdown {
    border: 0;
    top: 60px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 10000
}
.subjectsearchbar input {
    width: 600px;
    padding-left: 20px;
    display: inline-block;
    height: 61px;
    border: 0;
    border-radius: 0;
    font-size: 1.1em
}
.subjectsearchbar button.subjectsearch {
    background: #2196f3;
    display: inline-block;
    width: 225px;
    height: 61px;
    border: 0;
    border-radius: 0;
    color: white
}
.subjectsearchbar button.subjectsearch .ui-button-text {
    font-size: 19px
}
.subjectintro {
    background: #f2f2f2;
    margin-bottom: 60px
}
.subjectintro .inner {
    max-width: 1200px
}
.subjectintro .inner,
.pageintro .inner {
    padding: 60px 0
}
.subjectintro .heading,
.pageintro .heading {
    display: table-cell;
    font-family: arvo;
    width: 480px;
    vertical-align: top;
    text-align: left
}
.subjectintro .intro,
.pageintro .intro {
    display: table-cell;
    padding-left: 8%;
    padding-top: 5px;
    vertical-align: top;
    text-align: left
}
.amazingtutors .joinedbuttons {
    margin: 50px 0 40px 0
}
.answers {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}
.answers .card {
    text-align: left;
    position: relative;
    cursor: pointer
}
#staticanswers.answers .card {
    cursor: default
}
.answers .card .qabody h4 {
    margin-bottom: 10px
}
.answers .card .qabody {
    max-height: 280px;
    overflow: hidden;
    position: relative
}
.answers .card .qabody:after {
    content: "";
    width: 100%;
    height: 35px;
    position: absolute;
    top: 245px;
    left: 0;
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}
.answers .card .tutorinfo {
    padding: 18px 19px 0 0;
    height: 78px;
    overflow: hidden
}
.answers .card .tutorinfo .profileimage {
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 50%
}
.answers .card .tutorinfo p {
    padding-left: 65px;
    font-size: 16px;
    margin: 0;
    color: rgba(114, 120, 123, 0.81)
}
.review .profileimage {
    display: table-cell;
    vertical-align: top;
    margin-left: 30px
}
.review .details {
    display: table-cell;
    vertical-align: top
}
.review .profileimage img {
    width: 100px;
    border-radius: 50%
}
.review .details {
    text-align: left;
    padding: 0 30px 0 20px
}
.review .heading {
    font-weight: 400;
    font-family: Arvo, Times, "Times New Roman", serif;
    margin-bottom: 10px
}
.review .comment {
    font-size: 1.125em
}
.review .stars {
    display: block;
    padding-bottom: 15px
}
.review .reviewby {
    clear: both;
    font-size: 1.111em
}
.review .reviewby .name {
    font-weight: 600
}
.customer-reviews-panel .reviews .review-tile {
    height: 340px;
    text-align: center;
    padding-top: 30px;
    cursor: pointer
}
.customer-reviews-panel .reviews .review-tile .profileimage {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 15px auto
}
.customer-reviews-panel .reviews .review-tile .review-quote {
    font-style: italic;
    height: 220px;
    overflow: hidden;
    position: relative
}
.customer-reviews-panel .reviews .review-tile .review-quote:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}
.customer-reviews-panel .reviews .review-tile .review-details .staricon {
    margin: 10px auto 5px auto
}
.customer-reviews-panel .reviews .review-tile .review-details p {
    font-size: 16px
}
.customer-reviews-panel .reviews .review-tile .review-details .name {
    font-weight: 600;
    font-size: 16px
}
.customer-reviews-panel {
    padding-bottom: 1px
}
p.review-count {
    font-size: 22px
}
.post-featured-feedbacks.button-banner {
    margin-top: 40px;
    height: 50px;
    background-color: #175091;
    text-align: center;
    margin-left: -0.5em;
    margin-right: -0.5em
}
.post-featured-feedbacks.button-banner p {
    color: #fff;
    padding-top: 14px
}
.post-featured-feedbacks.button-banner p i {
    vertical-align: middle;
    margin-left: 5px
}
.post-featured-feedbacks.button-banner p:hover {
    text-decoration: underline;
    cursor: pointer
}
.post-featured-feedbacks.button-banner p a {
    color: #fff
}
.reviewslist .review {
    border-bottom: 1px solid #ccc;
    padding: 10px 0
}
.reviewslist .review .reviewby {
    font-size: 1.2em
}
.reviewslist .review .details {
    padding: 0
}
.reviewslist .review .profileimage {
    display: table;
    margin: 15px 0 0 0
}
.reviewslist .review .profileimage img {
    width: 50px;
    display: table-cell;
    vertical-align: middle
}
.reviewslist .review .profileimage .tutordetails {
    display: table-cell;
    padding-left: 15px;
    font-size: .95em;
    vertical-align: middle
}
.reviewslist .review.tutor .profileimage {
    display: table-cell;
    padding: 0 10px 5px 0
}
.reviewslist .review.tutor .reviewby {
    display: table-cell
}
.reviewssummary {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 12px
}
.reviewssummary .overallscore {
    font-size: 4em;
    color: #ffb400;
    bord1er: 1px solid red;
    display: inline-block
}
.reviewssummary .reviewcount {
    font-size: 1.1em;
    color: #000;
    font-style: italic;
    padding-left: 10px;
    display: inline-block
}
.reviewssummary .breakdown {
    float: right;
    margin: 0 20px 0 0
}
.meter {
    display: inline-block;
    vertical-align: middle;
    background: #eaeaea;
    width: 100px;
    height: 16px;
    margin-bottom: 2px;
    position: relative
}
.meterbar {
    background: #ffb400;
    height: 16px
}
.meterlabel,
.meterscore {
    display: inline-block;
    padding: 0 2px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7)
}
.meterlabel a,
.meterscore a {
    color: #136fd2
}
.privatefield {
    color: green;
    margin-left: 5px
}
.tutorquotes {
    margin-top:30px;
    margin-bottom: 50px
}
.tutorquotes .col1,
.tutorquotes .col2 {
    display: inline-block;
    width: 484px;
    vertical-align: top
}
.tutorquotes .col1 {
    margin-right: 30px
}
    .tutorquotes .tutorquote {
        background: #e3faf8;
        padding: 30px 30px 40px 30px;
        margin-bottom: 30px;
        text-align: left
    }
.tutorquotes .tutorquote h5 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 10px
}
.teamprofiles .profile {
    display: table;
    width: 700px;
    margin: 60px auto
}
.teamprofiles .profile .image,
.teamprofiles .profile .text {
    display: table-cell;
    vertical-align: top
}
.teamprofiles .profile .image img {
    width: 300px;
    border-radius: 50%
}
.teamprofiles .profile .text {
    text-align: left;
    padding-left: 90px
}
.teamprofiles .profile h5 {
    font-size: 2em;
    font-family: arvo;
    color: rgba(0, 0, 0, 0.87)
}
.teamprofiles .profile h6 {
    font-family: arvo;
    color: #9b9b9b;
    margin-bottom: 10px
}
.howitworks {
    max-width: 810px;
    margin: 0 auto
}
.howitworks .col {
    max-width: 300px;
    margin: 0 50px;
    position: relative
}
.howitworks .col h3,
.howitworks .col p,
.howitworks .col .action {
    text-align: left
}
.howitworks .step {
    margin-bottom: 60px
}
.howitworks .step.even .col:first-child {
    float: right
}
.howitworks .step .numbercircle {
    position: absolute;
    left: -55px;
    top: 3px;
    text-align: center
}
.howitworks .step h3 {
    font-family: arvo;
    font-size: 2.5em;
    margin-bottom: 10px
}
.howitworks .step img {
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 300px
}
.howitworks .step a {
    width: 260px
}
.modalinner.signup {
    margin: 0 auto
}
.alreadyhaveaccount {
    border-top: 1px solid #ccc;
    padding: 15px 0 5px 0;
    text-align: center
}
.pricing {
    margin-top: 140px;
}
@media(max-width:768px) {
    .pricing {
        margin-top: 50px;
    }
}

.pricing .col {
    margin: -60px 15px 30px 15px;
    background: #fff
}
.pricing .col .heading {
    height: 250px;
    padding: 0 80px
}
.pricing .col .heading * {
    color: white
}
.pricing .col {
    border: 1px solid rgba(0, 0, 0, 0.14)
}
.pricing .col .body {
    padding: 0 30px;
    height: 350px;
    position: relative
}
.pricing .col table {
    margin: 0px auto;
    width: 50%
}

.pricing .col-second table {
    margin: 0px auto;
    width: 70%
}
.pricing .col td {
    text-align: left;
    padding: 10px 0;
    font-size: 1.2em
}
.pricing .col td:first-child {
    width: 300px;
    padding-right: 20px
}
.pricing .col:nth-child(2) td:nth-child(2) {
    width: 100px
}
.pricing .col td:nth-child(2) {
    text-align: right
}
.pricing .col a.button {
    display:block;
    font-size:1.8em;
   
}

    .pricing .col .heading p
    {
        font-size:1.5em;
    }

    .pricing .col .body {
        background-color: #eafcf5;
        padding-top:20px;
        padding-bottom:20px;
        height:100%;
    }

    .pricing .col-second .body {
        background-color: #eef9f8;
    }

.pricing .col-second .valign
{
    top:60%;
}


.numbercircle {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 50%
}
.center .numbercircle {
    margin-left: auto;
    margin-right: auto
}
.icon {
    display: block;
    margin-bottom: 10px
}
.icon svg {
    height: 100px
}
.icon.small {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    margin: 0 20px 0 0;
    text-align: right
}
.icon.small svg {
    height: 36px;
    width: auto
}
.icon.payg svg {
    width: 100px
}
.icon.payg svg #Oval-96 {
    fill: #fff
}
.newtotutoring p {
    display: inline-block;
    vertical-align: middle;
    max-width: 320px
}
.newtotutoring .row {
    margin: 0 0 20px 0
}
.lineseitherside {
    overflow: hidden;
    text-align: center
}
.lineseitherside:before,
.lineseitherside:after {
    background-color: #a6a6a6;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 5em
}
.lineseitherside:before {
    right: .5em;
    margin-left: -50%
}
.lineseitherside:after {
    left: .5em;
    margin-right: -50%
}
.sublabel {
    font-size: .9em
}
.addstudentlink,
.adddatelink {
    position: relative;
    padding-left: 27px;
    font-weight: 600;
    top: 5px;
    color: #136fd2 !important
}
.addstudentlink:before {
    content: "";
    background-image: url('../images/add_child.svg');
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    left: 0;
    top: 1px;
    position: absolute
}
.adddatelink {
    padding-left: 35px;
    padding-bottom: 10px;
    display: inline-block
}
.adddatelink:before {
    content: "";
    background-image: url('../images/add_date.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    left: 0;
    top: -1px;
    position: absolute
}
.privacy,
.inputfieldinfo {
    font-size: .7em;
    text-align: left;
    margin: 0
}
.inputfieldinfo p {
    margin-bottom: 0;
    padding-bottom: 5px
}
.privacy img {
    float: left;
    width: 13px;
    margin: -2px 5px 0 0
}
.terms {
    font-size: .9em
}
.footer {
    background: #01082c;
    width: 100%;
    color: white
}
.footer .inner {
    padding: 60px 0
}
.footer .column {
    float: left;
    width: 25%;
    min-width: 200px
}
.footer svg path {
    fill: white
}
.footer p {
    color: inherit;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    opacity: .91
}
.footer p a {
    color: inherit;
    opacity: .55;
    text-decoration: none
}
.footer p a:hover {
    color: inherit;
    text-decoration: underline
}
.footer p.linkheader {
    font-weight: 600
}
.footer .contact p:nth-of-type(2) {
    opacity: .55
}
.footer .button {
    width: 228px !important;
    font-size: 18px;
    opacity: 1.0 !important;
    background-color: rgba(255, 255, 255, 0.2)
}
.footer .button:hover {
    background-color: rgba(255, 255, 255, 0.4) !important
}
.footer .associations {
    text-align: right
}
.footer svg {
    opacity: .20
}
.subfooter {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #01061e;
    padding: 60px 10px
}
.footer .subfooter .inner {
    padding-top: 0;
    padding-bottom: 30px
}
.subfooter p,
.subfooter p a {
    color: white;
    text-decoration: none
}
.cookiewarning {
    opacity: .97;
    position: fixed;
    top: 62px;
    width: 100%;
    background: #444;
    z-index: 1000;
    padding: 10px 0
}
.cookiewarning.noheader {
    top: 0
}
.cookiewarning .inner {
    max-width: 1000px;
    margin: 0 auto
}
.cookiewarning .head {
    color: white;
    float: left;
    margin-right: 20px
}
.cookiewarning p {
    font-size: 12pt;
    color: #bbb;
    margin: 0;
    padding: 0
}
.cookiewarning a {
    color: orange;
    font-size: 12pt;
    margin: 0 0 0 10px;
    padding: 0
}
.cookiewarning a:hover {
    color: white;
    cursor: pointer
}
.frontend .ui-datatable.tutoravailabilitytable {
    border: 0
}
.tutoravailabilitytable.responsive {
    display: none
}
.frontend .ui-datatable.tutoravailabilitytable .ui-datatable-header {
    display: none
}
.frontend .ui-datatable.tutoravailabilitytable table {
    table-layout: auto
}
.frontend .ui-datatable.tutoravailabilitytable thead {
    border: 0
}
.frontend .ui-datatable.tutoravailabilitytable thead th {
    padding: 8px 4px;
    font-weight: normal;
    text-align: center;
    color: #959393
}
.frontend .ui-datatable.tutoravailabilitytable tr.ui-datatable-odd {
    background: #fff
}
.frontend .ui-datatable.tutoravailabilitytable td {
    padding: 2px 4px
}
.frontend .ui-datatable.tutoravailabilitytable td .ui-state-disabled {
    opacity: 1
}
.frontend .ui-datatable.tutoravailabilitytable td img {
    width: 80px;
    height: 47px
}
.frontend .ui-datatable.tutoravailabilitytable td:first-child {
    padding: 0 20px 0 0
}
.frontend .ui-datatable.tutoravailabilitytable td:first-child img {
    width: 135px
}
.frontend .availabilityhoursinput {
    width: 35px;
    margin-left: 10px;
    margin-right: 5px;
    padding: 4px;
    text-align: center;
    border: 2px solid #979797
}
.tutorreqestconfirmation .centeredcol {
    border-radius: 4px
}
.tutorreqestconfirmation .centeredcol+.centeredcol {
    margin-top: 10px !important;
    padding: 30px 40px
}
.tutorreqestconfirmation .centeredcol.borderedcol {
    border: 1px solid #999
}
.tutorreqestconfirmation .requestprogressbar {
    width: 400px;
    margin: 10px 0 15px
}
.tutorreqestconfirmation h2 {
    margin-bottom: 30px;
    color: #5c5c5c
}
.tutorreqestconfirmation .actionbuttons {
    margin-top: 46px
}
.tutorreqestconfirmation .actionbuttons .button {
    display: block;
    width: 60%;
    margin: 18px auto
}
.tutorreqestconfirmation .actionbuttons .button.ui-state-disabled {
    opacity: 1
}
.tutorreqestconfirmation .actionbuttons .button.lightgreyfill {
    color: #5c5c5c;
    background-color: #e6e6e6
}
.tutorreqestconfirmation .whatsnext {
    padding: 25px !important;
    margin-bottom: 30px !important
}
.tutorreqestconfirmation .whatsnext .wrapper {
    display: table;
    width: auto;
    margin: 0 auto
}
.tutorreqestconfirmation .whatsnext .wrapper h3,
.tutorreqestconfirmation .whatsnext .wrapper img {
    display: table-cell;
    vertical-align: middle;
    margin: 0 30px
}
.tutorcardtutorrequest {
    position: relative;
    margin-bottom: 5px;
    padding: 10px 13px 10px 10px;
    border: 2px solid #9b9b9b
}
.tutorcardtutorrequest.selected {
    border-color: #67cc60;
    background-color: #eaffea
}
.tutorcardtutorrequest .profileimage {
    display: table-cell;
    position: relative;
    text-align: center
}
.tutorcardtutorrequest .profileimage .imagewrapper {
    position: relative
}
.tutorcardtutorrequest .profileimage img {
    width: 150px;
    border: 1px solid #979797;
    display: block
}
.tutorcardtutorrequest .profileimage a.buttonlink {
    width: 100%;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: rgba(0, 0, 0, 0.2)
}
.tutorcardtutorrequest .pricefrom {
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: 600;
    font-size: .9em;
    color: #5c5c5c
}
.tutorcardtutorrequest .profiledata {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    text-align: left;
    padding-left: 30px
}
.tutorcardtutorrequest .profiledata .name {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
    float: left
}
.tutorcardtutorrequest .profiledata .name a {
    color: #5c5c5c
}
.tutorcardtutorrequest .profiledata .subjects p {
    font-size: .9em;
    color: #5c5c5c;
    margin-bottom: 5px
}
.tutorcardtutorrequest .profiledata .subjects p a {
    text-decoration: none
}
.tutorcardtutorrequest .profiledata .statement {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: .9em
}
.tutorcardtutorrequest .profiledata a.buttonlink {
    float: left;
    color: #000;
    text-decoration: underline
}
.tutorcardtutorrequest .button {
    min-width: 120px;
    margin: 0;
    color: #5c5c5c;
    border: 1px solid #b8b8b8;
    border-radius: 4px
}
.tutorcardtutorrequest .smallbutton {
    padding: 5px 10px;
    font-size: .9em
}
.tutorcardtutorrequest .smallbutton.ui-widget:focus {
    font-size: .9em !important
}
.tutorcardtutorrequest .smallbutton.greenfill,
.tutorcardtutorrequest .smallbutton.greenfill:hover {
    color: #fff;
    background: #64c65d url('../images/tick_white.svg') no-repeat 8px center;
    padding-left: 30px;
    background-size: 16px 14px
}
.studentparentavailability .centeredcol+.centeredcol {
    margin-top: 10px !important;
    !important;
    padding: 50px 59px
}
.studentparentavailability .centeredcol:first-child {
    margin-bottom: 40px !important
}
.studentparentavailability .centeredcol:last-child {
    margin-bottom: 85px !important
}
.studentparentavailability .centeredcol.borderedcol {
    border: 1px solid #999
}
.studentparentavailability .requestprogressbar {
    width: 90%;
    margin: 10px 0 15px
}
.studentparentavailability h2 {
    margin: 0;
    padding: 10px 10px 10px 50px;
    color: #050607;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent url('../images/calendar.svg') no-repeat 10px center;
    background-size: 27px auto
}
.studentparentavailability .actionbuttons {
    margin-top: 46px
}
.studentparentavailability .actionbuttons .button {
    display: block;
    width: 100%;
    margin: 18px auto
}
.studentparentavailability .actionbuttons .button.ui-state-disabled {
    opacity: 1
}
.studentparentavailability .actionbuttons .button.lightgreyfill {
    color: #5c5c5c;
    background-color: #e6e6e6
}
.frontend .ui-datatable.studentparentavailabilitytable {
    border: 0
}
.frontend .studentparentavailability.responsive {
    display: none
}
.frontend .ui-datatable.studentparentavailabilitytable .ui-datatable-header {
    display: none
}
.frontend .ui-datatable.studentparentavailabilitytable table {
    table-layout: auto
}
.frontend .ui-datatable.studentparentavailabilitytable thead {
    border: 0
}
.frontend .ui-datatable.studentparentavailabilitytable thead th {
    padding: 8px 4px;
    font-weight: normal;
    text-align: center;
    color: #959393
}
.frontend .ui-datatable.studentparentavailabilitytable tr.ui-datatable-odd {
    background: #fff
}
.frontend .ui-datatable.studentparentavailabilitytable td {
    padding: 2px 4px
}
.frontend .ui-datatable.studentparentavailabilitytable td .ui-state-disabled {
    opacity: 1
}
.frontend .ui-datatable.studentparentavailabilitytable td img {
    width: 98px;
    height: 57px
}
.frontend .ui-datatable.studentparentavailabilitytable td:first-child {
    padding: 0 10px 0 0
}
.frontend .ui-datatable.studentparentavailabilitytable td:first-child img {
    width: 160px
}
.frontend .studentparentavailabilitytablenav {
    display: table;
    width: 100%
}
.frontend .studentparentavailabilitytablenav div {
    display: table-cell;
    vertical-align: middle
}
.frontend .studentparentavailabilitytablenav div:first-child {
    width: 180px;
    padding-left: 17px
}
.frontend .studentparentavailabilitytablenav div:last-child {
    padding-right: 10px
}
.frontend .studentparentavailabilitynavbutton {
    color: #9c9893
}
.frontend .studentparentavailabilitynavbutton.ui-state-disabled {
    opacity: 1
}
.frontend .studentparentavailabilitynavbutton.buttonprev:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 11px;
    margin-right: 5px;
    background: transparent url("../images/grey_arrow.svg") no-repeat;
    transform: rotate(-90deg)
}
.frontend .studentparentavailabilitynavbutton.buttonnext:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 11px;
    margin-left: 5px;
    background: transparent url("../images/grey_arrow.svg") no-repeat;
    transform: rotate(90deg)
}
.frontend .studentparentavailabilitynavbutton.active {
    color: #4891e6
}
.frontend .studentparentavailabilitynavbutton.active.buttonprev:before {
    background: transparent url("../images/blue_arrow.svg") no-repeat
}
.frontend .studentparentavailabilitynavbutton.active.buttonnext:after {
    background: transparent url("../images/blue_arrow.svg") no-repeat
}
.studentparentavailabilityfortutor {
    margin: 40px 0 20px
}
.studentparentavailabilityfortutor .ui-datatable.studentparentavailabilitytable {
    width: 80%
}
.studentparentavailabilityfortutor .ui-datatable.studentparentavailabilitytable td img {
    width: 80px;
    height: 47px
}
.studentparentavailabilityfortutor .ui-datatable.studentparentavailabilitytable td:first-child img {
    width: 135px
}
.studentparentavailabilityfortutor .studentparentavailabilitytablenav {
    width: 80%
}
.studentparentavailabilityfortutor .studentparentavailabilitytablenav div:first-child {
    width: 160px
}
.signupbackground {
    position: fixed;
    top: 0;
    left: -50%;
    width: 200%;
    min-height: 100%
}
.signupbackground img {
    -webkit-filter: blur(3px) brightness(90%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 50%;
    min-height: 100%
}
.schoolcaptureinfomodal .dialoginner {
    max-width: 360px;
    margin: 0 auto;
    max-height: calc(100vh - 100px);
    overflow-y: auto
}
.schoolcaptureinfomodal .input {
    width: 100%
}
.schoolcaptureinfomodal .input input {
    width: 100%
}
.schoolcaptureinfomodal .submitbutton {
    display: block;
    margin: 0 auto
}
.sessioncompletemodal {
    text-align: center
}
.sessioncompletemodal .dialoginner {
    max-width: 500px;
    margin: 0 auto;
    max-height: calc(100vh - 90px);
    overflow-y: auto
}
.sessioncompletemodal .sessiontime span {
    padding: 0 10px
}
.sessioncompletemodal .tutorimage {
    margin-top: 30px
}
.sessioncompletemodal .tutorimage img {
    border-radius: 50%
}
.sessioncompletemodal h3 {
    margin-top: 20px;
    font-size: 22pt;
    color: #ababab
}
.sessioncompletemodal a.unhighlight {
    color: #ababab
}
.sessioncompletemodal .button.smallbutton.whitefill {
    padding: 5px 10px;
    font-weight: 400
}
.sessioncompletemodal p.small {
    text-align: left;
    font-size: 10pt
}
.sessioncompletemodal .manualstars {
    margin-bottom: 20px
}
.sessioncompletemodal textarea {
    width: 100%;
    height: 100px
}
.unselected svg polygon {
    fill: #ccc
}
.cancelbutton {
    width: 226px
}
.cancelpromptseparator {
    display: inline-block;
    width: 30px
}
.tutorregistrationprogressbar {
    background: #fff;
    text-align: center;
    margin-bottom: 25px
}
.tutorregistrationprogressbar .items {
    display: table;
    table-layout: fixed;
    width: 100%
}
.tutorregistrationprogressbar .item {
    display: table-cell;
    margin: 0 20px;
    position: relative
}
.tutorregistrationprogressbar .item:after {
    content: "";
    border-top: 5px solid #d9d9d9;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 11px
}
.tutorregistrationprogressbar .item.complete:after {
    border-color: #4891e6
}
.tutorregistrationprogressbar .item:last-child:after {
    display: none
}
.tutorregistrationprogressbar .item .stepnumber {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
    z-index: 100;
    position: relative;
    font-size: 19px;
    line-height: 22px;
    color: #b0b3b7;
    text-align: center;
    border: 2px solid #b0b3b7;
    border-radius: 28px;
    background-color: #fff;
    opacity: 1
}
.tutorregistrationprogressbar .item.complete .stepnumber {
    color: #fff;
    border-color: #4891e6;
    background-color: #4891e6
}
.tutorregistrationprogressbar .item p {
    margin: 0
}
.tutorregistrationprogressbar .item .cta .stepname {
    position: relative;
    font-size: 17px;
    color: #b0b3b7;
    opacity: 1
}
.tutorregistrationprogressbar .item.complete .cta .stepname {
    color: #4891e6
}
.tutorregistrationprogressbar .item.complete .cta .stepname:before {
    content: "✔";
    position: absolute;
    top: 5px;
    left: -15px;
    font-size: .8em;
    margin-right: 5px;
    vertical-align: middle
}
.emailverificationmodal .modal-body {
    padding: 50px 70px 40px;
    overflow: visible !important
}
.emailverificationmodal img.evelopeicon {
    position: absolute;
    top: -45px;
    right: 35px
}
.emailverificationmodal img.tick {
    width: 80px;
    margin-bottom: 20px
}
.emailverificationmodal .actionbuttons button {
    width: 80%;
    margin: 7px 0 !important
}
.emailverificationmodal .actionbuttons button:first-child {
    margin-top: 30px !important;
    color: #fff;
    background: #4891e6
}
.frontend .modal.mtw_modal,
.frontend .mtw_modal {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    background: url('../images/circle_close_delete_white.svg'), linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background-origin: padding-box, padding-box;
    background-position: 90% 10%, center center;
    background-repeat: no-repeat;
    background-size: 40px auto, 100% auto;
    cursor: pointer
}
.frontend .mtw_modal .modal-dialog {
    height: 100%;
    width: 100%
}
.frontend .mtw_modal .modal-content {
    height: 100%;
    width: 100%
}
.frontend .mtw_modal .modal-body {
    position: relative;
    height: 100% !important
}
.frontend .mtw_modal iframe,
.frontend .mtw_modal .modal-body iframe {
    height: 34vw;
    width: 60vw;
    left: 50%;
    top: 50%;
    position: absolute !important;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}
@media screen and (max-width: 568px) {
    .frontend .mtw_modal iframe {
        height: 30vw;
        width: 53.2vw
    }
}
@media screen and (max-width: 450px) {
    .frontend .mtw_modal iframe {
        height: 45vw;
        width: 80vw
    }
}
.frontend .pupilsubjectstable.ui-datatable tbody td {
    padding: 22px 33px !important;
    color: #6f7c82;
    border-bottom: 1px solid #e8e8e8 !important
}
.frontend .pupilsubjectstable.ui-datatable tbody td:first-of-type {
    color: #292e31;
    text-align: left
}
.frontend .pupilsubjectstable.ui-datatable tbody td:last-of-type {
    width: 30%;
    text-align: right
}
.frontend .pupilsubjectstable.ui-datatable tbody tr:last-child td {
    border-bottom: none !important
}
.pupilresourcespanel {
    min-height: 600px
}
.singleresourcemaster {
    width: 100%
}
.singleresourcemaster .ui-widget-content {
    border: 0
}
.singleresourcemaster .ui-widget-content td {
    padding: 13px 10px;
    vertical-align: middle;
    color: #737373;
    border: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important
}
.multipleresourcesmaster td {
    padding: 13px 10px;
    vertical-align: middle;
    border-top: 0;
    color: #737373
}
.multiplesharedresourcestable.ui-datatable {
    padding-left: 20px;
    border-bottom: 1px solid #e8e8e8 !important
}
.multiplesharedresourcestable.ui-datatable td {
    padding: 13px 10px !important;
    vertical-align: middle;
    color: #737373
}
.multiplesharedresourcestable.ui-datatable td:first-child {
    padding-left: 20px
}
.multiplesharedresourcestable.ui-datatable td:last-child {
    padding-right: 21px !important
}
.multiplesharedresourcestable.ui-datatable tr:last-child td {
    border-bottom: 0 !important
}
.multiplesharedresourcestable .filename,
.singleresourcemaster .filename,
.multipleresourcesmaster .filename {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #292e31
}
.multiplesharedresourcestable .smallbutton,
.singleresourcemaster .smallbutton,
.multipleresourcesmaster .smallbutton {
    margin: 0
}
.multipleFileUploadPanelCol1,
.multipleFileUploadPanelCol2,
.multipleFileUploadPanelCol3 {
    border-top: 1px solid #e8e8e8
}
.multipleFileUploadPanelCol1 {
    width: 65px;
    text-align: center
}
.multipleFileUploadPanelCol2 {
    text-align: left;
    border-bottom: 1px solid #e8e8e8 !important
}
.multipleFileUploadPanelCol3 {
    width: 145px;
    padding-right: 21px !important;
    text-align: right;
    border-bottom: 1px solid #e8e8e8 !important
}
.singleResourceColumn1 {
    width: 65px;
    text-align: center
}
.singleResourceColumn3 {
    width: 145px;
    padding-right: 21px !important;
    text-align: right
}
.sessionreport {
    margin-top: 24px;
    padding: 0 0 16px 33px;
    border-bottom: 1px solid #e8e8e8
}
.sessionreport .sessionreportheader {
    margin-bottom: 10px;
    font-size: 18px;
    color: #292e31
}
.sessionreport .sessionreportbody {
    padding-left: 33px
}
.sessionreport .sessionreportbody .sectiontitle {
    font-weight: bold;
    color: #292e31
}
.sessionreport .sessionreportbody .sectionbody {
    margin-bottom: 11px;
    color: #737373
}
.tutorsessionsdatatable .ui-datatable-odd {
    background-color: white
}
.tutorsessionsdatatable td {
    padding: 0 !important
}
.tutorsessionsdatatable .ui-datatable-empty-message td {
    padding: 0 20px 20px 20px !important
}
.tutorsessionsdatatable thead {
    display: none
}
.tutorsessionsdatatable {
    border: 0 !important
}
@media screen and (min-width: 1200px) {
    .tutorsessionsdatatable td p {
        font-size: 1em
    }
}
.contentbanner h2+h3 {
    margin-bottom: 80px;
}
.semibold,
.button.semibold {
    font-weight: 600;
}
.tutorquality {
    margin-bottom: 40px;
}
.tutorquality .list ul {
    list-style: none;
    margin: 10px 20px;
    display: inline-block
}
.tutorquality .list ul li {
    padding: 10px 0px 10px 38px;
    position: relative;
    font-size: 18px;
    text-align: left;
}
.tutorquality .list ul li:before {
    content: "";
    background-image: url('../images/tick-yellow.svg');
    width: 22px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}
.tutorquality .cell {
    width: 50%;
    position: relative
}
.tutorquality .cell.videopreview img {
    width: 100%;
}
.tutorquality .cell.videopreview .play {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}
.tutorquality .cell.list {
    text-align: center;
    background: #f2f4f7;
}
.subjectslist a {
    margin: 0px 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .tutorquality .cell.videopreview,
    .tutorquality .cell.videopreview img {
        height: 229px;
        font-size: 0px
    }
}
@media screen and (max-width: 992px) {
    .tutoringsubjects .grid {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px) {
    .tutorquality .cell.list {
        text-align: left;
        padding-left: 30px;
    }
    .tutorquality .cell.list li {
        font-size: 20px;
    }
}
@media screen and (min-width: 1200px) {
    .tutorquality .cell.list li {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .subjectslist a {
        line-height: 1.5em;
    }
    .tutorquality .cell.list {
        text-align: left;
        padding-left: 16px;
    }
}
.preferonline {
    position: relative;
    height: 682px;
}
.classroomonlaptop {
    position: absolute;
    right: 50%;
    width: 957px;
    height: 532px;
}
.classroomonlaptop .laptopframe {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
}
.classroomonlaptop .classroompreview {
    border: 2px solid #F2F4F7;
    position: absolute;
    right: 145px;
    top: 32px;
    border-radius: 6px
}
.preferonlinelist {
    position: absolute;
    left: 50%;
}
.preferonlinelist {
    position: absolute;
    left: 50%;
    display: table;
    padding: 60px 30px;
}
.preferonlinelist .preferreason {
    display: table-row;
}
.preferonlinelist .preferreason .prefericon,
.preferonlinelist .preferreason .preferdesc {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 15px 20px;
}
.preferonlinelist .preferreason .preferdesc h4 {
    margin-bottom: 6px;
}
.preferonlinelist .preferreason .preferdesc p {
    max-width: 400px
}
@media screen and (max-width: 1199px) {
    .preferonline {
        height: auto;
    }
    .classroomonlaptop {
        position: relative;
        right: 0%;
        width: auto;
        max-width: 100%;
        margin: 0px auto;
    }
    .classroomonlaptop .classroompreview {
        border: 2px solid #F2F4F7;
        width: 654px;
        right: 50%;
        transform: translateX(50%);
        top: 36px;
    }
    .preferonlinelist {
        position: static;
        left: 0%;
        margin: 0px auto;
        padding: 30px 30px 0px 30px;
    }
    .preferonlinelist .preferreason {
        display: inline-block;
        width: 48%;
        margin-top: 20px;
        vertical-align: top;
    }
    .preferonlinelist .preferreason .preferdesc {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 991px) {
    .classroomonlaptop {
        position: relative;
        right: 0%;
        width: auto;
        height: 400px;
        max-width: 100%;
        margin: 0px auto;
    }
    .classroomonlaptop .laptopframe {
        height: auto;
    }
    .classroomonlaptop .classroompreview {
        border: 2px solid #F2F4F7;
        width: 501px;
        top: 28px;
    }
    .preferonlinelist .preferreason .prefericon,
    .preferonlinelist .preferreason .preferdesc {
        display: block;
        text-align: center
    }
    .preferonlinelist .preferreason .prefericon {
        padding: 0px;
    }
}
@media screen and (max-width: 767px) {
    .classroomonlaptop {
        position: static;
        width: 100%;
        height: auto;
    }
    .classroomonlaptop .laptopframe {
        display: none;
    }
    .classroomonlaptop .classroompreview {
        border: 2px solid #F2F4F7;
        position: static;
        max-width: 666px;
        width: 100%;
        top: 0px;
        transform: none;
    }
    .preferonlinelist .preferreason {
        width: 100%;
        max-width: 450px;
    }
}
.newtoonlinetutoring .col-1-3 p {
    padding: 30px 30px 0px 30px;
    max-width: 550px
}
.newtoonlinetutoring .col-1-3 {
    position: relative;
}
.newtoonlinetutoring .col-1-3:after {
    content: "";
    width: 75px;
    border-bottom: 3px solid #dfe3e8;
    height: 1px;
    position: absolute;
    right: -50px;
    top: 12px;
}
.newtoonlinetutoring .col-1-3:before {
    content: "";
    width: 25px;
    height: 25px;
    border-bottom: 3px solid #dfe3e8;
    border-right: 3px solid #dfe3e8;
    position: absolute;
    right: -47px;
    top: 1px;
    transform: rotate(-45deg)
}
.newtoonlinetutoring .col-1-3.last:before,
.newtoonlinetutoring .col-1-3.last:after {
    display: none;
}
@media screen and (max-width: 1199px) {
    .newtoonlinetutoring .col-1-3:after {
        right: -60px;
    }
    .newtoonlinetutoring .col-1-3:before {
        right: -57px;
    }
    .newtoonlinetutoring .col-1-3.first:after {
        right: -40px;
    }
    .newtoonlinetutoring .col-1-3.first:before {
        right: -37px;
    }
}
@media screen and (max-width: 991px) {
    .newtoonlinetutoring .col-1-3 {
        margin-top: 30px;
    }
    .newtoonlinetutoring .col-1-3.first {
        margin-top: 0px;
    }
    .newtoonlinetutoring .col-1-3:after {
        display: none;
    }
    .newtoonlinetutoring .col-1-3:before {
        content: "2";
        border: none;
        font-size: 96px;
        color: #ffffff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
        transform: translateX(-50%);
        left: 50%;
        top: -38px;
        width: auto;
        height: 96px;
        line-height: 96px;
        font-weight: 700;
        font-family: Arvo;
    }
    .newtoonlinetutoring .col-1-3 h4 {
        z-index: 100;
        position: relative;
    }
    .newtoonlinetutoring .col-1-3.first:before {
        content: "1";
    }
    .newtoonlinetutoring .col-1-3.last:before {
        content: "3";
        display: block;
    }
}
p.pricehighlight {
    font-size: 26px;
    font-weight: 600;
    padding: 30px 0px 60px 0px
}
.pricehighlight .price {
    font-size: 92px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.22);
    font-weight: bold;
    padding: 0px 10px
}
.pricehighlight .pound {
    font-size: 64px;
}
@media screen and (max-width: 1199px) {
    p.pricehighlight {
        font-size: 20pt;
    }
    .pricehighlight .price {
        font-size: 73px;
    }
    .pricehighlight .pound {
        font-size: 51px;
    }
}
@media screen and (max-width: 767px) {
    p.pricehighlight {
        font-size: 20pt;
        padding: 20px 0px 30px 0px
    }
    .pricehighlight .price {
        font-size: 59px;
        display: block;
        padding: 30px
    }
    .pricehighlight .pound {
        font-size: 41px;
    }
}
.homebheaderalt h2 {
    font-size: 3.5em !important;
}
.homebheaderalt h3 {
    font-size: 1.375em;
    line-height: 1.625em;
}
.homebheaderalt {
    background: url(../images/homeb_laptop.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
}
.homebheaderalt .lozengebutton.playicon {
    padding-left: 15px;
}
.homebheaderalt__button--video {
    max-width: 240px;
}
.homebheaderalt__bottom {
    padding-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.homebcontent .grid {
    margin-bottom: 0;
    margin-top: 5px;
}
.homebcontent__row {
    text-align: left;
    padding: 0px 0;
}
.homebcontent__row--text {
    margin-top: 30px;
}
.homebcontent__row h3 {
    font-size: 30px !important;
    margin-bottom: 20px;
    font-family: 'Vani Bold';
    color: #2196f3;
    text-align:center;
}
.homebcontent__row h3.align-left{
    font-size: 30px !important;
    margin-bottom: 20px;
    font-family: 'Vani Bold';
    color: #2196f3;
    text-align: left;
}
.homebcontent__row p {
    color: #677675;
}
.homebcontent__row--text p,
.homebcontent__row .homebcontent__stat {
    max-width: 480px;
}
.homebcontent__stat {
    margin-top: 34px;
}
.homebcontent__stat p {
    color: #007a87;
    font-style: italic;
}
.homebcontent__video {
    max-width: 100%;
}
.homebcontent__stat .unilogo {
    height: 20px;
    vertical-align: middle;
    padding-right: 5px;
}
.homebcontent__stat--uni {
    font-style: normal !important;
    text-transform: uppercase;
    font-family: SourceSerifPro;
}
.homebcontent__stat--uni span {
    margin-right: 20px;
}
.homebcontent {
    
    padding-top: 30px;
}
.homebcontent__stat .statpara {
    margin-left: 60px;
}
.homebcontent__stat .staticon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    float: left;
}

.subjectlinks {
    max-height: 64px;
    background-color: #3ea5f6;
}
.subjectlinks::-webkit-scrollbar {
    display: none;
}
.subjectlinks__list {
    overflow: scroll;
    white-space: nowrap;
    list-style: none;
    text-align: center;
}
.subjectlinks__list li {
    display: inline-block;
    padding: 20px 15px;
}
.subjectlinks__list li:first-child {
    padding-left: 25px;
}
.subjectlinks__list li:last-child {
    padding-right: 25px;
}
.subjectlinks__list p {
    margin-bottom: 0;
}
.homebcontent__reviews .content {
    background-color: white;
    padding: 20px;
}
.homebcontent__reviews .controls {
    background-color: white;
    border-top: solid 1px #ebedf0;
    padding: 15px;
    text-align: center;
}
.homebcontent__reviews .content,
.homebcontent__reviews .controls {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.homebcontent__reviews .images .profile--active {
    width: 30%;
    padding: 5px;
    bottom: -10px;
}
.homebcontent__reviews .images .profile {
    display: inline-block;
    width: calc(23% - 10px);
    background-color: white;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
}
.homebcontent__reviews .controls .left {
    float: left;
}
.homebcontent__reviews .controls .left,
.homebcontent__reviews .controls .right {
    height: 22px;
    width: 40px;
    cursor: pointer;
}
.homebcontent__reviews .controls .right {
    float: right;
}
.homebcontent__reviews .images .profile {
    display: inline-block;
    width: calc(23% - 10px);
    background-color: white;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
}
.homebcontent__reviews .images .profile img {
    width: 100%;
}
@media (max-width: 720px) {
    .contentbanner--mobile {
        padding: 40px 0;
    }
}
.getstarted .col-1-3 p {
    padding: 30px 30px 0px 30px;
    max-width: 550px;
}
.getstarted h3 {
    margin-bottom: 80px;
}
.getstarted .col-1-3 {
    position: relative;
}
.getstarted .col-1-3:after {
    content: "";
    width: 60px;
    border-bottom: 7px solid rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    height: 1px;
    position: absolute;
    right: -44px;
    top: 80px;
}
    .getstarted .col-1-3:before {
        content: "";
        width: 30px;
        height: 25px;
        border-bottom: 7px solid rgba(0, 0, 0, 0.13);
        border-right: 7px solid rgba(0, 0, 0, 0.13);
        border-radius: 5px;
        position: absolute;
        right: -49px;
        top: 72px;
        transform: rotate(-45deg);
    }

    /*.getstarted .col-1-3 {
        
        background-image: url(../images/Get_stated_arrow.png);
        background-position: right;
        background-repeat: no-repeat;
    }*/

.getstarted .col-1-3.last
{
    background:none;
}
.getstarted .col-1-3.last:before,
.getstarted .col-1-3.last:after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .getstarted .col-1-3:after {
        right: -60px;
    }
    .getstarted .col-1-3:before {
        right: -57px;
    }
    .getstarted .col-1-3.first:after {
        right: -40px;
    }
    .getstarted .col-1-3.first:before {
        right: -37px;
    }
}
@media screen and (max-width: 991px) and (min-width: 721px) {
    .getstarted .col-1-3 {
        width: 30%;
    }
    .getstarted .col-1-3 p {
        padding: 30px 10px 0px 10px;
    }
    .getstarted .col-1-3:after {
        right: -35px;
        width: 55px;
    }
    .getstarted .col-1-3:before {
        right: -32px;
    }
    .getstarted .col-1-3.first:after {
        right: -28px;
    }
    .getstarted .col-1-3.first:before {
        right: -25px;
    }
}
@media screen and (max-width: 720px) {
    .getstarted .col-1-3 {
        display: block;
    }
    .getstarted .col-1-3 p {
        padding: 10px 10px 0px 10px;
        margin: 0 auto;
    }
    .getstarted .col-1-3:after {
        display: none;
    }
    .getstarted .col-1-3:before {
        display: none;
    }
}
.getstarted {
    margin: 0 auto !important;
}
@media (max-width: 992px) {
    .getstarted {
        max-width: 100% !important;
    }
}
@media (max-width: 768px) {
    .getstarted {
        width: 100%;
    }
    .getstarted .col-1-1:first-child {
        display: block;
    }
}
.getstarted__header {
    margin-bottom: 80px !important;
}
@media (max-width: 992px) {
    .getstarted__header {
        margin-bottom: 60px !important;
    }
}
@media (max-width: 720px) {
    .getstarted__header {
        margin-bottom: 20px !important;
        font-size: 32px !important;
        padding: 0 10px;
    }
}
@media (max-width: 720px) {
    .getstarted__body {
        font-size: 18px !important;
    }
}
.getstarted__image {
    width: 250px;
    object-fit: contain;
}
@media (max-width: 991px) {
    .getstarted__image {
        height: 92px;
        width: 146px;
    }
}
@media (max-width: 720px) {
    .getstarted__image {
        display: inline-block;
        vertical-align: middle;
        width: 97px;
        margin-right: 10px;
    }
    .getstarted__body {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        padding-top: 0 !important;
    }
}
@media (max-width: 520px) {
    .getstarted__body {
        width: calc(100% - 120px);
    }
}
.getstarted__button {
    width: 298px;
}
.getstarted__button:hover {
    background: rgba(90, 208, 104, 1);
}
@media (max-width: 768px) {
    .getstarted__button {
        margin: 15px 5px 0px 5px;
    }
}
@media (max-width: 320px) {
    .getstarted__button {
        width: 90%;
    }
}
.getstarted__header {
    font-family:"Vani Bold";
    margin-top:50px;
}
.getstarted-emphasis {
    color: #fff;
    border: 10px solid #2196f3;
    padding: 15px;
    padding-bottom: 0px;
}

@media(max-width:768px) {

    .getstarted-emphasis {
        display:block;
        margin-bottom:40px;
    }
}
.newtoonlinehl {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 2px 0px;
    padding: 20px !important;
    margin: 15px 0px;
    background: white;
    height: auto;
    text-align: left;
    padding: 30px;
    overflow: hidden;
}
.newtoonlinehl .videopreview {
    position: relative
}
.newtoonlinehl .videopreview img {
    width: 280px;
}
.newtoonlinehl .videopreview img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 58px;
    box-decoration-break:
}
.newtoonlinehl .videopreview p.subtext {
    position: absolute;
    bottom: 10px;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.newtoonlinehl .cell.text {
    padding-left: 20px;
}
.newtoonlinehl.typography-rules .cell.text h3 {
    font-size: 28px;
    margin-top: -20px;
}
.newtoonlinehl .cell.text p {
    color: #6f7c82;
    padding-top: 15px;
}
@media screen and (max-width: 1300px) {
    .newtoonlinehl .cell:first-child {
        width: 280px;
    }
    .newtoonlinehl .cell.videopreview {
        width: 280px;
    }
    .newtoonlinehl .cell.text {}
}
@media screen and (max-width: 767px) {
    .newtoonlinehl .cell:first-child {
        width: auto;
    }
    .newtoonlinehl {
        padding: 15px !important;
    }
    .newtoonlinehl .cell.text {
        padding-left: 15px
    }
    .newtoonlinehl.typography-rules .cell .videopreview img {
        max-width: 176px;
    }
    .newtoonlinehl.typography-rules .cell.text h3 {
        margin-top: 0px;
    }
}
@media screen and (max-width: 600px) {
    .newtoonlinehl.typography-rules .cell.text h3 {
        display: none;
    }
    .newtoonlinehl .cell.text p {
        padding-top: 0px;
    }
}
.tutorlistingsouter .righthandpanel .headline {
    font-size: 2em;
    margin: 10px;
    padding: 10px;
}
.tutorlistingsouter .righthandpanel .recommended {
    width: 90px;
}
.tutorlistingsouter .righthandpanel ul {
    margin: 10px 40px 30px;
}
.tutorlistingsouter .righthandpanel .mtw_bottompanel {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #d9edcc;
    margin-top: 20px;
}
.tutorlistingsouter .righthandpanel .mtw_bottompanel .mtw_quote {
    font-style: italic;
    margin: 20px;
    font-size: 1em;
    text-align: center;
}
.tutorlistingsouter .righthandpanel .mtw_bottompanel .mtw_stars {
    text-align: center;
    margin-top: -10px;
}
.tutorlistingsouter .righthandpanel .mtw_bottompanel .mtw_stars img {
    width: 90px;
    margin-right: 10px;
}
.tutorlistingsouter .righthandpanel .mtw_bottompanel .mtw_stars {
    font-size: 1em;
    font-style: italic;
}
.tutorlistingsouter .righthandpanel .siderule::before {
    left: 1%;
    position: absolute;
    width: 99%;
}
.tutorlistingsouter .righthandpanel .siderule span {
    background: #f2f2f2 none repeat scroll 0 0;
}
.tutorlistingsouter .righthandpanel .siderule {
    text-align: center;
    margin-top: 40px;
}
.tutorlistingsouter .righthandpanel .mtw_pressicons img {
    width: 125px;
}


.becomingatutorbanner {
    background-image: url("../images/become-a-tutor_photo.jpg");
    background-repeat: no-repeat;
    background-color: #7D7875;
    background-position: center top;
    background-size: 100%;
}


.review {
    width: 500px;
    display: inline-block;
    margin-bottom: 70px;
    vertical-align: top;
}

    .review .profileimage img {
        width: 100px;
        height: auto;
    }

    .review p {
        text-align: left;
        width: 90%;
    }

@media screen and (max-width: 580px) {
    .review {
        width: 80%;
        margin-bottom: 30px;
    }

        .review p {
            text-align: center;
        }

        .review .profileimage {
            display: block;
            padding: 0;
            margin: 0;
        }

        .review img {
            margin: auto;
        }

        .review .details img {
            margin: auto;
            display: block
        }
}

.stagearrow {
    position: relative;
}

    .stagearrow.leftarrow {
        left: 50%;
        top: 25px;
    }

    .stagearrow.rightarrow {
        right: 80%;
        top: 25px;
    }

@media (max-width: 720px) {
    .stagearrow {
        display: none;
    }
}

#meetourtutors {
    background-image: url("../images/become-a-tutor_photo.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media screen and (max-width: 1350px) {
    #meetourtutors {
        background-size: auto;
    }
}

@media screen and (max-width: 500px) {
    #meetourtutors {
        background-size: auto;
        background-image: none;
    }
}


#addressinputdlg {
    background: white;
    z-index: 1000;
    padding: 15px;
    display: none;
    width: 100%;
}

    #addressinputdlg .pcaAutoComplete {
        margin-bottom: 15px;
    }

        #addressinputdlg .pcaAutoComplete .inputArea {
            padding: 16px 0px;
        }

        #addressinputdlg .pcaAutoComplete .suggestion {
            padding: 1px 0px !important;
            height: auto
        }

        #addressinputdlg .pcaAutoComplete input {
            height: auto;
            padding: 2px 0px !important;
        }

@media screen and (max-width: 400px) {
    #addressinputdlg {
        padding: 5px
    }
}

.profile-allcontent 
{
    padding-top:40px !important;
}


.help-block
{
    font-size:14px;
    color:#fc0000 !important;
}

#schedule-success, #schedule-fail, #message-success, #message-fail,#question-success, #question-fail {
    display: none;
}
#schedule-success h4 {
    text-transform: none;
}
#schedule-fail h4{
    text-transform: none;
}


.subjectanswerbanner {
    background-size: cover;
    background-image: url(../images/tutor3_bg.jpg);
    background-position: center 20%;
    background-repeat: no-repeat;
    position: relative;
    height:800px;    
}

@media (max-width: 1900px) {
    .subjectanswerbanner {
        height: 602px;
    }
}

@media (max-width: 992px) {
    .subjectanswerbanner {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .subjectanswerbanner {
        height: 180px;
    }
}

@media (max-width: 300px) {
    .subjectanswerbanner {
        height: 280px;
    }
}

.subjectanswerbanner__container {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

@media (max-width: 768px) {
    .subjectanswerbanner__container {
        bottom: 3rem;
    }
}

@media (max-width: 300px) {
    .subjectanswerbanner__container {
        bottom: 1rem;
    }
}

.subjectanswerbanner__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.subjectanswerbanner__header {
    background-color: #74c0fc;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.43);
    position: relative;
    padding-top: 18px;
    margin-bottom: 0;
}

#menu_subject{
  display: table;
  width: 100%;
  margin-bottom:20px;
}

#menu_subject > ul {
  display: table-row;
  width: 100%;
}

#menu_subject > ul >li {
  display: table-cell;
  width:1%;
  text-align:center;
  
}

#menu_subject > ul > li > a {
    color: #666;
    font-family: 'Vani Bold';
    font-size: 22px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#menu_subject > ul >li>a:after {
  content: '';
  border-bottom:1px solid #666;
  display:block;
  margin-top:0px;
  
}

.subject-right-col p.gap-p {
    margin-bottom: 20px;
}
@media(max-width:768px) {
   .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    #menu_subject > ul > li > a {
        
        font-size: 8px;        
    }
}


#tutorfaq1 p, #tutorfaq2 p, #tutorfaq3 p, #tutorfaq4 p
{
    font-size:1em;
}

.resultssummary{
    margin-bottom:40px;
}

.invi
{
    display:none;
}

.alert-success {
    padding-bottom:10px;
    margin-top:20px;
}
#cropContainerModal {
    width: 200px;
    height: 200px;
    position: relative;
    border: 1px solid #ccc;
}
#web_by {
    position: absolute;
    right: 10px;
    font-size: 10px;
    color: #aaa;
    padding: 13px;
    cursor: pointer;
}

    #web_by label {
        display: none;
        position: absolute;
        right: 5px;
        top: -32px;
        z-index: 10000;
        font-size: 10px;
        color: #ffa200;
        padding: 10px 9px;
        cursor: pointer;
        width: 60px;
        height: 40px;
        background-image: url('../img/jobotic_bubble.png');
        background-repeat: no-repeat;
    }

#jobotic {
    position: fixed;
    right: -100px;
    bottom: -3px;
    font-size: 10px;
    color: #aaa;
    padding: 13px;
    cursor: pointer;
    z-index: 9999;
}


#dtpDate{
    cursor:pointer;
}

.becomeTitle {
    color: #2196f3;
    font-weight:700;
}

.become-how
{
    padding-top:40px;
    color:#fff;
}
small.tips {
    font-size:12px;
    margin-top:5px;
    display:block;
}
small.comregno {
    font-size: 14px;
    margin-top: -5px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}
small ul
{
    margin-left:30px;
}

.form-control
{
    padding-bottom:0px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.menubutton{display:none;float:right;margin-top:15px}.menubutton a{color:white;padding:0px 0px; padding-top:10px; padding-bottom:1px;}.qllogin{display:none}.responsivehidden{display:none}@media screen and (max-width:1460px){.inner{padding:0 5px;width:100%;max-width:1279px}.header .inner{max-width:100%}.col.dblcol{width:755px}.tutorlistingsouter .subjectlevelfilters{width:1200px}.tutorquotes .col1,.tutorquotes .col2{width:calc(100% - 40px);max-width:454px;margin:0 15px}.footer .inner{padding:60px 10px}.reviewscontainer{width:calc(100% - 50px);position:relative}.banner.tutorlisting .inner:before{position:absolute;left:-150px}.banner.tutorlisting .inner:after{position:absolute;right:-250px}.frontend .ui-datatable.tutoravailabilitytable td img{width:70px;height:47px}.frontend .ui-datatable.tutoravailabilitytable td:first-child img{width:125px}.studentparentavailabilityfortutor .ui-datatable.studentparentavailabilitytable{width:85%}.studentparentavailabilityfortutor .studentparentavailabilitytablenav{width:85%}.studentparentavailabilityfortutor .studentparentavailabilitytablenav div:first-child{width:150px}.filtermenus .inputRegion select{min-width:165px !important;max-width:165px !important}}@media screen and (min-width:1400px){.newtotutoring h2{text-align:left}.newtotutoring .watchdemo{float:left}}@media screen and (max-width:1435px){.col:first-child{/*margin-left:30px*/}.col.dblcol{margin-left:0}.col.dblcol.tutorlistings{margin-left:15px}}@media screen and (max-width:1289px){.banner .bgvideo{height:390px}.tutorlistingsouter{margin-top:-60px}.tutorlistingsouter .subjectlevelfilters,.col.dblcol.tutorlistings{width:90%;margin:0 auto !important}.tutorlistingsouter .righthandpanel{display:none}.tutorlistingsouter .pagination{padding:30px 0 30px 0}}@media screen and (max-width:1279px){.inner{max-width:100%;width:100%}.banner .inner{margin:0 auto;max-width:820px}.col.dblcol,.col.rhcol{display:block;margin-left:auto;margin-right:auto}.resprollup .seefulldetailsresplink{display:block;margin-bottom:20px;font-weight:600}.resprollup .col.dblcol{max-height:400px;overflow:hidden;position:relative}.resprollup .col.dblcol:after{content:"";background:#fff;position:absolute;bottom:0;width:100%;height:70px;display:block;background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0)}.resprollup .col.lastcol{width:695px;display:block}.resprollup .col.dblcol.viewallclicked{max-height:none}.resprollup .col.dblcol.viewallclicked:after{background:0;height:0}.resprollup .col.viewallclicked .seefulldetailsresplink{display:none}.banner.tutorlisting .inner:before,.banner.tutorlisting .inner:after{display:none}.messagemeetingbooking{display:table;width:100%}.messagemeetingbooking .tutorcard.tutorcard-small{display:table-cell;width:50%}.messagemeetingbooking .actionbuttons{display:table-cell;width:50%;text-align:right;vertical-align:top}.messagemeetingbooking .actionbuttons .button{width:70% !important;margin:5px 0 !important;padding:10px 20px}.messagemeetingbooking .actionbuttons .button:first-child{margin-top:0 !important}.tutorcard.tutorcard-small .pricefrom{display:none}.tutorcard.tutorcard-small .profileimage img{width:75px}.tutorcard.tutorcard-small .ratings{margin-bottom:0}.tutorcard.tutorcard-small .ratings.ratings-mobile,.tutorcard.tutorcard-small .profileimage .profilelink-mobile{display:block}.tutorcard.tutorcard-small .ratings.ratings-desktop,.tutorcard.tutorcard-small .profilelink-desktop{display:none}.universitysearchbar{font-size:16px}.universitysearchbar .universitysearch{width:450px}.universitysearchbar a.universitysubmit{display:block;margin:20px auto}.subjectsearchbar input{width:450px}.subjectsearchbar{font-size:16px}.subjectsearchbar .levelsearch{padding-top:20px}.subjectsearchbar button.subjectsearch{display:block;margin:20px auto}}@media screen and (max-width:1256px){.subjectintro .heading,.subjectintro .intro,.pageintro .heading,.pageintro .intro{padding:0 20px}.col.rightborder:nth-child(2){border-right:0}.col.rightborder{margin-left:0}}@media screen and (max-width:1250px){.header .quicklinks{width:100%}}@media screen and (max-width:1240px){.banner .bgvideo video{margin-top:0}}@media screen and (max-width:1200px){body{font-size:90%}.banner.smaller{height:auto;padding-bottom:60px}.banner.smaller.preserveheight{height:300px}.banner.message{height:300px}.tutorlistings .resultssummary .righthandpanel{display:none}.ui-panel .filterpanelheader{float:right;margin-top:-35px}}@media screen and (max-width:1199px){.fireworks:before,.wifi:before{display:none}.postbannerpress p.asfeatured{font-size:18px;width:132px}.postbannerpress .pressicon{width:202px}.postbannerpress .pressicon img{max-width:180px}.answers .card .answer p{font-size:16px;line-height:22px}}@media screen and (max-width:1150px){.subjectlevelfilters .inputRegion{margin:5px 22px}.subjectlevelfilters .inputRegion.filterWide{width:calc(60% - 116px)}.subjectlevelfilters .inputRegion.filterNarrow{width:calc(40% - 116px);margin:5px 22px}.subjectlevelfilters .inputRegion.locationFilter{display:none}.subjectlevelfilters .inputRegion.locationFilterMobile{display:block}.subjectlevelfilters .filters{padding:8px 0}}@media screen and (max-width:1130px){.header .quicklinks ul,.header .quicklinks ul li:last-child{padding-right:0;margin-left:0}.header .login .loginlink{display:none}.header .quicklinks{display:none;position:absolute;top:62px;right:0;background:#175091;text-align:center;width:320px}.header .quicklinks ul{padding:10px 20px;margin:0 auto;float:none;text-align:center;display:inline-block;border-right:0}.header .quicklinks li{float:none;display:block;width:280px;text-align:left;padding:0;margin:0;border-bottom:1px solid rgba(0,0,0,0.12)}.header .quicklinks li:last-child{border:0}.header .quicklinks li a{color:#fff;display:block;padding:10px 10px;margin:0;font-size:1.0}
    .menubutton {
        display: block;
        width: 70px;
        margin-right: 20px;
        border: solid 1px #ced3db;
        border-radius: 3px;
        background-color: rgba(255,255,255,0.12)
    }.menubutton a{text-align:center;width:100%}.menubutton #closer{display:none}.menubutton.open #closer{display:block}.menubutton.open #opener{display:none}.quicklinks.responsivehide{display:none !important}}@media screen and (max-width:991px){.hideonmediumscreen{display:none}.inlineblockonmediumscreen{display:inline-block}.blockonmediumscreen{display:block}.postbannerpress{padding-top:20px;margin:-20px auto 00px auto}.postbannerpress p.asfeatured{font-size:16px;display:block;position:absolute;width:100%;text-align:center;top:-5px}.postbannerpress .pressicon{width:180px;display:inline-block}.postbannerpress #telegraph{text-align:left}.postbannerpress #sundaytimes{text-align:right}.postbannerpress .pressicon img{max-width:160px}.answers{-webkit-column-count:1;-moz-column-count:1;column-count:1}.answers .card{height:420px;position:relative}.answers .card .tutorinfo{position:absolute;bottom:30px}.typography-rules .contentbanner h2+h3{margin-bottom:45px}.typography-rules .contentbanner h2,.contentbanner h3{max-width:530px;margin-left:auto;margin-right:auto}.footer .inner{position:relative;padding-top:290px}.footer .column.contact{position:absolute;top:0;width:95%;width:calc(100% - 20px);text-align:center}.footer .column.contact svg{opacity:.5}.footer .column{width:33%}}@media screen and (max-width:917px){.pricing .col{margin-left:15px;margin-bottom:30px !important;margin-right:15px;float:none}.pricing .col:last-of-type{margin-top:0}.linkbartype2{margin:20px auto;display:block;text-align:center}.linkbartype2 a{display:inline-block;margin:0 10px}}@media screen and (max-width:900px){.answerscontainer .answers .slick-prev,.answerscontainer .answers .slick-next{display:none}.answerscontainer .answers .answer-tile .answer-tile-inner .answermeta{display:none}.answerscontainer .answers .answer-tile .meta2{display:block !important;margin-top}.answerscontainer .answers .slick-dots{bottom:-40px;left:0}.answerscontainer .answers{margin-bottom:50px}}@media screen and (max-width:850px){.hideat850{display:none}.tutoravailabilitytable.hideat850,.frontend .ui-datatable.studentparentavailabilitytable.hideat850,.frontend .studentparentavailabilitytablenav.hideat850{display:none}.tutoravailabilitytable.responsive,.frontend .studentparentavailability.responsive{display:block}.tutoravailabilitytable.responsive .marker,.frontend .studentparentavailability.responsive .marker{width:auto !important;overflow:visible}.tutoravailabilitytable.responsive td,.frontend .studentparentavailability.responsive td{text-align:center}.tutoravailabilitytable.responsive .marker .text{display:none}.frontend .studentparentavailability.responsive .marker .text{font-weight:600}.frontend .studentparentavailability.responsive .uktime{padding-right:15px;text-align:right;font-size:1.2em}.frontend .ui-datatable.tutoravailabilitytable table,.frontend .ui-datatable.studentparentavailabilitytable table{table-layout:fixed;border-collapse:collapse}.frontend .ui-datatable.tutoravailabilitytable td img,.frontend .ui-datatable.studentparentavailabilitytable td img{width:100%;height:100%;max-height:50px !important}}@media screen and (max-width:842px){.inner.narrow{max-width:100%}.col.dblcol,.col.firstcol,.col.lastcol,.tutorlistingsouter .subjectlevelfilters{width:calc(100% - 10px) !important}.inputRegion,.inputRegion *{max-width:100% !important}.subjectintro .heading,.subjectintro .intro,.pageintro .heading,.pageintro .intro{float:none;display:block;width:100%}.col.rightborder{border-right:0}#suggestedtutorsmessagesuccess{width:100% !important}#studentparentavailabilitysmessagesuccess{width:100% !important}}@media screen and (max-width:830px){.tutorprofile .col.lastcol{width:100%}.review .profileimage{margin-left:40px}.review .details{padding-left:40px}.howitworks .step .col{margin:0 20px}.howitworks .step .numbercircle{position:static;float:left}.howitworks .step h3{clear:both}.howitworks .step .action a{width:100%}.frontend .ui-dialog .ui-dialog-content .modalinner{padding:20px 20px 20px 20px;height:300px;overflow-y:scroll !important;overflow-x:hidden}}
@media screen and (max-width:767px) {
    .modal, .modal.container, .modal.modal-overflow, .modal.fade.in, .modal.container.fade.in, .modal.modal-overflow.fade.in {
        top: 8px !important
    }

    .frontend .modal-dialog {
        margin-top: 0
    }

    #allcontent {
        padding-top: 48px
    }

    .header {
        height: 48px
    }

        .header .logo {
            height: 30px;
        }

        .header .login a, .header .loggedin a {
            padding-top: 15px
        }

            .header .loggedin a.hasdownlink:before {
                top: 9px
            }

        .header .quicklinks, .loggedin .dropdown {
            top: 48px !important
        }

    .menubutton {
        
    }

    .postbannerpress {
        max-width: 400px
    }

        .postbannerpress .pressicon {
            width: 48%;
            display: inline-block
        }

        .postbannerpress .pressicon {
            text-align: center !important
        }

            .postbannerpress .pressicon img {
                max-width: 80%
            }

    .hideonsmallscreen {
        display: none
    }

    .inlineblockonsmallscreen {
        display: inline-block
    }

    .blockonsmallscreen {
        display: block
    }

    .lozengebutton {
        width: 100%;
        margin: 0 auto 10px auto;
        max-width: 500px
    }

        .lozengebutton.playicon {
            padding-left: 0
        }

    .divtable.breakatsmallscreen, .divtable.breakatsmallscreen .cell {
        display: inline-block;
        width: 100%
    }

    .amazingtutors .joinedbuttons {
        margin: 30px 0 20px 0
    }

    p.review-count {
        font-size: 18px
    }

    .footer .column {
        width: 100%
    }

        .footer .column .responsive {
            display: none;
            padding: 10px
        }

        .footer .column.show .responsive {
            display: block
        }

        .footer .column .heading {
            display: block;
            padding: 15px 10px 15px 40px;
            margin: 0;
            width: 100%;
            position: relative;
            cursor: pointer
        }

            .footer .column .heading:after {
                content: "";
                position: absolute;
                top: 21px;
                left: 10px;
                display: block;
                border-color: #929292;
                border-style: solid;
                border-width: 2px 2px 0 0;
                transform: rotate(45deg);
                height: 9px;
                width: 9px
            }

    .footer .button {
        width: 100% !important;
        width: calc(100% - 20px) !important
    }

    .footer svg {
        margin: 0 15px
    }

    .tutorcard .profileimage .videolink {
        display: none
    }

    .tutorlistings .addtoshortlist a.button {
        font-size: 14px !important
    }

    .tutorlistings .addtoshortlist a.save:before, .tutorlistings .addtoshortlist a.saved:before {
        display: none
    }
}
                            
        .header #signupheaderlink, #signupheaderlink2 {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 15px;
        } 
    .menubutton {
        margin-right: 10px !important
    }.howitworks .step .col{margin:0}.siderule:before{border:0}.subjectsearchbar input{padding-left:10px;width:280px !important;text-overflow:ellipsis}.subjectsearchbar button{width:280px !important}.universitysearchbar .universitysearch{padding-left:10px;width:280px !important;text-overflow:ellipsis;font-size:1em}.universitysearchbar a.universitysubmit{width:280px !important}.howitworks .col{max-width:250px}.howitworks .col img{width:250px !important}.pricing .col{width:100%;margin:0 0 30px 0}.miabhl{font-size:.8em;height:auto;padding:0 20px 20px 20px}.miabhl .valign{top:0;transform:none}.miabhl p{clear:none}.miabhl svg{width:80px;height:180px;margin-bottom:0;margin-right:20px}.miabhl .button{width:170px;margin:0 auto !important;display:block;float:left !important}.tutorcard{padding:10px;height:auto !important}.tutorcard .profileimage img{width:100%}.tutorcard .profileimage a.buttonlink{width:100px}.tutorcard .pricefrom{top:1px;right:5px;font-size:1.0}.tutorcard .profiledata{padding-left:10px;height:auto}.tutorcard .ratings{margin-top:0;position:static !important;margin-top:15px}.tutorcard .ratings .likes{padding-left:25px;border-left:0}.tutorcard .ratings .stars.manualstars svg{width:17px;height:17px}.tutorcard .ratings .rating{font-size:15px;width:26px;height:18px}.tutorcard .statement{display:none}.tutorcardtutorrequest{padding:10px;height:auto !important}.tutorcardtutorrequest .profileimage img{width:100px}.tutorcardtutorrequest .profileimage a.buttonlink{width:100px}.tutorcardtutorrequest .pricefrom{top:1px;right:5px;font-size:1.0}.tutorcardtutorrequest .profiledata{padding-left:10px;height:auto}.tutorcardtutorrequest .button{margin-top:35px}.tutorcardtutorrequest .statement{display:none}.tutorreqestconfirmation .actionbuttons .button{width:100%}.studentparentavailability .centeredcol{padding:30px !important}.studentparentavailability .centeredcol:first-child{margin-bottom:0 !important}.studentparentavailability h2{padding:0 0 0 50px}#availablevideolinkandshortlist{font-size:1em}.availablevideolink{font-size:1em;padding:3px 7px 6px 10px}.addtoshortlist a.save:before,.addtoshortlist a.saved:before{width:15px;height:19px;left:-18px;background-size:15px 19px}.sessioncard .sessionactions .button{width:120px}.sessionview .filterpanelheader{float:none;width:100%;margin:0 0 5px 0}.tutorlistings .addtoshortlist{bottom:5px;right:5px}}@media screen and (max-width:430px){.col{width:100%}.notification .cta{float:none !important;text-align:center}.notification .cta .button{width:90% !important;margin:0 0 10px 0 !important;display:block}.linkbar a{padding:5px 5px}.typography-rules.frontend .joinedbuttons a{font-size:13px;padding:10px 13px}}@media screen and (max-width:370px){.tutorcard .ratings .stars .ui-rating-star{display:none}.tutoravailabilitytable.responsive .marker .text{font-size:.7rem;text-align:left}}@media screen and (max-width:350px){.tutorregistrationprogressbar .item .text{width:170px;padding-left:10px}.tutorregistrationprogressbar .item .text p{font-size:1.2em}.tutorregistrationprogressbar .item .text p.cta{font-size:1.0}}



@media(max-width:320px)
{
    .header .logo {
        width: 90px;
    }
}

@media(max-width:450px)
{
    .loggedin .username
    {
        display:none;
    }
}

@media screen and (max-width: 1279px) {
    .banner .inner-tutor-details {
        margin: 0 auto;
        max-width:100%;
    }
}

.tutor-details-card img {
    width:100%;
}


@media (max-width:1024px)
{
    .header #signupheaderlink
    {
        display:none;
    }

    .header #signupheaderlink2
    {
        display:block;
    }
}

@media (min-width:1026px) {
    .header #signupheaderlink {
        display: block;
    }

    .header #signupheaderlink2 {
        display: none;
    }
}
@media screen and (max-width:1130px){
    .header
    {
        height:62px;
    }
    .header .quicklinks ul,.header .quicklinks ul li:last-child{padding-right:0;margin-left:0}.header .login .loginlink{display:none}
    .header .quicklinks {
        display: none;
        position: absolute;
        right: 0;
        background: #2196f3;
        text-align: center;
        width: 320px;
        top:62px;
    }

        .header .quicklinks ul {
            padding: 10px 20px;
            margin: 0 auto;
            float: none;
            text-align: center;
            display: inline-block;
            border-right: 0
        }
        .header .quicklinks li {
            float: none;
            display: block;
            width: 280px;
            text-align: left;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid rgba(0,0,0,0.12)
        }.header .quicklinks li:last-child{border:0}.header .quicklinks li a{color:#fff;display:block;padding:10px 10px;margin:0;font-size:1.0}

        .header .quicklinks ul li:first-child {
            margin-left: 0px;
        }

    .menubutton {
        display: block;
        width: 70px;
        margin-right: 20px;
        border: solid 1px #ced3db;
        border-radius: 3px;
        background-color: rgba(255,255,255,0.12)
    }
        .menubutton a {
            text-align: center;
            width: 100%
        }
        .menubutton #closer{display:none}
        .menubutton.open #closer {
            display: block
        }
        .menubutton.open #opener{display:none}
    .quicklinks.responsivehide {
        display: none !important
    }

    .header .quicklinks .login
    {
        display:none;
    }

    .dropdown-menu-sub-list {
        display: none;
        position: relative !important;
        border: none;
        background-color: transparent !important;
        box-shadow: none;
    }


    .header-right {
        display: none;
    }

    .header .quicklinks ul li select
    {
        display:block;
        margin-top:20px;
        margin-bottom:20px;
    }
}


@media screen and (max-width:1190px) {
    .header {
        height: 62px;
    }
    .header .quicklinks ul, .header .quicklinks ul li:last-child {
        padding-right: 0;
        margin-left: 0
    }

    .header .login .loginlink {
        display: none
    }

    .header .quicklinks {
        display: none;
        position: absolute;
        right: 0;
        background: #2196f3;
        text-align: center;
        width: 320px;
        top: 62px;
    }

        .header .quicklinks ul {
            padding: 10px 20px;
            margin: 0 auto;
            float: none;
            text-align: center;
            display: inline-block;
            border-right: 0
        }
            .header .quicklinks ul li:first-child {
                margin-left: 0px;
            }
            .header .quicklinks li {
            float: none;
            display: block;
            width: 280px;
            text-align: left;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid rgba(0,0,0,0.12)
        }

            .header .quicklinks li:last-child {
                border: 0
            }

            .header .quicklinks li a {
                color: #fff;
                display: block;
                padding: 10px 10px;
                margin: 0;
                font-size: 1.0
            }

    .menubutton {
        display: block;
        width: 70px;
        margin-right: 20px;
        border: solid 1px #ced3db;
        border-radius: 3px;
        background-color: rgba(255,255,255,0.12)
    }

        .menubutton a {
            text-align: center;
            width: 100%
        }

        .menubutton #closer {
            display: none
        }

        .menubutton.open #closer {
            display: block
        }

        .menubutton.open #opener {
            display: none
        }

    .quicklinks.responsivehide {
        display: none !important
    }
    .quicklinks .login {
        display: none;
    }

    .dropdown-menu-sub-list {
        display: none;
        position: relative !important;
        border: none;
        background-color: transparent !important;
        box-shadow: none;
    }

    #allcontent {
        padding-top: 62px;
    }

    .header-right {
        display:none;
    }
}


@media screen and (max-width:1190px) {

    .header .quicklinks {
        display: none;
    }

    .header-right {
        display: none;
    }
}
.tutor-banner-content {
    top: 20px;
    color: #002f24;
    position: relative;
    transform: none;
    height: auto;
    padding-top: 100px;
    padding-bottom:50px;
    
}
.tutor-banner {
    background-image: url(../images/tutor/tutorversion2_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    padding-top:50px;
}

.grid {
    font-size: 100%;
}

.filter-control-label {
    font-size:28px;
    font-weight:500;
    padding-top:10px;
    display:block;
}

.tutor-filter-content 
{
    width:600px;
    margin:0px auto;
}
@media(max-width:768px) {
    .tutor-filter-content {
        width: 100%;
    }

    .tutor-filter-content .row {
        margin-left: 0px;
        margin-right: 0px;
    }

       
}

.tutor-filter-content [class*='col-'] {
    display: block;
}
.tutor-banner-content select.form-control {
    color: #8a8a8a;
    width: 100%;
    font-size: 18px;
    height: 38px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select-arrow.jpg);
    background-position: calc(100% - 13px) calc(1em + -6px), calc(98% - 19px) calc(13em + 13px), calc(100% - 29.5em);
    background-size: 20px 15px, 27px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

.tutor-banner-content .col-1-4 {
    width: 95px;
    text-align:left;
}
.tutor-banner-content .col-1-3 {
    width: 40%;
}
@media(max-width:768px) {
    .tutor-banner-content .col-1-4 {
        width: 80%;
    }
    .tutor-banner-content .col-1-3 {
        width: 80%;
    }
}
.tutor-banner-content .filter-control-button
{
    border:none;
    padding-top:5px;
}
.tutor-banner-content .filter-control-button, .tutor-banner-content .filter-control-checkbox {
    background-color: #ffffff;
    color: #8a8a8a;
    border-radius: 3px;
    padding-left: 20px;
    padding-right:15px;
    height:40px;    
    font-size:18px;
    line-height:40px;
}
.tutor-banner-content .filter-control-checkbox span {
   margin-top:20px;
}
.tutor-banner-content .filter-control-checkbox input[type=checkbox]
{
    width:18px;
    height:18px;
    margin-top:10px;
    margin-left:5px;
}


@media(min-width:1024px) {
    .tutor-banner-content .button-submit {
        text-align: right;
    }

    .tutor-banner-content .premium-checkbox {
        text-align: left;
    }
}

.gap
{
    height:40px;
}

.tutor-listing-total {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #8a8a8a;
}

.tutor-listing
{
    margin-left:0px;
    margin-right:0px;
    font-size:1.2em;
    margin-bottom:0px;
}

.tutor-listing .container .col-md-3
{
    background-color: #dff7f3;
    height:800px;
    margin-left:5px;
    margin-right:5px;
    padding-left:5px;
    padding-right:5px;    
    padding-top:30px;
    position:relative;
}
.tutor-listing .container .col-md-3:first-child
{
     margin-left:0px;
}
.tutor-listing .container .col-md-3:last-child{
    margin-right: 0px;
}

.tutor-listing .tutor-thumbnail img
{
    width:100%;
    max-width:200px;
    border-radius:999px;
    margin-bottom:10px;
    max-height:200px;
}
@media(min-width:992px) {
    .tutor-listing .container .col-md-3 {
        width: 24%;
    }
    .tutor-listing .tutor-thumbnail img {
        max-width: 200px;
        max-height:200px;
    }
}
@media(max-width:768px)
{
    .tutor-listing .container .col-md-3 {
        margin-left:0px;
    }
    .tutor-listing .container .col-xs-6 {
       width:48%;
    }

    #tutor-details-image, #tutor-details-profile, #tutor-details-rating {
        text-align: center;
    }
    #tutor-details-profile
    {
        margin-top:20px;
    }

}
.tutor-listing [class*='col-'] {
    display: block;
}

.tutor-listing-label-save 
{
    position:absolute;
    width:100px;
    height:89px;
    top:0px;
    right:0px;
}

.tutor-listing-label-save img{
   
    width:100%;
}

.tutor-name
{
    margin-top:10px;
    margin-bottom:10px;
    font-size:1.7em;

}
.tutor-name a
{
    color:#2196f3;
}
.tutor-price {
    color: #02aaec;
    margin-bottom: 20px;
}
.tutor-education {
    width: 95%;
    margin: 0px auto;
    margin-bottom: 20px;
}
.tutor-subject {
    width: 95%;
    margin: 0px auto;
    margin-bottom: 30px;
    overflow-y: hidden;
    height: 135px;
    padding-top:10px;
}
.tutor-subject-item {
    color:#666666;
}
.tutor-subject-more {
    color: #02aaec;
}
.tutor-rating 
{
    text-align:center;
    width:100%;
    position:absolute;
    bottom:30px;
}
.tutor-rating img {
    width: 100%;
    max-width: 180px;
}

.tutor-listing .col-md-6 img
{
    width:100%;
}

.tutor-listing .tutor-ads-container 
{
    margin-bottom:30px!important;
}
.tutor-listing .tutor-ads-container-1 {
    padding-left: 0px;
    padding-right: 0px;
    background-image: url(../images/tutor/tutors_online_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0px;
    margin-right: 5px;
    height: 180px;
    padding-top: 20px;
}
.tutor-listing .tutor-ads-container-2 {
    padding-left: 0px;
    padding-right: 0px;
    background-image: url(../images/tutor/Ideal_tutors_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px;
    margin-right: 0px;
    height: 180px;
    padding-top: 20px;
}

@media(min-width:992px)
{
    .tutor-listing .tutor-ads-container-1 {
        width: 49%;
    }
    .tutor-listing .tutor-ads-container-2 {
        width: 49%;
        margin:0px auto;
    }
}

@media(max-width:768px) {
    .tutor-listing .tutor-ads-container-1 {
        margin-right:0px;
    }

    .tutor-listing .tutor-ads-container-2 {
       margin-left:0px;
    }

    .tutor-profile-card
    {
        padding-left:20px !important;
        padding-right:20px !important;
    }
    .tutor-details-card {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.tutor-ads-title 
{
    font-size:1.756em;
    color:#fff;
    
}
.tutor-ads-title .emphasis-1{
    
    color: #53ff9b ;
}
.tutor-ads-title .emphasis-2{
    
    color: #a6f5ff ;
}
.tutor-ads-caption
{
    color:#fff;
    font-size:0.87em;
    margin-bottom:15px;
}
.tutor-ads-image img {
    
    max-width: 70px;
}

@media(max-width:768px) {

    .tutor-ads-title {
        font-size:1.4em;
        margin-top:20px;
    }
    .tutor-ads-caption {
        font-size: 1em;
    }
    .tutor-ads-image img {
        max-width: 40px;
    }
}

.tutor-ads-button {
    color: #ffffff !important;
    background-color: #00decc;
    display: inline-block;
    max-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height:35px;
    font-size:1.4em;
}

.tutor-listing .pagination > li > a {
    border: none;
    color: #fff;
    padding-bottom: 0px;
    margin-left: 7px;
    background-color: transparent;
}

.tutor-listing .pagination > li > a:hover,.tutor-listing .pagination > li > a.active{
    border-radius:40px;
    background-color:#3ea5f6;
}

.tutor-listing .pagination > li > a.prev:hover,.tutor-listing .pagination > li > a.next:hover{
    background-color:transparent;

}
.tutor-listing .pagination > li > a.prev,.tutor-listing .pagination > li > a.next{

    margin-top:-2px;
}

.tutor-details-banner-content {
    top: 20px;
    color: #002f24;
    position: relative;
    transform: none;
    height: auto;
    padding-top: 45px;
    padding-bottom: 30px;
}
.tutor-banner-details {
    background-image: url(../images/tutor/tutorversion2_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
    padding-top:30px;
}

.inner-tutor-details [class*='col-'] {
    margin: 0px;
}


.tutor-details-card {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 4px;
}
#tutor-details-image img
{
    border-radius:999px;
}
.tutor-details-card img
{
    max-width:200px;
    max-height:200px;   
}
.tutor-details-card img.star
{
    max-width:150px;
    max-height:150px;    
}
.tutor-details-card h2.name
{
    color:#010101;
    font-size:1.4em;
    font-weight:700;
    margin-top:5px;
    margin-bottom:5px;
}
.tutor-details-card small.code
{
    color:#999;
    font-size:12px;
    margin-bottom:20px;
    display:block;
}
.tutor-details-card ul
{
    color:#010101;
    list-style-type:none;
}
.tutor-details-card ul>li
{
    font-size:1.2em;
}
.tutor-details-card ul>li:before
{
    content: "- ";
}
.tutor-details-card h3.price
{
    margin-top:10px;
    margin-bottom:20px;
    font-size:1.2em;
    color:#02aaec;
}
.tutor-details-card span.info
{
    color:#02aaec;
    font-size:1em;
}

.tutor-details-panel {
    padding: 5px 20px;
    
}
.tutor-details-panel small
{
    color:#2060cf;
}
a.tutor-details-btn-message {
    color: #1e539d;
    border-radius: 6px;
    background-color: #ffffff;
    width: 50%;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4em;
}

a.tutor-details-btn-save-profile {
    color: #fff;
    background-color: #2196f3;
    width: 50%;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4em;
}

.tutor-details-profile {
    background-color: #f5f5f5;
    padding-bottom:100px;
}

.inner-tutor-details-profile [class*='col-'] {
    margin: 0px;
}


@media(max-width:768px)
{
    a.tutor-details-btn-message{
        width:100% !important;
    }
    a.tutor-details-btn-save-profile
    {
        width:100% !important;
    }

    .table-responsive
    {
        border:none !important;
    }
}
.tutor-profile-card
{
    border-radius:4px;
    background-color:#fff;
    height:100%;
    margin-top:10px!important;
    margin-bottom:10px!important;
    padding:35px;
    padding-left:40px;
    padding-right:40px;
    min-height:700px;
}

.emphasis-banner {
    background-color: #6dbbf8;
    padding-bottom: 1px;
    padding-top: 23px;
    padding-left:30px;
    border-radius:4px;
    margin-bottom:40px;
}

.emphasis-banner p
{
    font-size:1em;
    color:#2e2e6e;
    font-weight:500;
    line-height:1.2em;
    margin-bottom:20px;
    
}
.emphasis-banner a
{
    background-color:none;
    color:#0072bc;
    font-family:'Vani Bold';
}

.tutor-profile-session 
{
    margin-bottom:30px;
    margin-top:20px;
}
.tutor-profile-session h1.title {
    color: #2196f3;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.tutor-profile-session p.desc {
    line-height: 1.3em;
}

.tutor-profile-right {
    margin-top: 10px !important;
}
.tutor-profile-rating-title {
    background-color: #2196f3;
    color: #fff;
    font-size: 1.5em;
    width: 100%;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom:10px;
}
.tutor-profile-testi-card {
    background-color: #fff;    
    width: 100%;   
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 0px;
    height:auto;
}
.tutor-profile-testi-card .col-md-4
{
    padding:0px;
    padding-left:15px;
}
.tutor-profile-testi-card img
{
    width:25px;
}
.tutor-profile-testi-card .title
{
    font-weight:bold;
    line-height:1.6em;
    font-size:1.2em;
}
.tutor-profile-testi-card .row
{
    margin-left:0px;
    margin-right:0px;
    margin-bottom:10px;
}

.tutor-profile-testi-card .row p
{
    font-size:1.4em;
    color:#898989;
}

ul.more-help
{
    margin-top:20px;
    list-style-type:none;
    margin-left:20px;
}
ul.more-help>li>a
{
    display:block;
    color:#218cc6;
    margin-top:8px;
    margin-bottom:8px;
    font-weight:bold;
}

.table-subject, .table-qualify {
    border-spacing: 8px !important;
    border-collapse: separate;
    background-color: #ebebeb;
}

.table-subject thead > tr > th, .table-subject tbody > tr > td.title,.table-qualify thead > tr > th, .table-qualify tbody > tr > td.title {
    background-color: #4c63d6 !important;
    border: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    height: 35px;
    vertical-align: middle;
    padding-top:15px;
    font-size:1.2em;
}
.table-subject tbody > tr > td.title,.table-qualify tbody > tr > td.title {
    width: 100px;
    text-align: center;
    font-weight: 700;
}

.table-subject tbody > tr > td,.table-qualify tbody > tr > td {
    background-color: #2196f3 !important;
    color: #fff;
    text-align: center;
    height: 40px;
    padding-top: 15px;
    max-width:33%;
    width:33%;
}
.table-subject tbody > tr > td:first-child,.table-qualify tbody > tr > td:first-child {
    max-width:34%;
    width:34%;
}

.table-availability {
    border-spacing: 8px !important;
    border-collapse: separate;
    background-color: #ebebeb;
}

.table-availability thead > tr > th, .table-availability tbody > tr > td.title{
    background-color: #4c63d6 !important;
    border: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    height: 35px;
    vertical-align: middle;
    padding-top:15px;
    padding-bottom:15px;
    font-size:14px;
}
.table-availability tbody > tr > td.title {
    width: 100px;
    text-align: center;
    font-weight: 700;
}

.table-availability tbody > tr > td {
    background-color: #acacac !important;
    color: #fff;
    text-align: center;
    height: 70px;
    padding: 0px;
    max-width:12.5%;
    width:12.5%;
}

.table-availability .selected
{
    background: url('../images/profile/white_tick.png');
    background-position: center;
    background-color:#6dbbf8!important;
    background-repeat:no-repeat;
}
.table-availability .custom-checkbox {
    display: none;
}

.table-availability label:before {
}

.table-availability .custom-checkbox + label {
    background-color: #82ca9c;
    border: 1px solid #82ca9c;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.table-availability .custom-checkbox:checked + label {
    background-color: #82ca9c;
    border: 1px solid #82ca9c;
    color: #99a1a7;
    content: url('../images/profile/white_tick.png');
    width: 100%;
    background-position: center;
}

.table-availability .custom-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}

.available-info {
    font-weight: bold;
    font-size: 1.2em;
    color: #959595;
}

#modalSchedule [class*='col-'] {
    margin: 0px;
    margin-bottom:20px;
}
#modalSchedule small{
    font-size:12px;
}

.forgot-password-content 
{
    margin-top:60px;
}

.forgot-password-content [class*='col-'] {
    margin: 0px;
}

.forgot-password-content .form-control
{
    margin-bottom:20px;
}
.forgot-password-content .control-label
{
    padding-top:10px;
}


.v2signup {
    min-height: 100px;
}

.v2signup__bg_full {
    background-image: url(../images/account/sign_in_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}

.v2signup__bg {
    height: 280px;
}

@media (max-width: 500px) {
    .v2signup__bg {
        display: none;
    }
}

.v2signup__logo {
    margin-top: 65px;
    margin-left: 30px;
    display: inline-block;
}

.v2signup__wrapper {
    margin-top: -100px;
}

@media (max-width: 500px) {
    .v2signup__wrapper {
        margin-top: 0;
    }
}

.v2signup__card {
    width: 420px;
    border-radius: 10px;
    background-color: #e5e5e5;
    border: 2px solid #8f8f8f;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    padding: 26px 20px;
    position: relative;
    margin: 0 0 65px 0 !important;
    margin-bottom: 1rem;
}

@media (max-width: 500px) {
    .v2signup__card {
        background-color: #f3f4f5;
        width: 100%;
        box-shadow: none;
        margin: 0 !important;
    }
}

.v2signup__header {
    font-family: 'Vani';
    font-size: 2em;
    font-weight: normal;
    text-align: center;
    color: #1b554f;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 20px;
    padding: 0 25px;
}

.v2signup__subheader {
    font-family: 'Vani';
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    color: #5f6769;
    max-width: 200px;
    margin: 0 auto 34px auto;
}

.v2signup__back {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 102px;
    height: 42px;
}

.v2signup__login {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 100px;
    padding: 15px 0;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #57c298;
    font-family: 'Vani';
    font-size: 1.5em;
    color: #fff !important;
}

.v3signup__button {

    width: 80%;
    padding: 17px 0;
    padding-top: 40px;
    padding-bottom: 25px;
    border-radius: 10px;
    font-size: 2em;
    text-align: center;
    color: #ffffff !important;
    display: inline-block;
    margin-bottom: 18px;
}

.v2signup__button--blue {
    background-color: #4891e6;
    box-shadow: 0 1px 0 0 #3f81cc;
}

.v2signup__button--green {
    background-color: #2c687c;
    box-shadow: 0 1px 0 0 #2c687c;
}

.v2signup__button--white {
    background-color: #86c4bd;
    border: solid 1px #86c4bd;
    text-shadow: none;
    color: #0c4356 !important;
}

.v2signup__link {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #2091eb;
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
}

.account-content 
{
    padding-top:100px;
    padding-bottom:70px;
}
.account-content [class*='col-'] {
    margin: 0px;
    margin-bottom: 20px;
}

.register-content {
    padding-top: 70px;
    padding-bottom: 70px;
    width:40%;
    min-width:300px;
}
.register-content [class*='col-'] {
    margin: 0px;
    margin-bottom: 20px;
}

#tutorsignupform {
    padding-bottom:20px;
}

.validate-msg 
{
    margin-top:10px; 
    margin-bottom:10px;
    color:#ff0000;
    display:block;
}

.embeded-video
{
    margin-bottom:20px;
}

.tips-video {
    font-size: 14px;
    display: block;
    margin-top:5px;
}

.tips-video .highlight
{
    text-decoration:underline;
    background-color:transparent;
}


@media(max-width:768px)
{
    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 0px!important;
    }
}

.badge-danger{
    background-color:#ff2323;
}



.seminar-button-container
{
    width:25%;
    min-width:200px;
    
}

.seminar-listing-total {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #8a8a8a;
}


.seminarcard {
    position: relative;
    padding: 20px 0 5px 0;
    border: 2px solid #fff;
    border-bottom: 2px solid #ccc;
    margin-bottom:40px;
}

.resultssummary + .seminarcard {
    padding-top: 10px
}

.seminarcard .qa {
    position: relative
}

    .seminarcard .qa h3 {
        color: #2196f3;
        margin-bottom: 20px;
    }

    .seminarcard .qa .share img {
        height: 24px
    }

.seminarcard .answer {
    margin: 10px 0 10px 0;
    padding-bottom: 20px;
    max-height: 250px;
    color: #333;
    overflow:hidden;
}

.seminarcard .readmore {
    color: #4c63d6;
    display: block;
    margin-top: 5px;
}

.seminarcard .profileimage {
    float: left;
    margin-right: 5px;
    position: relative;
    text-align: center
}

.seminarcard .profileimage img {
    border-radius: 50%;
    display: block;
    width:200px;
    height:200px;
}

@media(max-width:768px)
{
    .seminarcard .profileimage {
        float: unset;
        text-align: center;
        margin-bottom:20px;
    }
    .seminarcard .profileimage img {
        display: inline-block;
    }
}

.seminarcard .answermeta {
    margin-top: 35px;
}

    .seminarcard .answermeta .meta {
        float: left;
        max-width: calc(100% - 300px);
        padding-left: 30px;
    }


@media(max-width:768px) {
    .seminarcard .profileimage img {
        width:200px;
    }

    .seminarcard .answermeta .meta {
        max-width: 100%;
        padding-left: 10px;
        padding-top: 0px;
    }
}

.seminarcard .answermeta .time {
    margin-bottom: 15px;
    color: #41837a;
}

.seminarcard .answermeta .by {
    font-size: 1.1em;
}

.seminarcard .answermeta highlight {
    color: #4c63d6;
    display: inline-block;
    line-height: 20px;
}

.seminarcard .stats {
    float: right;
    margin-right: 10px;
    height: 60px;
    width:400px;
    text-align:right;
}

@media(max-width:768px)
{
    .seminarcard .stats {
        display:block;
    }

}
    .seminarcard .stats .views {
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
        color: #a5a5a5;
    }

    .seminarcard .stats .likes {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding: 7px 20px 7px 40px;
        margin-left: 10px
    }

        .seminarcard .stats .likes:before {
            content: "";
            background-image: url('../images/thumbsup.svg');
            display: block;
            position: absolute;
            width: 30px;
            height: 30px;
            left: 5px;
            top: 1px
        }

        .seminarcard .stats .likes.liked {
            cursor: pointer;
            border: 1px solid #4891e6
        }

            .seminarcard .stats .likes.liked:before {
                background-image: url('../images/thumbsup-blue.svg')
            }

        .seminarcard .stats .likes:disabled {
            opacity: 1;
            cursor: initial
        }

            .seminarcard .stats .likes.liked:hover,
            .seminarcard .stats .likes:disabled:hover {
                border: 1px solid #ccc
            }

    .seminarcard .stats.top {
        margin: -20px 10px 20px 40px
    }

    .seminarcard .stats.bottom {
        position: absolute;
        right: 0;
        bottom: 20px
    }

    @media(max-width:768px)
    {
        .seminarcard .stats.bottom {
            position: relative;
            margin-top:20px;
            margin-right:0px;
            width:100%;
        }
    }
.seminarcard.singleanswer {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px
}

    .seminarcard.singleanswer h3 {
        font-size: 2.5em
    }

    .seminarcard.singleanswer:hover {
        border: 0;
        border-bottom: 1px solid #ccc;
        cursor: initial
    }

    .seminarcard.singleanswer .answer {
        max-height: none
    }

        .seminarcard.singleanswer .answer:after {
            display: none
        }

.seminarcard.seminarcard-tutordetails {
    padding: 20px 0
}

    .seminarcard.seminarcard-tutordetails:hover {
        cursor: default;
        border: 2px solid #fff;
        border-bottom: 2px solid #ccc
    }

    .seminarcard.seminarcard-tutordetails .answer {
        max-height: none
    }

        .seminarcard.seminarcard-tutordetails .answer:after {
            display: none
        }

        .seminarcard.seminarcard-tutordetails .answer .answertextfull {
            display: none
        }




#modalBook [class*='col-'] {
    margin: 0px;
    margin-bottom: 20px;
}

.social-link
{
    text-align:left;
}
.social-link img 
{
    max-width:50px;
    max-height:50px;
    display:inline-block;
    vertical-align: top;
}
.social-link .languange-container
{
    display:inline-block;

}
.social-link .languange-container select
{
    border:none;
    padding:5px;
    margin-right:10px;
    font-size:12px;
}
.languange-container-login
{
    float:left;
}
@media(max-width:768px) {
    .social-link {
        padding-left: 15px;
    }

}
.fa-facebook 
{
    background-color: #3b5a99;
}
.fa-facebook, .fa-instagram {
    
    border-radius: 30px;
    color: #293d3e;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto;
    padding-top: 0px;
    width: 40px;
    font-size: 24px;
    text-align: center;
}

.fa-instagram {
    background-color: #3b5a99;
}

span.class-full
{
    display:block;
    margin-top:50px;
    text-align:right;
}

@media(max-width:768px)
{
    span.class-full {
        text-align: left;
        padding-left:10px;
        margin-top:20px;
    }
}


.book-shelf-container 
{
    padding-top:30px;
    padding-bottom:50px;

}
.book-shelf-container [class*='col-'] {
    margin: 0px;
}

.book-shelf-container a
{
    color:#2196f3;
}
.book-shelf-container ul
{
    margin-left:20px;
    margin-top:10px;
}

.book-shelf-content {
    margin-top: 40px!important;
}

p.terms a
{
    color:#2196f3;
}
ol.terms
{
    margin:0px ;
    padding:0px ;

    padding-left:12px;
}

ol.terms li
{
    margin-top:10px;
    padding-left:10px;
}

#video-embed {
    margin-top: 20px;
}

@media(max-width:767px) {
    #video-embed iframe {
        height:240px!important;
    }
    #video-embed {
        padding: 0px;
        margin: 0px;
        margin-top: 20px;
        max-width: 100% !important;
    }
}

@media(min-width:768px) and (max-width:1024px){
    #video-embed iframe {
        height: 400px;
    }
    #video-embed {
        padding: 0px;
        margin: 0px;
        margin-top:20px;
        max-width: 100% !important;
    }
}

@media screen 
{
    #video-embed iframe {
        height: 240px;
        margin-bottom:40px;
    }
}



.seminar-checkbox input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
    margin-top: 10px !important;
    margin-left: 5px !important;
}


.validation-summary-errors ul
{ 
    display:inline-block;
}

@media(max-width:768px)
{
    .profile-panel-banner
    {
        padding-top:38px!important;
    }
}

.breadcrumb-no-bg
{
    background-color:transparent !important;
    margin-bottom:0px;
    padding-left:0px;
}

.font-bold
{
    font-weight:bold;
}

.answersummary
{
    
}

.result .qa
{
    margin-top:20px;
    margin-bottom:20px;
}
.result .qa a {
   color:#2196f3;
}
.result .qa h3 {
    color: #2196f3;
    
}

.answerdetailscard {
    margin-top:0px !important;
    padding-top:0px;
    padding-bottom:20px;
}

/*Notification*/
.dropdown-menu [class*='col-'] {
    margin: 0px;
}
.dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
    margin-top:12px;
}

 .dropdown-menu.notify-drop .notify-drop-title {
        border-bottom: 1px solid #e2e2e2;
        padding: 5px 15px 10px 15px;
    }

.dropdown-menu.notify-drop .drop-content {
        min-height: 280px;
        max-height: 280px;
        overflow-y: scroll;
    }

 .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
            background-color: #F5F5F5;
        }

.dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
            width: 8px;
            background-color: #F5F5F5;
        }

 .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
            background-color: #ccc;
        }

 .dropdown-menu.notify-drop .drop-content > li {
            border-bottom: 1px solid #e2e2e2;
            padding: 10px 0px 5px 0px;
        }

 .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
                background-color: #fafafa;
            }

.dropdown-menu.notify-drop .drop-content > li:after {
                content: "";
                clear: both;
                display: block;
            }
.dropdown-menu.notify-drop .drop-content > li:hover {
                background-color: #fcfcfc;
            }
 .dropdown-menu.notify-drop .drop-content > li:last-child {
                border-bottom: none;
            }

 .dropdown-menu.notify-drop .drop-content > li .notify-img {
                float: left;
                display: inline-block;
                width: 45px;
                height: 45px;
                margin: 0px 0px 8px 0px;
                text-align:center;
            }

.dropdown-menu.notify-drop .allRead {
        margin-right: 7px;
    }

 .dropdown-menu.notify-drop .rIcon {
        float: right;
        color: #999;
    }

 .dropdown-menu.notify-drop .rIcon:hover {
            color: #333;
        }
 .dropdown-menu.notify-drop .drop-content > li a {
        font-size: 12px;
        font-weight: normal;
        color:#000;
    }

.dropdown-menu.notify-drop .drop-content > li {
        font-weight: bold;
        font-size: 11px;
        margin-left:0px;
        width:100%;
    }

       .dropdown-menu.notify-drop .drop-content > li hr {
            margin: 5px 0;
            width: 70%;
            border-color: #e2e2e2;
        }
.dropdown-menu.notify-drop .drop-content .pd-l0 {
        padding-left: 0;
    }

 .dropdown-menu.notify-drop .drop-content > li p {
        font-size: 11px;
        color: #666;
        font-weight: normal;
        margin: 3px 0;
    }

   .dropdown-menu.notify-drop .drop-content > li p.time {
            font-size: 10px;
            font-weight: 600;
            top: -6px;
            margin: 8px 0px 0px 0px;
            padding: 0px 3px;
            border: 1px solid #e2e2e2;
            position: relative;
            background-image: linear-gradient(#fff,#f2f2f2);
            display: inline-block;
            border-radius: 2px;
        }

            .navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
                background-image: linear-gradient(#fff,#fff);
            }

 .dropdown-menu.notify-drop .notify-drop-footer {
        border-top: 1px solid #e2e2e2;
        bottom: 0;
        position: relative;
        padding: 8px 15px;
    }

     .dropdown-menu.notify-drop .notify-drop-footer a {
            color: #777;
            text-decoration: none;
        }

          .dropdown-menu.notify-drop .notify-drop-footer a:hover {
                color: #333;
            }

.badge-notify
{
    margin-top:-10px;
    margin-left:-10px;
    vertical-align:top;
}
.notify-icon {
    font-size: 46px;
    color: #2196f3;
}

/*How it Works*/

.howwork-meet-tutor {
    padding-top:55px;
    padding-bottom:40px;
}

.dropdown-menu-sub-list {
    margin-top: 5px!important;
    background-color: #2196f3;
}
.dropdown-menu-sub-list > li {
    margin-left: 0px !important;
}

.dropdown-menu-sub-list > li a
{
    color:#fff;
}
@media(max-width:768px) {
    .dropdown-menu-sub-list {
        display: none;
        position: relative !important;
        border: none;
        background-color: transparent!important;
        box-shadow:none;
    }
}

.recommend-container [class*='col-'] {
    margin:0px;
}

.recommend-list div.first-child{
    padding-left: 0px!important;
}

@media(max-width:768px) {
    .recommend-list div.first-child {
        padding-left:unset;
    }
    .recommend-list div.col-xs-12
    {
        margin-bottom:20px;
    }
}

.recommend-list 
{
    margin-bottom:20px;
}
.recommend-list h3 {
    margin-bottom: 20px;
}

.recommend-list .thumbnail img.profile, .seminar-details img.profile{
    border-radius:50%;
}
.recommend-list .thumbnail img.star{
    width:50%;
    margin:0px auto;
    display:block;
    margin-top:20px;
}
.recommend-list .caption h4
{
    color:#000;
    font-size:14px;
    font-weight:700;
    margin-bottom:10px;
    height:40px;
    overflow-y:hidden;
}
.recommend-list .caption p
{
    color:#000;
    font-size:12px;
}
.recommend-list .caption span.time
{
    color:#41837a;
    height:65px;
    overflow-y:hidden;
    display:block;
}
.recommend-list .caption span.price
{
    color:#41837a;
    font-size:14px;
}
.recommend-list .caption highlight
{
    color:#4c63d6;
    font-size:12px;
}
.recommend-list .caption .subject-offered
{
    overflow-y:hidden;
    height:50px;
    font-size:12px;
    margin-bottom:10px;
}
.header-right
{
    float:right;
    margin-top:15px;
    color:#fff;
}

.header-right img {
   width:30px!important;
}

.header-right-profile
{
    margin-right:15px;
    margin-left:15px;
    float:left;
}
.seminar-details
{
    padding-top:40px;
    padding-bottom:40px;
    display:block;
}
.seminar-details [class*='col-'] {
    margin: 0px;
    
}

.seminar-details h4
{
    color:#000;
}

.seminar-details highlight
{
    color:#4c63d6;
    font-size:16px;
    font-weight:700;
}

.seminar-details span.time {
    color: #41837a;
    display: block;
}

.seminar-details img.profile
{
    display:block;
    margin:0px auto;
    margin-bottom:20px;
    margin-top:20px;
    
}
.addthis_inline_share_toolbox
{
    margin-bottom:20px;
}
.seminar-details p.by {
    display:inline-block;
}

.seminar-details .stats
{
    display:inline-block;
    width:300px;
    float:right;
    text-align:right;
}

a.seminar-details-btn-save-profile {
    color: #fff;
    background-color: #f2f6f9;
    width: 50%;
    display: inline-block;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4em;
}

@media(max-width:768px)
{
    .seminar-details p.by {
        display: block;
    }
    .seminar-details .stats {
        text-align: center;
        display:unset;
        float:unset;
    }
    a.seminar-details-btn-save-profile {
       width:100%;
    }
}


/* Fixed sidenav, full height */
.sidenav {
    width: 100%;
    top: 0;
    left: 0;
    background-color: #74c0fc;
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        padding: 6px 8px 6px 16px;
        padding-top:15px;
        padding-bottom:15px;
        text-decoration: none;
        font-size: 20px;
        color: #333;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        border-bottom:1px solid #8a8a8a;
    }

        /* On mouse-over */
        .sidenav a:hover, .dropdown-btn:hover, .sidenav a.active {
            color: #f1f1f1;
            background-color: #2196f3;
            text-decoration: none;
        }
/* Add an active class to the active dropdown button */

.active {
    background-color: #2196f3;
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #e2e2e2;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


/*Membership*/
.panel {
    text-align: center;
}

    .panel:hover {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
    }

.panel-body {
    padding: 0px;
    text-align: center;
}
.panel-body p{
    margin-top:20px;
}
.panel-title
{
    font-size:18px;
}
.the-price {
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

    .the-price h1 {
        line-height: 1em;
        padding: 0;
        margin: 0;
    }

.subscript {
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash {
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}

    .cnrflash-inner:before, .cnrflash-inner:after {
        /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
        content: " ";
        display: block;
        position: absolute;
        bottom: -16px;
        width: 0;
        height: 0;
        border: 8px solid #800000;
    }

    .cnrflash-inner:before {
        left: 1px;
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .cnrflash-inner:after {
        right: 0;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.cnrflash-label {
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

.membership
{
    margin-top:20px;
}
.membership [class*='col-'] {
    margin: 0px;
}

.btn-success-member
{
    color:#fff!important;
}

.font-strike
{
    text-decoration:line-through;
}

.ipt-section {
    background-color: #baa600;
    color: #fff;
    height: 100%;
}

.ipt-section-first {
    font-size: 2.2em;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.ipt-section-second {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-size:1.2em;
    font-weight:600;
}

.ipt-section-second a {
    color:#fff;
    font-weight:normal;
    margin-top:10px;
    display:block;
}

.ipt-section-third {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-size: 1.2em;
    font-weight: 600;
}

.ipt-section-funds {
    font-size: 1.4em;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}
.ipt-membership {
    background-color: #2196f3;
    padding: 20px;
    color: #fff;
}
.ipt-renew, .ipt-renew:hover {
    display: unset !important;
    font-size: 12px !important;
    color: #f6e82e !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    background-color:transparent !important;
    font-weight:700;
}

.btnSeminar {
    padding: 20px;
    display: inline-block;
    background-color: #01082c;
    color: #fff !important;
    font-weight:700;
    font-size:14px;
}

.btnIPT {
    background-color: #2196f3;
}

.wallet-dashboard [class*='col-'] {
    margin: 0px;
    
}
.wallet-dashboard
{
    margin:0px;
    margin-bottom:20px;
}
.wallet-credit {
    border: 1px solid #CCC;
    background-color: #fff;
    height:100px;
    padding-top:30px;
    font-size:20px;
}

.wallet-ipt {
    padding-top: 30px;
    border: 1px solid #CCC;
    background-color: #fff;
    height: 100px;
    font-size: 20px;
    color:#2b2929;
}

.wallet-credit small, .wallet-ipt small {
    font-size:12px;
}

.more {
    margin-right: 18px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}

a.text-primary
{
    color:#2196f3;
}

.btn-login-external
{
    border:none;
    background-color:transparent;
}

.title_external_login
{
    color:#2196f3;
}

#btnMessage
{
    color:#fff;
}

.subjectlinks__list a
{
    color:#ffffff;
}

.private-checkbox
{
    margin-top:15px!important;
}

.withdraw-btn
{
    margin-top:-15px;
}
@charset "UTF-8";

/*
    Name: YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/

.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}

