/* ==========================================================================
   NORMALIZE
   ========================================================================== */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/**
 * Remove unwanted focused elements.
 */
* :focus {
  outline: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Remove default list type.
 */
ul, ol {
  list-style: none;
  list-style-type: none;
  padding: 0; }

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

select, select[disabled=disabled] {
  -moz-appearance: none;
  text-indent: 5px;
  text-overflow: '';
  min-width: 100px !important; }

select::-ms-expand {
  display: none; }

@-ms-viewport {
  width: device-width; }

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }

/*INTERNAL VARIABLES*/
/*THESE VARIABLES MUST NOT BE USED OUTSIDE THIS FILE*/
/*********************************************************************/
/*Colour identity - To modify in rest of variables in this document***/
/*This will provide 100% colour consistency in the whole site**********/
/*********************************************************************/
/*Color states (Hover, Active)**********/
/*********************************************************************/
/*EXTERNAL VARIABLES*/
/*THESE VARIABLES CAN BE USED IN THE REST OF THE SASS FILES*/
/*THEIR VALUES CAN BE SET WITH THE INTERNAL VARIABLES*/
/*********************************************************************/
/*Device sizes*/
/*Containers*/
/*Transition variables*/
/*Padding, margin, radius, border, outline */
/*Typography base variables*/
/*Loading spinner*/
/*Header*/
/*Main content*/
/*Footer*/
/*Buttons*/
/*Tables*/
/*Forms*/
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
html {
  background-color: white; }

body {
  background-color: white;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.428;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 1px rgba(51, 51, 51, 0.1); }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  margin: 10px 0;
  color: #2a2a2a;
  line-height: 1.1; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 16px; }

hr {
  margin: 10px 0;
  border: 0;
  border-top: solid 1px #bdc3c7; }

/* ==========================================================================
   PARAGRAPHS
   ========================================================================== */
p {
  margin: 0 0 10px 0; }

/* ==========================================================================
   COLORS
   ========================================================================== */
.color-light {
  color: white; }

.color-dark {
  color: #bdc3c7; }

.color-standard {
  color: #3498db; }

.color-success {
  color: #2ecc71; }

.color-failure {
  color: #e74c3c; }

.color-warning {
  color: #f39c12; }

.color-highlight {
  color: #ffff66; }

.background-color-light {
  background-color: white; }

.background-color-dark {
  background-color: #bdc3c7; }

.background-color-standard {
  background-color: #3498db; }

.background-color-success {
  background-color: #2ecc71; }

.background-color-failure {
  background-color: #e74c3c; }

.background-color-warning {
  background-color: #f39c12; }

.background-color-highlight {
  background-color: #ffff66; }

/* ==========================================================================
   LINKS
   ========================================================================== */
a, a:visited {
  color: #3498db;
  text-decoration: none;
  transition: color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out; }

a:hover, a:focus {
  color: #4aa3df;
  text-decoration: underline;
  outline: 0; }

a:active {
  color: #258cd1;
  text-decoration: none; }

a.button:hover {
  text-decoration: none; }

/* ==========================================================================
   LOADING SPINNER
   ========================================================================== */
.busy-dialog {
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  opacity: 0.8;
  position: fixed;
  z-index: 9999;
  cursor: progress;
  top: 0; }

.spinner {
  height: 60px;
  width: 60px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border: 6px solid rgba(52, 152, 219, 0.15);
  border-radius: 100%; }

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  border-top: 6px solid rgba(74, 163, 223, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(359deg); } }

/* ==========================================================================
   HEADER
   ========================================================================== */
/**/
header {
  background-color: #3498db;
  padding: 0;
  width: 100%;
  z-index: 500;
  border-bottom: solid 1px #258cd1;
  opacity: 1; }
  header .logo {
    float: left;
    font-size: 42px; }
  header .logo a:hover {
    color:#fff;}

  header a, header a:visited {
    color: white; }
  header a:hover, header a:focus {
    color: #ffff66;
    text-decoration: none; }
  header a:active {
    color: #ffff4d; }
  header nav {
    float: right;
    display: block;
    line-height: 32px;
    font-size: 16px; }
  header li {
    display: inline;
    padding: 20px; }
  header li:last-child {
    padding-right: 0; }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
section {
  padding: 20px 0;
  margin: 0;
  background-color: white; }

article {
  padding: 0;
  margin: 0; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  clear: both;
  background-color: #3b596e;
  padding: 20px 0;
  color: white; }
  footer a, footer a:visited {
    color: white; }
  footer a:hover, footer a:focus {
    color: #ffff66; }
  footer a:active {
    color: #ffff4d; }

/* ==========================================================================
   LAYOUTS
   ========================================================================== */
.container {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  clear: both; }

.container.coverage {
	margin-bottom:40px;
}

.container.coverage .box {
	padding:10px;
	height:80px;
	border-color:#e9e9e9;
}

.container.coverage .box.left {
	margin: 5px 5px 5px 0;
}

.container.coverage .box.right {
	margin: 5px 0 5px 5px;
}

.container.coverage .box h3 {
	font-size:15px;
	color:#54bd46;
	line-height: 18px;
	margin:10px 0 5px 0;
}

.container.coverage .box h4 {
	margin:5px 0 15px 0;
	font-weight:normal;
}

.box {
  padding: 20px; }

.base-padding {
  padding: 20px; }

.base-padding-right {
  padding-right: 20px; }

.base-margin {
  margin: 20px; }

.base-margin-bottom {
  margin-bottom: 20px; }

.base-border {
  border: solid 1px #666666; }

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.clear {
  clear: both; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.block {
  display: block;
  width: 100%; }

.max-width {
  width: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.spacer {
  display: block;
  height: 10px; }

.hidden {
  display: none; }

.base-padding {
  padding: 20px; }

.base-margin {
  padding: 10px; }

.centered {
  display: none;
  text-align: center;
  position: absolute; }

/* ==========================================================================
   GRIDS
   ========================================================================== */
.desktop-hidden {
	display: none;
}

.col {
  float: left; }

.col5 {
  width: 5%; }

.col10 {
  width: 10%; }

.col15 {
  width: 15%; }

.col16 {
  width: 16.6666666%; }

.col20 {
  width: 20%; }

.col25 {
  width: 25%; }

.col30 {
  width: 30%; }

.col33 {
  width: 33.33333333%; }

.col40 {
  width: 40%; }

.col45 {
  width: 45%; }

.col50 {
  width: 50%; }

.col60 {
  width: 60%; }

.col70 {
  width: 70%; }

.col75 {
  width: 75%; }

.col80 {
  width: 80%; }

.col90 {
  width: 90%; }

.col100 {
  width: 100%; }


blockquote.circle {
	margin: 0 auto;
	width: 280px;
	text-align:center;
	height: 280px;
	border-radius: 136px;
	-moz-border-radius: 136px;
	-webkit-border-radius: 136px;
	background-color: #bc35b7;
	text-align: center;
}

blockquote.circle h3 {
	padding: 80px 10px 0px 10px;
	font-size: 18px;
	color:#fff;
	line-height:24px;
}


/* ==========================================================================
   TABLES
   ========================================================================== */
table {
  color: #666666;
  font-size: 14px;
  width: 100%; }

table th {
  text-align: center;
  padding: 20px;
  background-color: #258cd1;
  color: white;
  font-weight: normal;
  border-right: solid 1px #f2f2f2; }

table th:last-child {
  border-right: 0; }

table tr:nth-child(even) {
  background-color: #f2f2f2; }

table tr:nth-child(odd) {
  background-color: white; }

table td {
  text-align: center;
  padding: 20px;
  border-bottom: solid 1px white; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
/*Default button*/
.button {
  background-color: #3498db;
  padding: 20px;
  color: white;
  text-align: left;
  border: 0;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 2px;
  transition: background-color 150ms ease-in-out;
  -webkit-transition: background-color 150ms ease-in-out; }

.button:hover, .button:focus {
  background-color: #4aa3df; }

.button:active {
  background-color: #258cd1; }

.button:disabled {
  background-color: #258cd1; }

/*Success button*/
.button.success {
  background-color: #2ecc71; }

.button.success:hover, .button.success:focus {
  background-color: #40d47e; }

.button.success:active {
  background-color: #29b765; }

.button.failure {
  background-color: #e74c3c; }

.button.failure:hover, .button.failure:focus {
  background-color: #ea6153; }

.button.failure:active {
  background-color: #e43725; }

.button.facebook {
  background-color: #224f8f;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 15px; }

.button.facebook:hover, .button.facebook:focus {
  background-color: #275aa4; }

.button.facebook:active {
  background-color: #1d447a; }

.button.twitter {
  background-color: #00bfec;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 15px; }

.button.twitter:hover, .button.twitter:focus {
  background-color: #06d0ff; }

.button.twitter:active {
  background-color: #00aad3; }

.button.google {
  background-color: #2d2d2d;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 15px; }

.button.google:hover, .button.google:focus {
  background-color: #3a3a3a; }

.button.google:active {
  background-color: #202020; }

/*Help classes*/
.button.big {
  padding: 25px;
  font-weight: bolder;
  font-size: 16px; }

.button.full-width {
  width: 100%;
  text-align: center; }

.button[disabled=disabled], .button:disabled {
  background-color: #bdc3c7;
  color: white; }

.button[disabled=disabled]:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.mobile-button {
  position: relative;
  float: right;
  padding: 10px;
  margin-right: 5px;
  background-color: #258cd1;
  width: 42px;
  height: 42px;
  border: 0;
  color: white;
  font-size: 16px;
  display: none;
  transition: background-color 150ms ease-in-out;
  -webkit-transition: background-color 150ms ease-in-out; }

button.mobile-menu:hover {
  background: #4aa3df; }

button.mobile-menu:active {
  background: #258cd1; }

/* ==========================================================================
   LISTS
   ========================================================================== */
ul li {
  padding: 10px; }

ul.inline {
  display: inline-block; }

ul.inline li {
  display: inline-block;
  float: left; }

ul.columns li {
  border-bottom: solid 1px white;
  padding: 0; }

ul.columns li:last-child {
  border-bottom: 0; }

ul.columns li a {
  display: block;
  background-color: #3b596e;
  color: white;
  padding: 20px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out; }

ul.columns li a:hover, ul.columns li a:focus {
  background-color: #4aa3df;
  text-decoration: none; }

ul.columns li a:active {
  background-color: #258cd1; }

ul.columns li.active > a {
  background-color: #3498db;
  position: relative; }

ul.columns li.active > a:hover, ul.columns li.active > a:focus {
  background-color: #258cd1;
  text-decoration: none; }

ul.columns li.active > a:active {
  background-color: #3498db; }

ul.columns.arrow li.active > a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  top: 50%;
  left: 100%;
  margin-left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right-color: white; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

nav.subnav {
	padding: 0 20px;
}

/* ==========================================================================
   FORMS
   ========================================================================== */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bdc3c7; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bdc3c7; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bdc3c7; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bdc3c7; }

.form {
  font-size: 14px; }

.form input[type=text], .form input[type=password], .form input[type=email], .form input[type=tel], .form textarea, .form select {
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 20px;
  width: 100%;
  border-radius: 0;
  border: solid 1px #bdc3c7;
  color: #666666;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-appearance: textfield;
  -webkit-appearance: textfield; }

.form input[type=file] {
	width: 100%;
   }

.form input[type=text]:focus, .form input[type=password]:focus, .form input[type=email]:focus, .form input[type=tel]:focus, .form textarea:focus, .form select:focus {
  border: solid 1px #3498db; }

.form input.invalid {
  border: solid 1px #e74c3c; }

.form input[type=text].invalid:focus, .form input[type=password].invalid:focus, .form input[type=email].invalid:focus, .form input[type=tel].invalid:focus, .form textarea.invalid:focus, .form select.invalid:focus {
  border: solid 1px #e74c3c; }

.form label {
  color: #666666;
  vertical-align: top; }

.form-field {
  display: block;
  margin: 0 0 10px 0;
  line-height: 18px; }

.form-field label {
  display: inline;
  vertical-align: middle; }

.form input[type=checkbox], .form input[type=radio] {
  display: inline;
  vertical-align: middle; }

/*Checkbox*/
.form input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  width: 20px;
  height: 20px; }

.form .checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  bottom: 1px;
  color: #bdc3c7;
  background-color: white;
  border: solid 1px #bdc3c7;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  cursor: pointer; }

.form .checkbox label:hover:before {
  content: "\2713";
  cursor: pointer; }

.form input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  background-color: #3498db;
  color: white;
  line-height: 20px;
  text-align: center;
  cursor: pointer; }

/*Radio*/
.form input[type=radio] {
  visibility: hidden;
  position: absolute;
  width: 20px;
  height: 20px; }

.form .radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 18px;
  margin-right: 10px;
  bottom: 1px;
  color: #bdc3c7;
  background-color: white;
  border: solid 1px #bdc3c7;
  border-radius: 100%;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  cursor: pointer; }

.form .radio label:hover:before {
  content: "\2022";
  cursor: pointer; }

.form input[type=radio]:checked + label:before {
  content: "\2022";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  background-color: #3498db;
  color: white;
  line-height: 18px;
  text-align: center;
  cursor: pointer; }

textarea {
  resize: none; }

/* ==========================================================================
   CUSTOM DROPDOWNS
   ========================================================================== */
.form .selectBox-dropdown {
  margin: 0 0 10px 0;
  border: solid 1px #bdc3c7;
  font-size: 14px;
  line-height: 18px;
  padding: 14px 10px;
  outline: 0; }

/* Dropdown control */
.selectBox-dropdown {
  position: relative;
  line-height: 36px;
  color: #666666;
  background: white;
  margin-left: 10px;
  border: solid 1px #bdc3c7;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  text-align: left;
  width: 100% !important; }

.selectBox-dropdown:hover, .selectBox-dropdown:focus {
  border: solid 1px #3498db;
  text-decoration: none;
  outline: none; }

.selectBox-dropdown .selectBox-label {
  white-space: nowrap;
  overflow: hidden;
  padding: 20px 0;
  margin: 0 10px;
  color: #666666;
  font-size: 15px;
  line-height: 1.428; }

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100% !important;
  background-color: #bdc3c7;
  display: block;
  height: 100% !important;
  line-height: 100% !important;
  text-align: center; }

.selectBox-dropdown:hover .selectBox-arrow, .selectBox-dropdown:focus .selectBox-arrow {
  background-color: #3498db;
  text-decoration: none;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out; }

.selectBox-dropdown .selectBox-arrow:after {
  font-family: 'Bango';
  content: "\e641";
  font-size: 15px;
  line-height: 45px;
  color: white; }

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 10px;
  border: solid 1px #bdc3c7;
  background: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: none; }

/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0; }

.selectBox-options li a {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.428;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

.selectBox-options LI.selectBox-hover a {
  background-color: #3498db;
  color: white;
  text-decoration: none;
  cursor: pointer; }

.selectBox-options LI.selectBox-disabled a {
  color: #bdc3c7;
  background-color: transparent; }

.selectBox-options LI.selectBox-selected a {
  background-color: white;
  color: #bdc3c7;
  outline: none; }

.selectBox-options .selectBox-optgroup {
  color: #bdc3c7;
  background: white;
  line-height: 1.428;
  padding: 0 20px;
  white-space: nowrap; }

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #bdc3c7 !important; }

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666; }

.selectBox-inline.selectBox-disabled {
  color: #bdc3c7 !important; }

.selectBox-inline.selectBox-disabled .selectBox-options a {
  background-color: transparent !important; }

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 10px; }

	.container.coverage .box.left {
		margin: 5px 0;
	}

	.container.coverage .box.right {
		margin: 5px 0;
	}

	.desktop-hidden {
		display: block;  
	}

  .mobile-hidden {
    display: none; }

  .mobile-10 {
    width: 10%; }

  .mobile-20 {
    width: 20%; }

  .mobile-25 {
    width: 25%; }

  .mobile-30 {
    width: 30%; }

  .mobile-33 {
    width: 33.33333333%; }

  .mobile-40 {
    width: 40%; }

  .mobile-50 {
    width: 50%; }

  .mobile-60 {
    width: 60%; }

  .mobile-70 {
    width: 70%; }

  .mobile-80 {
    width: 80%; }

  .mobile-90 {
    width: 90%; }

  .mobile-100 {
    width: 100%; }

.overflow-x-mobile {
	overflow-x:auto;
}

  header {
    padding: 0; }
    header nav {
      position: fixed;
      left: 0;
      top: 63px;
      width: 100%;
      display: none; }
      header nav ul {
        margin: 0; }
        header nav ul li {
          display: block;
          background-color: #34495e;
          padding: 10px;
          width: auto;
          text-align: center;
          border-bottom: solid 1px #2d4053; }
          header nav ul li a {
            padding-left: 0 !important;
            font-size: 18px; }
          header nav ul li a, header nav ul li header a:visited, header nav ul li a:link {
            width: 100%;
            display: block; }
        header nav ul li:last-child {
          padding-right: 10px; }

  .mobile-button {
    display: block; }

	.awardsImg {
		margin-top:0!important;
		float:none!important;
		margin: 0 auto;
		margin-bottom: 20px!important;
	}


}

@media (min-width: 768px) {
  .container {
    width: 685px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
    padding: 0 20px; 
  }    
  .box {
    padding: 10px; }

  .base-padding {
    padding: 10px; }

  .base-padding-right-tablet {
		padding-right: 20px; }

  .base-margin {
    padding: 10px; }

  .desktop-hidden {
	  display: block;  
  }

  .tablet-hidden {
    display: none; }

  .tablet-10 {
    width: 10%; }

  .tablet-20 {
    width: 20%; }

  .tablet-25 {
    width: 25%; }

  .tablet-30 {
    width: 30%; }

  .tablet-33 {
    width: 33.33333333%; }

  .tablet-40 {
    width: 40%; }

  .tablet-50 {
    width: 50%; }

  .tablet-60 {
    width: 60%; }

  .tablet-70 {
    width: 70%; }

  .tablet-80 {
    width: 80%; }

  .tablet-90 {
    width: 90%; }

  .tablet-100 {
    width: 100%; }
  .tablet-clear {
		clear:both;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  
	.container {
		width: 960px;
	}

	.sm-desktop-10 {
	   width:10%;
	}

	.sm-desktop-20 {
	   width:20%;
	}

   .sm-desktop-25 {
	   width:25%;
   }

   	.sm-desktop-30 {
	   width:30%;
	}

   .sm-desktop-40 {
	   width:40%;
   }

   	.sm-desktop-50 {
	   width:50%;
	}

   .sm-desktop-60 {
	   width:60%;
   }

   	.sm-desktop-70 {
	   width:70%;
	}

   .sm-desktop-75 {
	   width:75%;
   }

   	.sm-desktop-80 {
	   width:80%;
	}

	.sm-desktop-90 {
	   width:90%;
	}

    .sm-desktop-100 {
	   width:100%;
	}

	.sm-desktop-clear {
		clear:both;
	}

   .base-padding-right-desktop {
		padding-right: 20px; }

   blockquote.circle {
		width: 242px;
		height: 242px;
		border-radius: 136px;
		-moz-border-radius: 136px;
		-webkit-border-radius: 136px;
	}

	blockquote.circle h3 {
		padding-top: 60px;
		font-size: 15px;
		line-height:24px;
	}

}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px; }
	.base-padding-right-desktop {
		padding-right: 20px; }
}
@font-face {
  font-family: 'Bango';
  src: url('/Fonts/bango.eot');
  src: url('/Fonts/bango.eot?#iefix') format("embedded-opentype"),
	  url('/Fonts/bango.ttf') format("truetype"),
	  url('/Fonts/bango.woff') format("woff"),
	  url('/Fonts/bango.svg#icomoon') format("svg");
  font-weight: normal;
  font-style: normal; }

[class*="icon-"] {
  font-family: 'Bango';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-warning-circle:before {
	content: "\e604";
}
.icon-users:before {
	content: "\e605";
}
.icon-user-chat:before {
	content: "\e606";
}
.icon-user:before {
	content: "\e607";
}
.icon-twitter:before {
	content: "\e608";
}
.icon-trolley:before {
	content: "\e609";
}
.icon-tools:before {
	content: "\e60a";
}
.icon-tick-thin:before {
	content: "\e60b";
}
.icon-tick-circle:before {
	content: "\e600";
}
.icon-tick:before {
	content: "\e60c";
}
.icon-thumbs-up:before {
	content: "\e60d";
}
.icon-sync:before {
	content: "\e60e";
}
.icon-suitcase:before {
	content: "\e60f";
}
.icon-speedometer:before {
	content: "\e610";
}
.icon-smartphone-b:before {
	content: "\e611";
}
.icon-smartphone:before {
	content: "\e612";
}
.icon-shopping-cart-refund:before {
	content: "\e613";
}
.icon-shopping-cart:before {
	content: "\e614";
}
.icon-sheets:before {
	content: "\e615";
}
.icon-receipt:before {
	content: "\e616";
}
.icon-pencil:before {
	content: "\e617";
}
.icon-pen:before {
	content: "\e618";
}
.icon-panel:before {
	content: "\e619";
}
.icon-padlock-unlocked:before {
	content: "\e61a";
}
.icon-padlock-locked:before {
	content: "\e61b";
}
.icon-on-off:before {
	content: "\e61c";
}
.icon-maximize:before {
	content: "\e61d";
}
.icon-magnify-glass:before {
	content: "\e61e";
}
.icon-lock-scale:before {
	content: "\e61f";
}
.icon-link:before {
	content: "\e620";
}
.icon-key:before {
	content: "\e621";
}
.icon-info-circle:before {
	content: "\e622";
}
.icon-house:before {
	content: "\e623";
}
.icon-help-circle:before {
	content: "\e624";
}
.icon-hamburger:before {
	content: "\e625";
}
.icon-google-plus:before {
	content: "\e626";
}
.icon-fountain-pen:before {
	content: "\e627";
}
.icon-filter:before {
	content: "\e628";
}
.icon-facebook:before {
	content: "\e629";
}
.icon-export:before {
	content: "\e62a";
}
.icon-envelope-vertical:before {
	content: "\e62b";
}
.icon-envelope-horizontal:before {
	content: "\e601";
}
.icon-email-sent:before {
	content: "\e602";
}
.icon-download:before {
	content: "\e62c";
}
.icon-dollar:before {
	content: "\e62d";
}
.icon-cross-thin:before {
	content: "\e62e";
}
.icon-cross-circle:before {
	content: "\e603";
}
.icon-cross:before {
	content: "\e62f";
}
.icon-cog:before {
	content: "\e630";
}
.icon-clock:before {
	content: "\e631";
}
.icon-card:before {
	content: "\e632";
}
.icon-calendar:before {
	content: "\e633";
}
.icon-briefcase:before {
	content: "\e634";
}
.icon-book-subscription:before {
	content: "\e635";
}
.icon-book-open:before {
	content: "\e636";
}
.icon-bin:before {
	content: "\e637";
}
.icon-bango-logo:before {
	content: "\e638";
}
.icon-arrow-up:before {
	content: "\e639";
}
.icon-arrow-spinner:before {
	content: "\e63a";
}
.icon-arrow-right:before {
	content: "\e63b";
}
.icon-arrow-previous-page:before {
	content: "\e63c";
}
.icon-arrow-next-page:before {
	content: "\e63d";
}
.icon-arrow-nav-top:before {
	content: "\e63e";
}
.icon-arrow-nav-right:before {
	content: "\e63f";
}
.icon-arrow-nav-left:before {
	content: "\e640";
}
.icon-arrow-nav-bottom:before {
	content: "\e641";
}
.icon-arrow-left:before {
	content: "\e642";
}
.icon-arrow-last-page:before {
	content: "\e643";
}
.icon-arrow-hollow-circle-right:before {
	content: "\e644";
}
.icon-arrow-first-page:before {
	content: "\e645";
}
.icon-arrow-down:before {
	content: "\e646";
}
.icon-arrow-circle-right:before {
	content: "\e647";
}
.icon-arrow-circle-left:before {
	content: "\e648";
}
.icon-padlock-closed:before {
	content: "\e649";
}
.icon-padlock-open:before {
	content: "\e65a";
}
.icon-linkedin:before {
	content: "\e65b";
}

.lightbox-content {
  padding: 10px;
  background: white; }

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  background: #bc35b7; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  -webkit-box-sizing: "content-box";
  -moz-box-sizing: "content-box";
  box-sizing: "content-box"; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #2a2a2a; }

#colorbox {
  outline: 0; }

#cboxContent {
  position: relative;
  margin-top: 50px;
  overflow: visible;
  background: white; }

.cboxIframe {
  background: white; }

#cboxError {
  padding: 50px; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  padding: 1px; }

#cboxLoadingOverlay {
  background: white; }

#cboxTitle {
  margin: 0;
  position: absolute;
  top: -25px;
  left: 0;
  color: white; }

#cboxCurrent {
  position: absolute;
  text-indent: -9999px; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -35px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out; }

#cboxNext, #cboxNext {
	display:none!important;
}


#cboxClose {
	background: url(../Images/Colorbox/close-btn.png) no-repeat left top;
}

#cboxPrevious {
	top: 50%;
}

#cboxPrevious:before {
	font-family: 'Bango';
	content: "\e618";
	
}

#cboxNext:before {
	font-family: 'Bango';
	content: "\e614";
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxClose {
  right: 20px; }

#cboxClose:hover, #cboxClose:active {
  background: url(../Images/Colorbox/close-btn-active.png) no-repeat left top; }

#cboxContent h2:first-child {
  position: absolute;
  top: -50px;
  color: white;
  width: 96%;
  text-align: center; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*
 * Table
 */
table.dataTable {
  margin: 0 auto;
  margin: 10px 0;
  clear: both;
  width: 100%; }

table.dataTable thead th {
  padding-right: 31px;
  cursor: pointer;
  color: white;
  font-size: 14px;
  text-align: left;
  background: #258cd1 url("../Images/DataTables/sort_desc.png") no-repeat center right;
  border-right: solid 1px white;
  *cursor: hand; }

table.dataTable thead th:last-child {
  border-right: 0; }

table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable tr.odd {
  background-color: white; }

table.dataTable tr.even {
  background-color: #f2f2f2; }

table.dataTable tr.odd td.sorting_1 {
  background-color: white; }

table.dataTable tr.odd td.sorting_2 {
  background-color: #f2f2f2; }

table.dataTable tr.odd td.sorting_3 {
  background-color: white; }

table.dataTable tr.even td.sorting_1 {
  background-color: #f2f2f2; }

table.dataTable tr.even td.sorting_2 {
  background-color: white; }

table.dataTable tr.even td.sorting_3 {
  background-color: #f2f2f2; }

/*
 * Table wrapper
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  display: none; }

/*
 * Page length menu
 */
.dataTables_length {
  color: #666666; }

/*
 * Filter
 */
.dataTables_filter {
  float: right;
  text-align: right; }

/*
 * Table information
 */
.dataTables_info {
  clear: both;
  float: left;
  font-size: 14px;
  color: #666666;
  padding: 20px;
  padding-left: 0; }

/*
 * Pagination
 */
.dataTables_paginate {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #bdc3c7;
  padding: 20px;
  padding-right: 0; }

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #2a2a2a !important; }

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important; }

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none; }

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #2a2a2a !important; }

.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px; }

.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px; }

.paginate_enabled_previous {
  background: url("../Images/DataTables/back_enabled.png") no-repeat top left; }

.paginate_enabled_previous:hover {
  background: url("../Images/DataTables/back_enabled_hover.png") no-repeat top left; }

.paginate_disabled_previous {
  background: url("../Images/DataTables/back_disabled.png") no-repeat top left; }

.paginate_enabled_next {
  background: url("../Images/DataTables/forward_enabled.png") no-repeat top right; }

.paginate_enabled_next:hover {
  background: url("../Images/DataTables/forward_enabled_hover.png") no-repeat top right; }

.paginate_disabled_next {
  background: url("../Images/DataTables/forward_disabled.png") no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
  height: 22px;
  line-height: 22px; }

.paging_full_numbers a:active {
  outline: none; }

.paging_full_numbers a:hover {
  text-decoration: none; }

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border-right: solid 1px white;
  padding: 15px;
  margin: 0;
  cursor: pointer;
  *cursor: hand;
  color: #2a2a2a !important;
  font-size: 15px;
  color: white !important;
  font-weight: bold; }

.paging_full_numbers a.paginate_button:last-child,
.paging_full_numbers a.paginate_active:last-child {
  margin-right: 0; }

.paging_full_numbers a.paginate_button {
  background-color: #bdc3c7; }

.paging_full_numbers a.paginate_button:hover {
  background-color: #666666;
  text-decoration: none !important; }

.paging_full_numbers a.paginate_active {
  background-color: #258cd1; }

/*
 * Sorting
 */
.sorting {
  background: #258cd1 url("../Images/DataTables/sort_both.png") no-repeat center right; }

.sorting_asc {
  background: #258cd1 url("../Images/DataTables/sort_asc.png") no-repeat center right !important; }

.sorting_desc {
  background: #258cd1 url("../Images/DataTables/sort_desc.png") no-repeat center right; }

.sorting_asc_disabled {
  background: #258cd1 url("../Images/DataTables/sort_asc_disabled.png") no-repeat center right; }

.sorting_desc_disabled {
  background: #258cd1 url("../Images/DataTables/sort_desc_disabled.png") no-repeat center right; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

/*
 * Scrolling
 */
.dataTables_scroll {
  clear: both; }

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_length .selectBox-dropdown {
  width: 80px !important;
  height: 30px !important; }

.dataTables_length .selectBox-arrow:after {
  line-height: 30px; }

.dataTables_length .selectBox-label {
  line-height: 1.9; }

.gldp-default {
  position: absolute;
  border: 0;
  background: white; }

/* Core style for every cell */
.gldp-default .core {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  color: #666666;
  background: white; }

/* Cell border */
.gldp-default .border {
  border: solid 1px #3498db; }

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
  font-size: 13px !important;
  color: white;
  font-weight: bold;
  background-color: #3498db;
  border-width: 0 !important; }

/* Month/Year text */
.gldp-default .monyear span {
  margin: 0 5px 0 5px; }

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
  color: white; }

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
  color: #bdc3c7; }

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
  color: #2a2a2a;
  opacity: 0.15; }

/* Days of the week */
.gldp-default .dow {
  color: #2a2a2a;
  cursor: default !important;
  background: #fff; }

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
  color: #2a2a2a; }

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
  color: #666666 !important; }

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
  background: #bdc3c7; }

/* Non-Selectable days */
.gldp-default .noday {
  color: #666666;
  font-weight: normal;
  cursor: default !important;
  background: #bdc3c7; }

/* Currently selected day */
.gldp-default .selected {
  color: white;
  border-color: #3498db;
  background: #3498db; }

/* Today */
.gldp-default .today {
  color: #2a2a2a;
  border: solid 1px #3498db;
  background: #bdc3c7; }

/* Special */
.gldp-default .special {
  color: #2a2a2a;
  border-color: #3498db;
  background: #3498db; }

html {
  height: 100%; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.slider-container {
  width: 100%;
  position: relative; }

.slider-container {
  min-height: 100%;
  position: absolute;
  overflow: auto; }

.clr {
  clear: both;
  padding: 0;
  height: 0;
  margin: 0; }

.main {
  width: 90%;
  margin: 0 auto;
  position: relative; }

.sl-slider-wrapper {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.sl-slider {
  position: absolute;
  top: 0;
  left: 0; }

/* Slide wrapper and slides */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.sl-slide {
  z-index: 1; }

/* The duplicate parts/slices */
.sl-content-slice {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1; }

/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1); }

.sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0px 200px; }

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0px 200px 200px 200px; }

/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  -webkit-transform: translateX(0%) scale(1);
  -moz-transform: translateX(0%) scale(1);
  -o-transform: translateX(0%) scale(1);
  -ms-transform: translateX(0%) scale(1);
  transform: translateX(0%) scale(1); }

.sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0px 200px 200px; }

.sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0px; }

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
  position: absolute; }

.sl-content {
  width: 100%;
  height: 100%;
  background: #fff; }

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
  background: #ddd; }

.sl-slide-vertical .sl-slide-inner {
  background: #ccc; }

.sl-slider-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/* Custom navigation arrows */
.nav-arrows span {
  position: absolute;
  z-index: 2000;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 8px solid #ddd;
  border: 8px solid rgba(189, 195, 199, 0.9);
  text-indent: -90000px;
  margin-top: -40px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-arrows span:hover {
  border-color: rgba(0, 0, 0, 0.4); }

.nav-arrows span.nav-arrow-prev {
  left: 5%;
  border-right: none;
  border-top: none; }

.nav-arrows span.nav-arrow-next {
  right: 5%;
  border-left: none;
  border-bottom: none; }

/* Custom navigation dots */
.nav-dots {
  text-align: center;
  position: absolute;
  bottom: 2%;
  height: 30px;
  width: 100%;
  left: 0;
  z-index: 1000; }

.nav-dots span {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 3px;
  background: #ddd;
  background: rgba(150, 150, 150, 0.4);
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.nav-dots span.nav-dot-current:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8); }

/* Custom background colors for slides */
/* First Slide */
.bg-1 .sl-slide-inner,
.bg-1 .sl-content-slice {
  background: #3498db;
  color: white; }

/* Second Slide */
.bg-2 .sl-slide-inner,
.bg-2 .sl-content-slice {
  background: #3b596e; }

/* Animations for content elements */
@-webkit-keyframes roll {
  0% {
    -webkit-transform: translateX(500px) rotate(360deg); }

  100% {
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes roll {
  0% {
    -moz-transform: translateX(500px) rotate(360deg);
    opacity: 0; }

  100% {
    -moz-transform: translateX(0px) rotate(0deg);
    opacity: 1; } }

@-o-keyframes roll {
  0% {
    -o-transform: translateX(500px) rotate(360deg);
    opacity: 0; }

  100% {
    -o-transform: translateX(0px) rotate(0deg);
    opacity: 1; } }

@-ms-keyframes roll {
  0% {
    -ms-transform: translateX(500px) rotate(360deg);
    opacity: 0; }

  100% {
    -ms-transform: translateX(0px) rotate(0deg);
    opacity: 1; } }

@keyframes roll {
  0% {
    transform: translateX(500px) rotate(360deg);
    opacity: 0; }

  100% {
    transform: translateX(0px) rotate(0deg);
    opacity: 1; } }

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(40px); }

  100% {
    -webkit-transform: translateY(0px); } }

@-moz-keyframes moveUp {
  0% {
    -moz-transform: translateY(40px); }

  100% {
    -moz-transform: translateY(0px); } }

@-o-keyframes moveUp {
  0% {
    -o-transform: translateY(40px); }

  100% {
    -o-transform: translateY(0px); } }

@-ms-keyframes moveUp {
  0% {
    -ms-transform: translateY(40px); }

  100% {
    -ms-transform: translateY(0px); } }

@keyframes moveUp {
  0% {
    transform: translateY(40px); }

  100% {
    transform: translateY(0px); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1); }

  100% {
    -webkit-transform: scale(0.5); } }

@-moz-keyframes scaleDown {
  0% {
    -moz-transform: scale(1); }

  100% {
    -moz-transform: scale(0.5); } }

@-o-keyframes scaleDown {
  0% {
    -o-transform: scale(1); }

  100% {
    -o-transform: scale(0.5); } }

@-ms-keyframes scaleDown {
  0% {
    -ms-transform: scale(1); }

  100% {
    -ms-transform: scale(0.5); } }

@keyframes scaleDown {
  0% {
    transform: scale(1); }

  100% {
    transform: scale(0.5); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }


/*
	jQuery.mmenu CSS
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.5s ease;
  -moz-transition: none 0.5s ease;
  -ms-transition: none 0.5s ease;
  -o-transition: none 0.5s ease;
  transition: none 0.5s ease;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 10px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 12px 10px 13px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen::before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #525051; }

.mm-menu {
  color: #fff; }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }


	/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }
.arrows {
    opacity: 0.15;
}
