/* Base */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea {
  appearance: none;
  border-radius: 0; }

*, :after, :before {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

/* Helpers */
/*
-----------------------
Maintain Ratio Mixin
Keeps the ratio of a container during window resizes
USAGE:
	div {
		/* Keeps the container square
		@include maintain-ratio($ratio: 1 1);
	}
*/
/*
Media Query Mixins
*/
/*
Background images and retina
*/
/*
-----------------------
Flexbox compatibility mixins
*/
/* end flexbox mixins */
/*
-----------------------
Calc Mixin

USAGE:
	.example {
		@include calc(width, "25% - 1em");
	}
*/
/* end calc mixin */
/*
-----------------------
Animation Mixin
USAGE:
	@include keyframes(slide-down) {
		0% { opacity: 1; }
		90% { opacity: 0; }
	}
	.element {
		width: 100px;
		height: 100px;
		background: black;
		@include animation('slide-down 5s 3');
	}
*/
/* end animation mixin */
/* end animation mixin */
/*
-----------------------
Font-size Mixin
Calculates REM sizes and defaults to px on fail
USAGE:
	p {
		@include font-size(14px)
	}
*/
/* end font-size mixin */
/*
-----------------------
Font Mixins
*/
/* end font mixins */
/*
-----------------------
Element Mixins
Used for consistent general-purpose element styling
*/
/* Typography */
/* Colors */
.clearfix {
  *zoom: 1;
  clear: both; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center !important; }

/* Vendors */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  /* @media (min-width: $screen-sm-min) {
     width: $container-sm;
   }
   @media (min-width: $screen-md-min) {
     width: $container-md;
   }*/ }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 1000px) {
    .container {
      width: 1000px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: 0px;
  margin-right: 0px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xs-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xs-32, .col-sm-32, .col-md-32, .col-lg-32, .col-xs-33, .col-sm-33, .col-md-33, .col-lg-33, .col-xs-34, .col-sm-34, .col-md-34, .col-lg-34, .col-xs-35, .col-sm-35, .col-md-35, .col-lg-35, .col-xs-36, .col-sm-36, .col-md-36, .col-lg-36, .col-xs-37, .col-sm-37, .col-md-37, .col-lg-37, .col-xs-38, .col-sm-38, .col-md-38, .col-lg-38, .col-xs-39, .col-sm-39, .col-md-39, .col-lg-39, .col-xs-40, .col-sm-40, .col-md-40, .col-lg-40, .col-xs-41, .col-sm-41, .col-md-41, .col-lg-41, .col-xs-42, .col-sm-42, .col-md-42, .col-lg-42, .col-xs-43, .col-sm-43, .col-md-43, .col-lg-43, .col-xs-44, .col-sm-44, .col-md-44, .col-lg-44, .col-xs-45, .col-sm-45, .col-md-45, .col-lg-45, .col-xs-46, .col-sm-46, .col-md-46, .col-lg-46, .col-xs-47, .col-sm-47, .col-md-47, .col-lg-47, .col-xs-48, .col-sm-48, .col-md-48, .col-lg-48, .col-xs-49, .col-sm-49, .col-md-49, .col-lg-49, .col-xs-50, .col-sm-50, .col-md-50, .col-lg-50, .col-xs-51, .col-sm-51, .col-md-51, .col-lg-51, .col-xs-52, .col-sm-52, .col-md-52, .col-lg-52, .col-xs-53, .col-sm-53, .col-md-53, .col-lg-53, .col-xs-54, .col-sm-54, .col-md-54, .col-lg-54, .col-xs-55, .col-sm-55, .col-md-55, .col-lg-55, .col-xs-56, .col-sm-56, .col-md-56, .col-lg-56, .col-xs-57, .col-sm-57, .col-md-57, .col-lg-57, .col-xs-58, .col-sm-58, .col-md-58, .col-lg-58, .col-xs-59, .col-sm-59, .col-md-59, .col-lg-59, .col-xs-60, .col-sm-60, .col-md-60, .col-lg-60 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box; }

.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-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36, .col-xs-37, .col-xs-38, .col-xs-39, .col-xs-40, .col-xs-41, .col-xs-42, .col-xs-43, .col-xs-44, .col-xs-45, .col-xs-46, .col-xs-47, .col-xs-48, .col-xs-49, .col-xs-50, .col-xs-51, .col-xs-52, .col-xs-53, .col-xs-54, .col-xs-55, .col-xs-56, .col-xs-57, .col-xs-58, .col-xs-59, .col-xs-60 {
  float: left; }

.col-xs-1 {
  width: 1.66667%; }

.col-xs-2 {
  width: 3.33333%; }

.col-xs-3 {
  width: 5%; }

.col-xs-4 {
  width: 6.66667%; }

.col-xs-5 {
  width: 8.33333%; }

.col-xs-6 {
  width: 10%; }

.col-xs-7 {
  width: 11.66667%; }

.col-xs-8 {
  width: 13.33333%; }

.col-xs-9 {
  width: 15%; }

.col-xs-10 {
  width: 16.66667%; }

.col-xs-11 {
  width: 18.33333%; }

.col-xs-12 {
  width: 20%; }

.col-xs-13 {
  width: 21.66667%; }

.col-xs-14 {
  width: 23.33333%; }

.col-xs-15 {
  width: 25%; }

.col-xs-16 {
  width: 26.66667%; }

.col-xs-17 {
  width: 28.33333%; }

.col-xs-18 {
  width: 30%; }

.col-xs-19 {
  width: 31.66667%; }

.col-xs-20 {
  width: 33.33333%; }

.col-xs-21 {
  width: 35%; }

.col-xs-22 {
  width: 36.66667%; }

.col-xs-23 {
  width: 38.33333%; }

.col-xs-24 {
  width: 40%; }

.col-xs-25 {
  width: 41.66667%; }

.col-xs-26 {
  width: 43.33333%; }

.col-xs-27 {
  width: 45%; }

.col-xs-28 {
  width: 46.66667%; }

.col-xs-29 {
  width: 48.33333%; }

.col-xs-30 {
  width: 50%; }

.col-xs-31 {
  width: 51.66667%; }

.col-xs-32 {
  width: 53.33333%; }

.col-xs-33 {
  width: 55.0%; }

.col-xs-34 {
  width: 56.66667%; }

.col-xs-35 {
  width: 58.33333%; }

.col-xs-36 {
  width: 60%; }

.col-xs-37 {
  width: 61.66667%; }

.col-xs-38 {
  width: 63.33333%; }

.col-xs-39 {
  width: 65%; }

.col-xs-40 {
  width: 66.66667%; }

.col-xs-41 {
  width: 68.33333%; }

.col-xs-42 {
  width: 70%; }

.col-xs-43 {
  width: 71.66667%; }

.col-xs-44 {
  width: 73.33333%; }

.col-xs-45 {
  width: 75%; }

.col-xs-46 {
  width: 76.66667%; }

.col-xs-47 {
  width: 78.33333%; }

.col-xs-48 {
  width: 80%; }

.col-xs-49 {
  width: 81.66667%; }

.col-xs-50 {
  width: 83.33333%; }

.col-xs-51 {
  width: 85%; }

.col-xs-52 {
  width: 86.66667%; }

.col-xs-53 {
  width: 88.33333%; }

.col-xs-54 {
  width: 90%; }

.col-xs-55 {
  width: 91.66667%; }

.col-xs-56 {
  width: 93.33333%; }

.col-xs-57 {
  width: 95%; }

.col-xs-58 {
  width: 96.66667%; }

.col-xs-59 {
  width: 98.33333%; }

.col-xs-60 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 1.66667%; }

.col-xs-pull-2 {
  right: 3.33333%; }

.col-xs-pull-3 {
  right: 5%; }

.col-xs-pull-4 {
  right: 6.66667%; }

.col-xs-pull-5 {
  right: 8.33333%; }

.col-xs-pull-6 {
  right: 10%; }

.col-xs-pull-7 {
  right: 11.66667%; }

.col-xs-pull-8 {
  right: 13.33333%; }

.col-xs-pull-9 {
  right: 15%; }

.col-xs-pull-10 {
  right: 16.66667%; }

.col-xs-pull-11 {
  right: 18.33333%; }

.col-xs-pull-12 {
  right: 20%; }

.col-xs-pull-13 {
  right: 21.66667%; }

.col-xs-pull-14 {
  right: 23.33333%; }

.col-xs-pull-15 {
  right: 25%; }

.col-xs-pull-16 {
  right: 26.66667%; }

.col-xs-pull-17 {
  right: 28.33333%; }

.col-xs-pull-18 {
  right: 30%; }

.col-xs-pull-19 {
  right: 31.66667%; }

.col-xs-pull-20 {
  right: 33.33333%; }

.col-xs-pull-21 {
  right: 35%; }

.col-xs-pull-22 {
  right: 36.66667%; }

.col-xs-pull-23 {
  right: 38.33333%; }

.col-xs-pull-24 {
  right: 40%; }

.col-xs-pull-25 {
  right: 41.66667%; }

.col-xs-pull-26 {
  right: 43.33333%; }

.col-xs-pull-27 {
  right: 45%; }

.col-xs-pull-28 {
  right: 46.66667%; }

.col-xs-pull-29 {
  right: 48.33333%; }

.col-xs-pull-30 {
  right: 50%; }

.col-xs-pull-31 {
  right: 51.66667%; }

.col-xs-pull-32 {
  right: 53.33333%; }

.col-xs-pull-33 {
  right: 55.0%; }

.col-xs-pull-34 {
  right: 56.66667%; }

.col-xs-pull-35 {
  right: 58.33333%; }

.col-xs-pull-36 {
  right: 60%; }

.col-xs-pull-37 {
  right: 61.66667%; }

.col-xs-pull-38 {
  right: 63.33333%; }

.col-xs-pull-39 {
  right: 65%; }

.col-xs-pull-40 {
  right: 66.66667%; }

.col-xs-pull-41 {
  right: 68.33333%; }

.col-xs-pull-42 {
  right: 70%; }

.col-xs-pull-43 {
  right: 71.66667%; }

.col-xs-pull-44 {
  right: 73.33333%; }

.col-xs-pull-45 {
  right: 75%; }

.col-xs-pull-46 {
  right: 76.66667%; }

.col-xs-pull-47 {
  right: 78.33333%; }

.col-xs-pull-48 {
  right: 80%; }

.col-xs-pull-49 {
  right: 81.66667%; }

.col-xs-pull-50 {
  right: 83.33333%; }

.col-xs-pull-51 {
  right: 85%; }

.col-xs-pull-52 {
  right: 86.66667%; }

.col-xs-pull-53 {
  right: 88.33333%; }

.col-xs-pull-54 {
  right: 90%; }

.col-xs-pull-55 {
  right: 91.66667%; }

.col-xs-pull-56 {
  right: 93.33333%; }

.col-xs-pull-57 {
  right: 95%; }

.col-xs-pull-58 {
  right: 96.66667%; }

.col-xs-pull-59 {
  right: 98.33333%; }

.col-xs-pull-60 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 1.66667%; }

.col-xs-push-2 {
  left: 3.33333%; }

.col-xs-push-3 {
  left: 5%; }

.col-xs-push-4 {
  left: 6.66667%; }

.col-xs-push-5 {
  left: 8.33333%; }

.col-xs-push-6 {
  left: 10%; }

.col-xs-push-7 {
  left: 11.66667%; }

.col-xs-push-8 {
  left: 13.33333%; }

.col-xs-push-9 {
  left: 15%; }

.col-xs-push-10 {
  left: 16.66667%; }

.col-xs-push-11 {
  left: 18.33333%; }

.col-xs-push-12 {
  left: 20%; }

.col-xs-push-13 {
  left: 21.66667%; }

.col-xs-push-14 {
  left: 23.33333%; }

.col-xs-push-15 {
  left: 25%; }

.col-xs-push-16 {
  left: 26.66667%; }

.col-xs-push-17 {
  left: 28.33333%; }

.col-xs-push-18 {
  left: 30%; }

.col-xs-push-19 {
  left: 31.66667%; }

.col-xs-push-20 {
  left: 33.33333%; }

.col-xs-push-21 {
  left: 35%; }

.col-xs-push-22 {
  left: 36.66667%; }

.col-xs-push-23 {
  left: 38.33333%; }

.col-xs-push-24 {
  left: 40%; }

.col-xs-push-25 {
  left: 41.66667%; }

.col-xs-push-26 {
  left: 43.33333%; }

.col-xs-push-27 {
  left: 45%; }

.col-xs-push-28 {
  left: 46.66667%; }

.col-xs-push-29 {
  left: 48.33333%; }

.col-xs-push-30 {
  left: 50%; }

.col-xs-push-31 {
  left: 51.66667%; }

.col-xs-push-32 {
  left: 53.33333%; }

.col-xs-push-33 {
  left: 55.0%; }

.col-xs-push-34 {
  left: 56.66667%; }

.col-xs-push-35 {
  left: 58.33333%; }

.col-xs-push-36 {
  left: 60%; }

.col-xs-push-37 {
  left: 61.66667%; }

.col-xs-push-38 {
  left: 63.33333%; }

.col-xs-push-39 {
  left: 65%; }

.col-xs-push-40 {
  left: 66.66667%; }

.col-xs-push-41 {
  left: 68.33333%; }

.col-xs-push-42 {
  left: 70%; }

.col-xs-push-43 {
  left: 71.66667%; }

.col-xs-push-44 {
  left: 73.33333%; }

.col-xs-push-45 {
  left: 75%; }

.col-xs-push-46 {
  left: 76.66667%; }

.col-xs-push-47 {
  left: 78.33333%; }

.col-xs-push-48 {
  left: 80%; }

.col-xs-push-49 {
  left: 81.66667%; }

.col-xs-push-50 {
  left: 83.33333%; }

.col-xs-push-51 {
  left: 85%; }

.col-xs-push-52 {
  left: 86.66667%; }

.col-xs-push-53 {
  left: 88.33333%; }

.col-xs-push-54 {
  left: 90%; }

.col-xs-push-55 {
  left: 91.66667%; }

.col-xs-push-56 {
  left: 93.33333%; }

.col-xs-push-57 {
  left: 95%; }

.col-xs-push-58 {
  left: 96.66667%; }

.col-xs-push-59 {
  left: 98.33333%; }

.col-xs-push-60 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 1.66667%; }

.col-xs-offset-2 {
  margin-left: 3.33333%; }

.col-xs-offset-3 {
  margin-left: 5%; }

.col-xs-offset-4 {
  margin-left: 6.66667%; }

.col-xs-offset-5 {
  margin-left: 8.33333%; }

.col-xs-offset-6 {
  margin-left: 10%; }

.col-xs-offset-7 {
  margin-left: 11.66667%; }

.col-xs-offset-8 {
  margin-left: 13.33333%; }

.col-xs-offset-9 {
  margin-left: 15%; }

.col-xs-offset-10 {
  margin-left: 16.66667%; }

.col-xs-offset-11 {
  margin-left: 18.33333%; }

.col-xs-offset-12 {
  margin-left: 20%; }

.col-xs-offset-13 {
  margin-left: 21.66667%; }

.col-xs-offset-14 {
  margin-left: 23.33333%; }

.col-xs-offset-15 {
  margin-left: 25%; }

.col-xs-offset-16 {
  margin-left: 26.66667%; }

.col-xs-offset-17 {
  margin-left: 28.33333%; }

.col-xs-offset-18 {
  margin-left: 30%; }

.col-xs-offset-19 {
  margin-left: 31.66667%; }

.col-xs-offset-20 {
  margin-left: 33.33333%; }

.col-xs-offset-21 {
  margin-left: 35%; }

.col-xs-offset-22 {
  margin-left: 36.66667%; }

.col-xs-offset-23 {
  margin-left: 38.33333%; }

.col-xs-offset-24 {
  margin-left: 40%; }

.col-xs-offset-25 {
  margin-left: 41.66667%; }

.col-xs-offset-26 {
  margin-left: 43.33333%; }

.col-xs-offset-27 {
  margin-left: 45%; }

.col-xs-offset-28 {
  margin-left: 46.66667%; }

.col-xs-offset-29 {
  margin-left: 48.33333%; }

.col-xs-offset-30 {
  margin-left: 50%; }

.col-xs-offset-31 {
  margin-left: 51.66667%; }

.col-xs-offset-32 {
  margin-left: 53.33333%; }

.col-xs-offset-33 {
  margin-left: 55.0%; }

.col-xs-offset-34 {
  margin-left: 56.66667%; }

.col-xs-offset-35 {
  margin-left: 58.33333%; }

.col-xs-offset-36 {
  margin-left: 60%; }

.col-xs-offset-37 {
  margin-left: 61.66667%; }

.col-xs-offset-38 {
  margin-left: 63.33333%; }

.col-xs-offset-39 {
  margin-left: 65%; }

.col-xs-offset-40 {
  margin-left: 66.66667%; }

.col-xs-offset-41 {
  margin-left: 68.33333%; }

.col-xs-offset-42 {
  margin-left: 70%; }

.col-xs-offset-43 {
  margin-left: 71.66667%; }

.col-xs-offset-44 {
  margin-left: 73.33333%; }

.col-xs-offset-45 {
  margin-left: 75%; }

.col-xs-offset-46 {
  margin-left: 76.66667%; }

.col-xs-offset-47 {
  margin-left: 78.33333%; }

.col-xs-offset-48 {
  margin-left: 80%; }

.col-xs-offset-49 {
  margin-left: 81.66667%; }

.col-xs-offset-50 {
  margin-left: 83.33333%; }

.col-xs-offset-51 {
  margin-left: 85%; }

.col-xs-offset-52 {
  margin-left: 86.66667%; }

.col-xs-offset-53 {
  margin-left: 88.33333%; }

.col-xs-offset-54 {
  margin-left: 90%; }

.col-xs-offset-55 {
  margin-left: 91.66667%; }

.col-xs-offset-56 {
  margin-left: 93.33333%; }

.col-xs-offset-57 {
  margin-left: 95%; }

.col-xs-offset-58 {
  margin-left: 96.66667%; }

.col-xs-offset-59 {
  margin-left: 98.33333%; }

.col-xs-offset-60 {
  margin-left: 100%; }

@media (min-width: 560px) {
  .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-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36, .col-sm-37, .col-sm-38, .col-sm-39, .col-sm-40, .col-sm-41, .col-sm-42, .col-sm-43, .col-sm-44, .col-sm-45, .col-sm-46, .col-sm-47, .col-sm-48, .col-sm-49, .col-sm-50, .col-sm-51, .col-sm-52, .col-sm-53, .col-sm-54, .col-sm-55, .col-sm-56, .col-sm-57, .col-sm-58, .col-sm-59, .col-sm-60 {
    float: left; }

  .col-sm-1 {
    width: 1.66667%; }

  .col-sm-2 {
    width: 3.33333%; }

  .col-sm-3 {
    width: 5%; }

  .col-sm-4 {
    width: 6.66667%; }

  .col-sm-5 {
    width: 8.33333%; }

  .col-sm-6 {
    width: 10%; }

  .col-sm-7 {
    width: 11.66667%; }

  .col-sm-8 {
    width: 13.33333%; }

  .col-sm-9 {
    width: 15%; }

  .col-sm-10 {
    width: 16.66667%; }

  .col-sm-11 {
    width: 18.33333%; }

  .col-sm-12 {
    width: 20%; }

  .col-sm-13 {
    width: 21.66667%; }

  .col-sm-14 {
    width: 23.33333%; }

  .col-sm-15 {
    width: 25%; }

  .col-sm-16 {
    width: 26.66667%; }

  .col-sm-17 {
    width: 28.33333%; }

  .col-sm-18 {
    width: 30%; }

  .col-sm-19 {
    width: 31.66667%; }

  .col-sm-20 {
    width: 33.33333%; }

  .col-sm-21 {
    width: 35%; }

  .col-sm-22 {
    width: 36.66667%; }

  .col-sm-23 {
    width: 38.33333%; }

  .col-sm-24 {
    width: 40%; }

  .col-sm-25 {
    width: 41.66667%; }

  .col-sm-26 {
    width: 43.33333%; }

  .col-sm-27 {
    width: 45%; }

  .col-sm-28 {
    width: 46.66667%; }

  .col-sm-29 {
    width: 48.33333%; }

  .col-sm-30 {
    width: 50%; }

  .col-sm-31 {
    width: 51.66667%; }

  .col-sm-32 {
    width: 53.33333%; }

  .col-sm-33 {
    width: 55.0%; }

  .col-sm-34 {
    width: 56.66667%; }

  .col-sm-35 {
    width: 58.33333%; }

  .col-sm-36 {
    width: 60%; }

  .col-sm-37 {
    width: 61.66667%; }

  .col-sm-38 {
    width: 63.33333%; }

  .col-sm-39 {
    width: 65%; }

  .col-sm-40 {
    width: 66.66667%; }

  .col-sm-41 {
    width: 68.33333%; }

  .col-sm-42 {
    width: 70%; }

  .col-sm-43 {
    width: 71.66667%; }

  .col-sm-44 {
    width: 73.33333%; }

  .col-sm-45 {
    width: 75%; }

  .col-sm-46 {
    width: 76.66667%; }

  .col-sm-47 {
    width: 78.33333%; }

  .col-sm-48 {
    width: 80%; }

  .col-sm-49 {
    width: 81.66667%; }

  .col-sm-50 {
    width: 83.33333%; }

  .col-sm-51 {
    width: 85%; }

  .col-sm-52 {
    width: 86.66667%; }

  .col-sm-53 {
    width: 88.33333%; }

  .col-sm-54 {
    width: 90%; }

  .col-sm-55 {
    width: 91.66667%; }

  .col-sm-56 {
    width: 93.33333%; }

  .col-sm-57 {
    width: 95%; }

  .col-sm-58 {
    width: 96.66667%; }

  .col-sm-59 {
    width: 98.33333%; }

  .col-sm-60 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 1.66667%; }

  .col-sm-pull-2 {
    right: 3.33333%; }

  .col-sm-pull-3 {
    right: 5%; }

  .col-sm-pull-4 {
    right: 6.66667%; }

  .col-sm-pull-5 {
    right: 8.33333%; }

  .col-sm-pull-6 {
    right: 10%; }

  .col-sm-pull-7 {
    right: 11.66667%; }

  .col-sm-pull-8 {
    right: 13.33333%; }

  .col-sm-pull-9 {
    right: 15%; }

  .col-sm-pull-10 {
    right: 16.66667%; }

  .col-sm-pull-11 {
    right: 18.33333%; }

  .col-sm-pull-12 {
    right: 20%; }

  .col-sm-pull-13 {
    right: 21.66667%; }

  .col-sm-pull-14 {
    right: 23.33333%; }

  .col-sm-pull-15 {
    right: 25%; }

  .col-sm-pull-16 {
    right: 26.66667%; }

  .col-sm-pull-17 {
    right: 28.33333%; }

  .col-sm-pull-18 {
    right: 30%; }

  .col-sm-pull-19 {
    right: 31.66667%; }

  .col-sm-pull-20 {
    right: 33.33333%; }

  .col-sm-pull-21 {
    right: 35%; }

  .col-sm-pull-22 {
    right: 36.66667%; }

  .col-sm-pull-23 {
    right: 38.33333%; }

  .col-sm-pull-24 {
    right: 40%; }

  .col-sm-pull-25 {
    right: 41.66667%; }

  .col-sm-pull-26 {
    right: 43.33333%; }

  .col-sm-pull-27 {
    right: 45%; }

  .col-sm-pull-28 {
    right: 46.66667%; }

  .col-sm-pull-29 {
    right: 48.33333%; }

  .col-sm-pull-30 {
    right: 50%; }

  .col-sm-pull-31 {
    right: 51.66667%; }

  .col-sm-pull-32 {
    right: 53.33333%; }

  .col-sm-pull-33 {
    right: 55.0%; }

  .col-sm-pull-34 {
    right: 56.66667%; }

  .col-sm-pull-35 {
    right: 58.33333%; }

  .col-sm-pull-36 {
    right: 60%; }

  .col-sm-pull-37 {
    right: 61.66667%; }

  .col-sm-pull-38 {
    right: 63.33333%; }

  .col-sm-pull-39 {
    right: 65%; }

  .col-sm-pull-40 {
    right: 66.66667%; }

  .col-sm-pull-41 {
    right: 68.33333%; }

  .col-sm-pull-42 {
    right: 70%; }

  .col-sm-pull-43 {
    right: 71.66667%; }

  .col-sm-pull-44 {
    right: 73.33333%; }

  .col-sm-pull-45 {
    right: 75%; }

  .col-sm-pull-46 {
    right: 76.66667%; }

  .col-sm-pull-47 {
    right: 78.33333%; }

  .col-sm-pull-48 {
    right: 80%; }

  .col-sm-pull-49 {
    right: 81.66667%; }

  .col-sm-pull-50 {
    right: 83.33333%; }

  .col-sm-pull-51 {
    right: 85%; }

  .col-sm-pull-52 {
    right: 86.66667%; }

  .col-sm-pull-53 {
    right: 88.33333%; }

  .col-sm-pull-54 {
    right: 90%; }

  .col-sm-pull-55 {
    right: 91.66667%; }

  .col-sm-pull-56 {
    right: 93.33333%; }

  .col-sm-pull-57 {
    right: 95%; }

  .col-sm-pull-58 {
    right: 96.66667%; }

  .col-sm-pull-59 {
    right: 98.33333%; }

  .col-sm-pull-60 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 1.66667%; }

  .col-sm-push-2 {
    left: 3.33333%; }

  .col-sm-push-3 {
    left: 5%; }

  .col-sm-push-4 {
    left: 6.66667%; }

  .col-sm-push-5 {
    left: 8.33333%; }

  .col-sm-push-6 {
    left: 10%; }

  .col-sm-push-7 {
    left: 11.66667%; }

  .col-sm-push-8 {
    left: 13.33333%; }

  .col-sm-push-9 {
    left: 15%; }

  .col-sm-push-10 {
    left: 16.66667%; }

  .col-sm-push-11 {
    left: 18.33333%; }

  .col-sm-push-12 {
    left: 20%; }

  .col-sm-push-13 {
    left: 21.66667%; }

  .col-sm-push-14 {
    left: 23.33333%; }

  .col-sm-push-15 {
    left: 25%; }

  .col-sm-push-16 {
    left: 26.66667%; }

  .col-sm-push-17 {
    left: 28.33333%; }

  .col-sm-push-18 {
    left: 30%; }

  .col-sm-push-19 {
    left: 31.66667%; }

  .col-sm-push-20 {
    left: 33.33333%; }

  .col-sm-push-21 {
    left: 35%; }

  .col-sm-push-22 {
    left: 36.66667%; }

  .col-sm-push-23 {
    left: 38.33333%; }

  .col-sm-push-24 {
    left: 40%; }

  .col-sm-push-25 {
    left: 41.66667%; }

  .col-sm-push-26 {
    left: 43.33333%; }

  .col-sm-push-27 {
    left: 45%; }

  .col-sm-push-28 {
    left: 46.66667%; }

  .col-sm-push-29 {
    left: 48.33333%; }

  .col-sm-push-30 {
    left: 50%; }

  .col-sm-push-31 {
    left: 51.66667%; }

  .col-sm-push-32 {
    left: 53.33333%; }

  .col-sm-push-33 {
    left: 55.0%; }

  .col-sm-push-34 {
    left: 56.66667%; }

  .col-sm-push-35 {
    left: 58.33333%; }

  .col-sm-push-36 {
    left: 60%; }

  .col-sm-push-37 {
    left: 61.66667%; }

  .col-sm-push-38 {
    left: 63.33333%; }

  .col-sm-push-39 {
    left: 65%; }

  .col-sm-push-40 {
    left: 66.66667%; }

  .col-sm-push-41 {
    left: 68.33333%; }

  .col-sm-push-42 {
    left: 70%; }

  .col-sm-push-43 {
    left: 71.66667%; }

  .col-sm-push-44 {
    left: 73.33333%; }

  .col-sm-push-45 {
    left: 75%; }

  .col-sm-push-46 {
    left: 76.66667%; }

  .col-sm-push-47 {
    left: 78.33333%; }

  .col-sm-push-48 {
    left: 80%; }

  .col-sm-push-49 {
    left: 81.66667%; }

  .col-sm-push-50 {
    left: 83.33333%; }

  .col-sm-push-51 {
    left: 85%; }

  .col-sm-push-52 {
    left: 86.66667%; }

  .col-sm-push-53 {
    left: 88.33333%; }

  .col-sm-push-54 {
    left: 90%; }

  .col-sm-push-55 {
    left: 91.66667%; }

  .col-sm-push-56 {
    left: 93.33333%; }

  .col-sm-push-57 {
    left: 95%; }

  .col-sm-push-58 {
    left: 96.66667%; }

  .col-sm-push-59 {
    left: 98.33333%; }

  .col-sm-push-60 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 1.66667%; }

  .col-sm-offset-2 {
    margin-left: 3.33333%; }

  .col-sm-offset-3 {
    margin-left: 5%; }

  .col-sm-offset-4 {
    margin-left: 6.66667%; }

  .col-sm-offset-5 {
    margin-left: 8.33333%; }

  .col-sm-offset-6 {
    margin-left: 10%; }

  .col-sm-offset-7 {
    margin-left: 11.66667%; }

  .col-sm-offset-8 {
    margin-left: 13.33333%; }

  .col-sm-offset-9 {
    margin-left: 15%; }

  .col-sm-offset-10 {
    margin-left: 16.66667%; }

  .col-sm-offset-11 {
    margin-left: 18.33333%; }

  .col-sm-offset-12 {
    margin-left: 20%; }

  .col-sm-offset-13 {
    margin-left: 21.66667%; }

  .col-sm-offset-14 {
    margin-left: 23.33333%; }

  .col-sm-offset-15 {
    margin-left: 25%; }

  .col-sm-offset-16 {
    margin-left: 26.66667%; }

  .col-sm-offset-17 {
    margin-left: 28.33333%; }

  .col-sm-offset-18 {
    margin-left: 30%; }

  .col-sm-offset-19 {
    margin-left: 31.66667%; }

  .col-sm-offset-20 {
    margin-left: 33.33333%; }

  .col-sm-offset-21 {
    margin-left: 35%; }

  .col-sm-offset-22 {
    margin-left: 36.66667%; }

  .col-sm-offset-23 {
    margin-left: 38.33333%; }

  .col-sm-offset-24 {
    margin-left: 40%; }

  .col-sm-offset-25 {
    margin-left: 41.66667%; }

  .col-sm-offset-26 {
    margin-left: 43.33333%; }

  .col-sm-offset-27 {
    margin-left: 45%; }

  .col-sm-offset-28 {
    margin-left: 46.66667%; }

  .col-sm-offset-29 {
    margin-left: 48.33333%; }

  .col-sm-offset-30 {
    margin-left: 50%; }

  .col-sm-offset-31 {
    margin-left: 51.66667%; }

  .col-sm-offset-32 {
    margin-left: 53.33333%; }

  .col-sm-offset-33 {
    margin-left: 55.0%; }

  .col-sm-offset-34 {
    margin-left: 56.66667%; }

  .col-sm-offset-35 {
    margin-left: 58.33333%; }

  .col-sm-offset-36 {
    margin-left: 60%; }

  .col-sm-offset-37 {
    margin-left: 61.66667%; }

  .col-sm-offset-38 {
    margin-left: 63.33333%; }

  .col-sm-offset-39 {
    margin-left: 65%; }

  .col-sm-offset-40 {
    margin-left: 66.66667%; }

  .col-sm-offset-41 {
    margin-left: 68.33333%; }

  .col-sm-offset-42 {
    margin-left: 70%; }

  .col-sm-offset-43 {
    margin-left: 71.66667%; }

  .col-sm-offset-44 {
    margin-left: 73.33333%; }

  .col-sm-offset-45 {
    margin-left: 75%; }

  .col-sm-offset-46 {
    margin-left: 76.66667%; }

  .col-sm-offset-47 {
    margin-left: 78.33333%; }

  .col-sm-offset-48 {
    margin-left: 80%; }

  .col-sm-offset-49 {
    margin-left: 81.66667%; }

  .col-sm-offset-50 {
    margin-left: 83.33333%; }

  .col-sm-offset-51 {
    margin-left: 85%; }

  .col-sm-offset-52 {
    margin-left: 86.66667%; }

  .col-sm-offset-53 {
    margin-left: 88.33333%; }

  .col-sm-offset-54 {
    margin-left: 90%; }

  .col-sm-offset-55 {
    margin-left: 91.66667%; }

  .col-sm-offset-56 {
    margin-left: 93.33333%; }

  .col-sm-offset-57 {
    margin-left: 95%; }

  .col-sm-offset-58 {
    margin-left: 96.66667%; }

  .col-sm-offset-59 {
    margin-left: 98.33333%; }

  .col-sm-offset-60 {
    margin-left: 100%; } }
@media (min-width: 767px) {
  .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-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36, .col-md-37, .col-md-38, .col-md-39, .col-md-40, .col-md-41, .col-md-42, .col-md-43, .col-md-44, .col-md-45, .col-md-46, .col-md-47, .col-md-48, .col-md-49, .col-md-50, .col-md-51, .col-md-52, .col-md-53, .col-md-54, .col-md-55, .col-md-56, .col-md-57, .col-md-58, .col-md-59, .col-md-60 {
    float: left; }

  .col-md-1 {
    width: 1.66667%; }

  .col-md-2 {
    width: 3.33333%; }

  .col-md-3 {
    width: 5%; }

  .col-md-4 {
    width: 6.66667%; }

  .col-md-5 {
    width: 8.33333%; }

  .col-md-6 {
    width: 10%; }

  .col-md-7 {
    width: 11.66667%; }

  .col-md-8 {
    width: 13.33333%; }

  .col-md-9 {
    width: 15%; }

  .col-md-10 {
    width: 16.66667%; }

  .col-md-11 {
    width: 18.33333%; }

  .col-md-12 {
    width: 20%; }

  .col-md-13 {
    width: 21.66667%; }

  .col-md-14 {
    width: 23.33333%; }

  .col-md-15 {
    width: 25%; }

  .col-md-16 {
    width: 26.66667%; }

  .col-md-17 {
    width: 28.33333%; }

  .col-md-18 {
    width: 30%; }

  .col-md-19 {
    width: 31.66667%; }

  .col-md-20 {
    width: 33.33333%; }

  .col-md-21 {
    width: 35%; }

  .col-md-22 {
    width: 36.66667%; }

  .col-md-23 {
    width: 38.33333%; }

  .col-md-24 {
    width: 40%; }

  .col-md-25 {
    width: 41.66667%; }

  .col-md-26 {
    width: 43.33333%; }

  .col-md-27 {
    width: 45%; }

  .col-md-28 {
    width: 46.66667%; }

  .col-md-29 {
    width: 48.33333%; }

  .col-md-30 {
    width: 50%; }

  .col-md-31 {
    width: 51.66667%; }

  .col-md-32 {
    width: 53.33333%; }

  .col-md-33 {
    width: 55.0%; }

  .col-md-34 {
    width: 56.66667%; }

  .col-md-35 {
    width: 58.33333%; }

  .col-md-36 {
    width: 60%; }

  .col-md-37 {
    width: 61.66667%; }

  .col-md-38 {
    width: 63.33333%; }

  .col-md-39 {
    width: 65%; }

  .col-md-40 {
    width: 66.66667%; }

  .col-md-41 {
    width: 68.33333%; }

  .col-md-42 {
    width: 70%; }

  .col-md-43 {
    width: 71.66667%; }

  .col-md-44 {
    width: 73.33333%; }

  .col-md-45 {
    width: 75%; }

  .col-md-46 {
    width: 76.66667%; }

  .col-md-47 {
    width: 78.33333%; }

  .col-md-48 {
    width: 80%; }

  .col-md-49 {
    width: 81.66667%; }

  .col-md-50 {
    width: 83.33333%; }

  .col-md-51 {
    width: 85%; }

  .col-md-52 {
    width: 86.66667%; }

  .col-md-53 {
    width: 88.33333%; }

  .col-md-54 {
    width: 90%; }

  .col-md-55 {
    width: 91.66667%; }

  .col-md-56 {
    width: 93.33333%; }

  .col-md-57 {
    width: 95%; }

  .col-md-58 {
    width: 96.66667%; }

  .col-md-59 {
    width: 98.33333%; }

  .col-md-60 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 1.66667%; }

  .col-md-pull-2 {
    right: 3.33333%; }

  .col-md-pull-3 {
    right: 5%; }

  .col-md-pull-4 {
    right: 6.66667%; }

  .col-md-pull-5 {
    right: 8.33333%; }

  .col-md-pull-6 {
    right: 10%; }

  .col-md-pull-7 {
    right: 11.66667%; }

  .col-md-pull-8 {
    right: 13.33333%; }

  .col-md-pull-9 {
    right: 15%; }

  .col-md-pull-10 {
    right: 16.66667%; }

  .col-md-pull-11 {
    right: 18.33333%; }

  .col-md-pull-12 {
    right: 20%; }

  .col-md-pull-13 {
    right: 21.66667%; }

  .col-md-pull-14 {
    right: 23.33333%; }

  .col-md-pull-15 {
    right: 25%; }

  .col-md-pull-16 {
    right: 26.66667%; }

  .col-md-pull-17 {
    right: 28.33333%; }

  .col-md-pull-18 {
    right: 30%; }

  .col-md-pull-19 {
    right: 31.66667%; }

  .col-md-pull-20 {
    right: 33.33333%; }

  .col-md-pull-21 {
    right: 35%; }

  .col-md-pull-22 {
    right: 36.66667%; }

  .col-md-pull-23 {
    right: 38.33333%; }

  .col-md-pull-24 {
    right: 40%; }

  .col-md-pull-25 {
    right: 41.66667%; }

  .col-md-pull-26 {
    right: 43.33333%; }

  .col-md-pull-27 {
    right: 45%; }

  .col-md-pull-28 {
    right: 46.66667%; }

  .col-md-pull-29 {
    right: 48.33333%; }

  .col-md-pull-30 {
    right: 50%; }

  .col-md-pull-31 {
    right: 51.66667%; }

  .col-md-pull-32 {
    right: 53.33333%; }

  .col-md-pull-33 {
    right: 55.0%; }

  .col-md-pull-34 {
    right: 56.66667%; }

  .col-md-pull-35 {
    right: 58.33333%; }

  .col-md-pull-36 {
    right: 60%; }

  .col-md-pull-37 {
    right: 61.66667%; }

  .col-md-pull-38 {
    right: 63.33333%; }

  .col-md-pull-39 {
    right: 65%; }

  .col-md-pull-40 {
    right: 66.66667%; }

  .col-md-pull-41 {
    right: 68.33333%; }

  .col-md-pull-42 {
    right: 70%; }

  .col-md-pull-43 {
    right: 71.66667%; }

  .col-md-pull-44 {
    right: 73.33333%; }

  .col-md-pull-45 {
    right: 75%; }

  .col-md-pull-46 {
    right: 76.66667%; }

  .col-md-pull-47 {
    right: 78.33333%; }

  .col-md-pull-48 {
    right: 80%; }

  .col-md-pull-49 {
    right: 81.66667%; }

  .col-md-pull-50 {
    right: 83.33333%; }

  .col-md-pull-51 {
    right: 85%; }

  .col-md-pull-52 {
    right: 86.66667%; }

  .col-md-pull-53 {
    right: 88.33333%; }

  .col-md-pull-54 {
    right: 90%; }

  .col-md-pull-55 {
    right: 91.66667%; }

  .col-md-pull-56 {
    right: 93.33333%; }

  .col-md-pull-57 {
    right: 95%; }

  .col-md-pull-58 {
    right: 96.66667%; }

  .col-md-pull-59 {
    right: 98.33333%; }

  .col-md-pull-60 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 1.66667%; }

  .col-md-push-2 {
    left: 3.33333%; }

  .col-md-push-3 {
    left: 5%; }

  .col-md-push-4 {
    left: 6.66667%; }

  .col-md-push-5 {
    left: 8.33333%; }

  .col-md-push-6 {
    left: 10%; }

  .col-md-push-7 {
    left: 11.66667%; }

  .col-md-push-8 {
    left: 13.33333%; }

  .col-md-push-9 {
    left: 15%; }

  .col-md-push-10 {
    left: 16.66667%; }

  .col-md-push-11 {
    left: 18.33333%; }

  .col-md-push-12 {
    left: 20%; }

  .col-md-push-13 {
    left: 21.66667%; }

  .col-md-push-14 {
    left: 23.33333%; }

  .col-md-push-15 {
    left: 25%; }

  .col-md-push-16 {
    left: 26.66667%; }

  .col-md-push-17 {
    left: 28.33333%; }

  .col-md-push-18 {
    left: 30%; }

  .col-md-push-19 {
    left: 31.66667%; }

  .col-md-push-20 {
    left: 33.33333%; }

  .col-md-push-21 {
    left: 35%; }

  .col-md-push-22 {
    left: 36.66667%; }

  .col-md-push-23 {
    left: 38.33333%; }

  .col-md-push-24 {
    left: 40%; }

  .col-md-push-25 {
    left: 41.66667%; }

  .col-md-push-26 {
    left: 43.33333%; }

  .col-md-push-27 {
    left: 45%; }

  .col-md-push-28 {
    left: 46.66667%; }

  .col-md-push-29 {
    left: 48.33333%; }

  .col-md-push-30 {
    left: 50%; }

  .col-md-push-31 {
    left: 51.66667%; }

  .col-md-push-32 {
    left: 53.33333%; }

  .col-md-push-33 {
    left: 55.0%; }

  .col-md-push-34 {
    left: 56.66667%; }

  .col-md-push-35 {
    left: 58.33333%; }

  .col-md-push-36 {
    left: 60%; }

  .col-md-push-37 {
    left: 61.66667%; }

  .col-md-push-38 {
    left: 63.33333%; }

  .col-md-push-39 {
    left: 65%; }

  .col-md-push-40 {
    left: 66.66667%; }

  .col-md-push-41 {
    left: 68.33333%; }

  .col-md-push-42 {
    left: 70%; }

  .col-md-push-43 {
    left: 71.66667%; }

  .col-md-push-44 {
    left: 73.33333%; }

  .col-md-push-45 {
    left: 75%; }

  .col-md-push-46 {
    left: 76.66667%; }

  .col-md-push-47 {
    left: 78.33333%; }

  .col-md-push-48 {
    left: 80%; }

  .col-md-push-49 {
    left: 81.66667%; }

  .col-md-push-50 {
    left: 83.33333%; }

  .col-md-push-51 {
    left: 85%; }

  .col-md-push-52 {
    left: 86.66667%; }

  .col-md-push-53 {
    left: 88.33333%; }

  .col-md-push-54 {
    left: 90%; }

  .col-md-push-55 {
    left: 91.66667%; }

  .col-md-push-56 {
    left: 93.33333%; }

  .col-md-push-57 {
    left: 95%; }

  .col-md-push-58 {
    left: 96.66667%; }

  .col-md-push-59 {
    left: 98.33333%; }

  .col-md-push-60 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 1.66667%; }

  .col-md-offset-2 {
    margin-left: 3.33333%; }

  .col-md-offset-3 {
    margin-left: 5%; }

  .col-md-offset-4 {
    margin-left: 6.66667%; }

  .col-md-offset-5 {
    margin-left: 8.33333%; }

  .col-md-offset-6 {
    margin-left: 10%; }

  .col-md-offset-7 {
    margin-left: 11.66667%; }

  .col-md-offset-8 {
    margin-left: 13.33333%; }

  .col-md-offset-9 {
    margin-left: 15%; }

  .col-md-offset-10 {
    margin-left: 16.66667%; }

  .col-md-offset-11 {
    margin-left: 18.33333%; }

  .col-md-offset-12 {
    margin-left: 20%; }

  .col-md-offset-13 {
    margin-left: 21.66667%; }

  .col-md-offset-14 {
    margin-left: 23.33333%; }

  .col-md-offset-15 {
    margin-left: 25%; }

  .col-md-offset-16 {
    margin-left: 26.66667%; }

  .col-md-offset-17 {
    margin-left: 28.33333%; }

  .col-md-offset-18 {
    margin-left: 30%; }

  .col-md-offset-19 {
    margin-left: 31.66667%; }

  .col-md-offset-20 {
    margin-left: 33.33333%; }

  .col-md-offset-21 {
    margin-left: 35%; }

  .col-md-offset-22 {
    margin-left: 36.66667%; }

  .col-md-offset-23 {
    margin-left: 38.33333%; }

  .col-md-offset-24 {
    margin-left: 40%; }

  .col-md-offset-25 {
    margin-left: 41.66667%; }

  .col-md-offset-26 {
    margin-left: 43.33333%; }

  .col-md-offset-27 {
    margin-left: 45%; }

  .col-md-offset-28 {
    margin-left: 46.66667%; }

  .col-md-offset-29 {
    margin-left: 48.33333%; }

  .col-md-offset-30 {
    margin-left: 50%; }

  .col-md-offset-31 {
    margin-left: 51.66667%; }

  .col-md-offset-32 {
    margin-left: 53.33333%; }

  .col-md-offset-33 {
    margin-left: 55.0%; }

  .col-md-offset-34 {
    margin-left: 56.66667%; }

  .col-md-offset-35 {
    margin-left: 58.33333%; }

  .col-md-offset-36 {
    margin-left: 60%; }

  .col-md-offset-37 {
    margin-left: 61.66667%; }

  .col-md-offset-38 {
    margin-left: 63.33333%; }

  .col-md-offset-39 {
    margin-left: 65%; }

  .col-md-offset-40 {
    margin-left: 66.66667%; }

  .col-md-offset-41 {
    margin-left: 68.33333%; }

  .col-md-offset-42 {
    margin-left: 70%; }

  .col-md-offset-43 {
    margin-left: 71.66667%; }

  .col-md-offset-44 {
    margin-left: 73.33333%; }

  .col-md-offset-45 {
    margin-left: 75%; }

  .col-md-offset-46 {
    margin-left: 76.66667%; }

  .col-md-offset-47 {
    margin-left: 78.33333%; }

  .col-md-offset-48 {
    margin-left: 80%; }

  .col-md-offset-49 {
    margin-left: 81.66667%; }

  .col-md-offset-50 {
    margin-left: 83.33333%; }

  .col-md-offset-51 {
    margin-left: 85%; }

  .col-md-offset-52 {
    margin-left: 86.66667%; }

  .col-md-offset-53 {
    margin-left: 88.33333%; }

  .col-md-offset-54 {
    margin-left: 90%; }

  .col-md-offset-55 {
    margin-left: 91.66667%; }

  .col-md-offset-56 {
    margin-left: 93.33333%; }

  .col-md-offset-57 {
    margin-left: 95%; }

  .col-md-offset-58 {
    margin-left: 96.66667%; }

  .col-md-offset-59 {
    margin-left: 98.33333%; }

  .col-md-offset-60 {
    margin-left: 100%; } }
@media (min-width: 1000px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36, .col-lg-37, .col-lg-38, .col-lg-39, .col-lg-40, .col-lg-41, .col-lg-42, .col-lg-43, .col-lg-44, .col-lg-45, .col-lg-46, .col-lg-47, .col-lg-48, .col-lg-49, .col-lg-50, .col-lg-51, .col-lg-52, .col-lg-53, .col-lg-54, .col-lg-55, .col-lg-56, .col-lg-57, .col-lg-58, .col-lg-59, .col-lg-60 {
    float: left; }

  .col-lg-1 {
    width: 1.66667%; }

  .col-lg-2 {
    width: 3.33333%; }

  .col-lg-3 {
    width: 5%; }

  .col-lg-4 {
    width: 6.66667%; }

  .col-lg-5 {
    width: 8.33333%; }

  .col-lg-6 {
    width: 10%; }

  .col-lg-7 {
    width: 11.66667%; }

  .col-lg-8 {
    width: 13.33333%; }

  .col-lg-9 {
    width: 15%; }

  .col-lg-10 {
    width: 16.66667%; }

  .col-lg-11 {
    width: 18.33333%; }

  .col-lg-12 {
    width: 20%; }

  .col-lg-13 {
    width: 21.66667%; }

  .col-lg-14 {
    width: 23.33333%; }

  .col-lg-15 {
    width: 25%; }

  .col-lg-16 {
    width: 26.66667%; }

  .col-lg-17 {
    width: 28.33333%; }

  .col-lg-18 {
    width: 30%; }

  .col-lg-19 {
    width: 31.66667%; }

  .col-lg-20 {
    width: 33.33333%; }

  .col-lg-21 {
    width: 35%; }

  .col-lg-22 {
    width: 36.66667%; }

  .col-lg-23 {
    width: 38.33333%; }

  .col-lg-24 {
    width: 40%; }

  .col-lg-25 {
    width: 41.66667%; }

  .col-lg-26 {
    width: 43.33333%; }

  .col-lg-27 {
    width: 45%; }

  .col-lg-28 {
    width: 46.66667%; }

  .col-lg-29 {
    width: 48.33333%; }

  .col-lg-30 {
    width: 50%; }

  .col-lg-31 {
    width: 51.66667%; }

  .col-lg-32 {
    width: 53.33333%; }

  .col-lg-33 {
    width: 55.0%; }

  .col-lg-34 {
    width: 56.66667%; }

  .col-lg-35 {
    width: 58.33333%; }

  .col-lg-36 {
    width: 60%; }

  .col-lg-37 {
    width: 61.66667%; }

  .col-lg-38 {
    width: 63.33333%; }

  .col-lg-39 {
    width: 65%; }

  .col-lg-40 {
    width: 66.66667%; }

  .col-lg-41 {
    width: 68.33333%; }

  .col-lg-42 {
    width: 70%; }

  .col-lg-43 {
    width: 71.66667%; }

  .col-lg-44 {
    width: 73.33333%; }

  .col-lg-45 {
    width: 75%; }

  .col-lg-46 {
    width: 76.66667%; }

  .col-lg-47 {
    width: 78.33333%; }

  .col-lg-48 {
    width: 80%; }

  .col-lg-49 {
    width: 81.66667%; }

  .col-lg-50 {
    width: 83.33333%; }

  .col-lg-51 {
    width: 85%; }

  .col-lg-52 {
    width: 86.66667%; }

  .col-lg-53 {
    width: 88.33333%; }

  .col-lg-54 {
    width: 90%; }

  .col-lg-55 {
    width: 91.66667%; }

  .col-lg-56 {
    width: 93.33333%; }

  .col-lg-57 {
    width: 95%; }

  .col-lg-58 {
    width: 96.66667%; }

  .col-lg-59 {
    width: 98.33333%; }

  .col-lg-60 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 1.66667%; }

  .col-lg-pull-2 {
    right: 3.33333%; }

  .col-lg-pull-3 {
    right: 5%; }

  .col-lg-pull-4 {
    right: 6.66667%; }

  .col-lg-pull-5 {
    right: 8.33333%; }

  .col-lg-pull-6 {
    right: 10%; }

  .col-lg-pull-7 {
    right: 11.66667%; }

  .col-lg-pull-8 {
    right: 13.33333%; }

  .col-lg-pull-9 {
    right: 15%; }

  .col-lg-pull-10 {
    right: 16.66667%; }

  .col-lg-pull-11 {
    right: 18.33333%; }

  .col-lg-pull-12 {
    right: 20%; }

  .col-lg-pull-13 {
    right: 21.66667%; }

  .col-lg-pull-14 {
    right: 23.33333%; }

  .col-lg-pull-15 {
    right: 25%; }

  .col-lg-pull-16 {
    right: 26.66667%; }

  .col-lg-pull-17 {
    right: 28.33333%; }

  .col-lg-pull-18 {
    right: 30%; }

  .col-lg-pull-19 {
    right: 31.66667%; }

  .col-lg-pull-20 {
    right: 33.33333%; }

  .col-lg-pull-21 {
    right: 35%; }

  .col-lg-pull-22 {
    right: 36.66667%; }

  .col-lg-pull-23 {
    right: 38.33333%; }

  .col-lg-pull-24 {
    right: 40%; }

  .col-lg-pull-25 {
    right: 41.66667%; }

  .col-lg-pull-26 {
    right: 43.33333%; }

  .col-lg-pull-27 {
    right: 45%; }

  .col-lg-pull-28 {
    right: 46.66667%; }

  .col-lg-pull-29 {
    right: 48.33333%; }

  .col-lg-pull-30 {
    right: 50%; }

  .col-lg-pull-31 {
    right: 51.66667%; }

  .col-lg-pull-32 {
    right: 53.33333%; }

  .col-lg-pull-33 {
    right: 55.0%; }

  .col-lg-pull-34 {
    right: 56.66667%; }

  .col-lg-pull-35 {
    right: 58.33333%; }

  .col-lg-pull-36 {
    right: 60%; }

  .col-lg-pull-37 {
    right: 61.66667%; }

  .col-lg-pull-38 {
    right: 63.33333%; }

  .col-lg-pull-39 {
    right: 65%; }

  .col-lg-pull-40 {
    right: 66.66667%; }

  .col-lg-pull-41 {
    right: 68.33333%; }

  .col-lg-pull-42 {
    right: 70%; }

  .col-lg-pull-43 {
    right: 71.66667%; }

  .col-lg-pull-44 {
    right: 73.33333%; }

  .col-lg-pull-45 {
    right: 75%; }

  .col-lg-pull-46 {
    right: 76.66667%; }

  .col-lg-pull-47 {
    right: 78.33333%; }

  .col-lg-pull-48 {
    right: 80%; }

  .col-lg-pull-49 {
    right: 81.66667%; }

  .col-lg-pull-50 {
    right: 83.33333%; }

  .col-lg-pull-51 {
    right: 85%; }

  .col-lg-pull-52 {
    right: 86.66667%; }

  .col-lg-pull-53 {
    right: 88.33333%; }

  .col-lg-pull-54 {
    right: 90%; }

  .col-lg-pull-55 {
    right: 91.66667%; }

  .col-lg-pull-56 {
    right: 93.33333%; }

  .col-lg-pull-57 {
    right: 95%; }

  .col-lg-pull-58 {
    right: 96.66667%; }

  .col-lg-pull-59 {
    right: 98.33333%; }

  .col-lg-pull-60 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 1.66667%; }

  .col-lg-push-2 {
    left: 3.33333%; }

  .col-lg-push-3 {
    left: 5%; }

  .col-lg-push-4 {
    left: 6.66667%; }

  .col-lg-push-5 {
    left: 8.33333%; }

  .col-lg-push-6 {
    left: 10%; }

  .col-lg-push-7 {
    left: 11.66667%; }

  .col-lg-push-8 {
    left: 13.33333%; }

  .col-lg-push-9 {
    left: 15%; }

  .col-lg-push-10 {
    left: 16.66667%; }

  .col-lg-push-11 {
    left: 18.33333%; }

  .col-lg-push-12 {
    left: 20%; }

  .col-lg-push-13 {
    left: 21.66667%; }

  .col-lg-push-14 {
    left: 23.33333%; }

  .col-lg-push-15 {
    left: 25%; }

  .col-lg-push-16 {
    left: 26.66667%; }

  .col-lg-push-17 {
    left: 28.33333%; }

  .col-lg-push-18 {
    left: 30%; }

  .col-lg-push-19 {
    left: 31.66667%; }

  .col-lg-push-20 {
    left: 33.33333%; }

  .col-lg-push-21 {
    left: 35%; }

  .col-lg-push-22 {
    left: 36.66667%; }

  .col-lg-push-23 {
    left: 38.33333%; }

  .col-lg-push-24 {
    left: 40%; }

  .col-lg-push-25 {
    left: 41.66667%; }

  .col-lg-push-26 {
    left: 43.33333%; }

  .col-lg-push-27 {
    left: 45%; }

  .col-lg-push-28 {
    left: 46.66667%; }

  .col-lg-push-29 {
    left: 48.33333%; }

  .col-lg-push-30 {
    left: 50%; }

  .col-lg-push-31 {
    left: 51.66667%; }

  .col-lg-push-32 {
    left: 53.33333%; }

  .col-lg-push-33 {
    left: 55.0%; }

  .col-lg-push-34 {
    left: 56.66667%; }

  .col-lg-push-35 {
    left: 58.33333%; }

  .col-lg-push-36 {
    left: 60%; }

  .col-lg-push-37 {
    left: 61.66667%; }

  .col-lg-push-38 {
    left: 63.33333%; }

  .col-lg-push-39 {
    left: 65%; }

  .col-lg-push-40 {
    left: 66.66667%; }

  .col-lg-push-41 {
    left: 68.33333%; }

  .col-lg-push-42 {
    left: 70%; }

  .col-lg-push-43 {
    left: 71.66667%; }

  .col-lg-push-44 {
    left: 73.33333%; }

  .col-lg-push-45 {
    left: 75%; }

  .col-lg-push-46 {
    left: 76.66667%; }

  .col-lg-push-47 {
    left: 78.33333%; }

  .col-lg-push-48 {
    left: 80%; }

  .col-lg-push-49 {
    left: 81.66667%; }

  .col-lg-push-50 {
    left: 83.33333%; }

  .col-lg-push-51 {
    left: 85%; }

  .col-lg-push-52 {
    left: 86.66667%; }

  .col-lg-push-53 {
    left: 88.33333%; }

  .col-lg-push-54 {
    left: 90%; }

  .col-lg-push-55 {
    left: 91.66667%; }

  .col-lg-push-56 {
    left: 93.33333%; }

  .col-lg-push-57 {
    left: 95%; }

  .col-lg-push-58 {
    left: 96.66667%; }

  .col-lg-push-59 {
    left: 98.33333%; }

  .col-lg-push-60 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 1.66667%; }

  .col-lg-offset-2 {
    margin-left: 3.33333%; }

  .col-lg-offset-3 {
    margin-left: 5%; }

  .col-lg-offset-4 {
    margin-left: 6.66667%; }

  .col-lg-offset-5 {
    margin-left: 8.33333%; }

  .col-lg-offset-6 {
    margin-left: 10%; }

  .col-lg-offset-7 {
    margin-left: 11.66667%; }

  .col-lg-offset-8 {
    margin-left: 13.33333%; }

  .col-lg-offset-9 {
    margin-left: 15%; }

  .col-lg-offset-10 {
    margin-left: 16.66667%; }

  .col-lg-offset-11 {
    margin-left: 18.33333%; }

  .col-lg-offset-12 {
    margin-left: 20%; }

  .col-lg-offset-13 {
    margin-left: 21.66667%; }

  .col-lg-offset-14 {
    margin-left: 23.33333%; }

  .col-lg-offset-15 {
    margin-left: 25%; }

  .col-lg-offset-16 {
    margin-left: 26.66667%; }

  .col-lg-offset-17 {
    margin-left: 28.33333%; }

  .col-lg-offset-18 {
    margin-left: 30%; }

  .col-lg-offset-19 {
    margin-left: 31.66667%; }

  .col-lg-offset-20 {
    margin-left: 33.33333%; }

  .col-lg-offset-21 {
    margin-left: 35%; }

  .col-lg-offset-22 {
    margin-left: 36.66667%; }

  .col-lg-offset-23 {
    margin-left: 38.33333%; }

  .col-lg-offset-24 {
    margin-left: 40%; }

  .col-lg-offset-25 {
    margin-left: 41.66667%; }

  .col-lg-offset-26 {
    margin-left: 43.33333%; }

  .col-lg-offset-27 {
    margin-left: 45%; }

  .col-lg-offset-28 {
    margin-left: 46.66667%; }

  .col-lg-offset-29 {
    margin-left: 48.33333%; }

  .col-lg-offset-30 {
    margin-left: 50%; }

  .col-lg-offset-31 {
    margin-left: 51.66667%; }

  .col-lg-offset-32 {
    margin-left: 53.33333%; }

  .col-lg-offset-33 {
    margin-left: 55.0%; }

  .col-lg-offset-34 {
    margin-left: 56.66667%; }

  .col-lg-offset-35 {
    margin-left: 58.33333%; }

  .col-lg-offset-36 {
    margin-left: 60%; }

  .col-lg-offset-37 {
    margin-left: 61.66667%; }

  .col-lg-offset-38 {
    margin-left: 63.33333%; }

  .col-lg-offset-39 {
    margin-left: 65%; }

  .col-lg-offset-40 {
    margin-left: 66.66667%; }

  .col-lg-offset-41 {
    margin-left: 68.33333%; }

  .col-lg-offset-42 {
    margin-left: 70%; }

  .col-lg-offset-43 {
    margin-left: 71.66667%; }

  .col-lg-offset-44 {
    margin-left: 73.33333%; }

  .col-lg-offset-45 {
    margin-left: 75%; }

  .col-lg-offset-46 {
    margin-left: 76.66667%; }

  .col-lg-offset-47 {
    margin-left: 78.33333%; }

  .col-lg-offset-48 {
    margin-left: 80%; }

  .col-lg-offset-49 {
    margin-left: 81.66667%; }

  .col-lg-offset-50 {
    margin-left: 83.33333%; }

  .col-lg-offset-51 {
    margin-left: 85%; }

  .col-lg-offset-52 {
    margin-left: 86.66667%; }

  .col-lg-offset-53 {
    margin-left: 88.33333%; }

  .col-lg-offset-54 {
    margin-left: 90%; }

  .col-lg-offset-55 {
    margin-left: 91.66667%; }

  .col-lg-offset-56 {
    margin-left: 93.33333%; }

  .col-lg-offset-57 {
    margin-left: 95%; }

  .col-lg-offset-58 {
    margin-left: 96.66667%; }

  .col-lg-offset-59 {
    margin-left: 98.33333%; }

  .col-lg-offset-60 {
    margin-left: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

.col-left {
  text-align: left; }

.col-center {
  text-align: center; }

.col-right {
  text-align: right; }

@media (max-width: 559px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 559px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 559px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 559px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 560px) and (max-width: 766px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 560px) and (max-width: 766px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 560px) and (max-width: 766px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 560px) and (max-width: 766px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 767px) and (max-width: 999px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 767px) and (max-width: 999px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 767px) and (max-width: 999px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 767px) and (max-width: 999px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1000px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1000px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1000px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1000px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 559px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 560px) and (max-width: 766px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 767px) and (max-width: 999px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1000px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* Components */
.input--default, input[type=text], input[type=password], textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Open Sans", serif;
  letter-spacing: 0.05em;
  line-height: 1.3;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }

button, .button, input[type=submit] {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }

.button {
  padding: 0px 20px 0px 20px;
  border: 1px solid;
  display: inline-block;
  border-radius: 0px;
  min-width: 140px;
  text-align: center;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  height: 46px;
  cursor: pointer;
  line-height: 46px;
  line-height: 2.875rem;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem; }
  .button.green {
    border-color: #007a45;
    color: #007a45; }
    .button.green:hover {
      background: #007a45;
      color: #FFFFFF;
      border-color: #007a45; }
  .button.blue {
    border-color: #43a3d4;
    color: #43a3d4; }
    .button.blue:hover {
      background: #43a3d4;
      color: #FFFFFF;
      border-color: #43a3d4; }
  .button.solid-orange {
    background: #ff5c01;
    color: #FFFFFF;
    border: 1px solid #ff5c01;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
    font-size: 18px;
    font-size: 1.125rem; }
    .button.solid-orange:hover {
      background: #FFFFFF;
      color: #ff5c01;
      border: 1px solid #ff5c01; }
      .button.solid-orange:hover.not-button {
        background: #ff5c01;
        color: #FFFFFF;
        border: 1px solid #ff5c01; }
  .button.solid-green {
    background: #007a45;
    color: #FFFFFF;
    border: 1px solid #007a45;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif !important; }
    .button.solid-green:hover {
      background: #FFFFFF;
      color: #007a45;
      border: 1px solid #007a45; }
  .button.white-green-border {
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #007a45;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif !important; }
    .button.white-green-border:hover {
      background: #007a45;
      color: #FFFFFF; }
  .button.solid-blue {
    background: #43a3d4;
    color: #FFFFFF;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
    border: 1px solid #43a3d4; }
    .button.solid-blue:hover {
      background: #FFFFFF;
      color: #43a3d4;
      border: 1px solid #43a3d4; }
  .button.center {
    margin: 0px auto !important;
    display: block;
    float: none; }
  .button.not-button {
    cursor: default; }

.select-style {
  width: 100%;
  border-radius: 0px;
  height: 46px;
  line-height: 46px;
  line-height: 2.875rem;
  overflow: hidden;
  color: #888;
  background: #FFFFFF url("../images/exam-prep/down-arrow.png") right 10px center no-repeat;
  background-size: 20px; }

.select-style select {
  padding: 0px 10px;
  line-height: 44px;
  line-height: 2.75rem;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.select-style select:focus {
  outline: none; }

header {
  width: 100%; }
  header .header-holder {
    height: 110px;
    width: 100%;
    background: #FFFFFF;
    float: left; }
    @media (max-width: 766px) {
      header .header-holder {
        height: auto; } }
    header .header-holder .logo {
      float: left;
      padding-left: 20px;
      line-height: 110px;
      line-height: 6.875rem;
      height: 100px; }
      header .header-holder .logo img {
        vertical-align: middle; }
      @media (max-width: 766px) {
        header .header-holder .logo {
          width: 100%;
          padding: 0px;
          text-align: center; } }
    header .header-holder .header-actions {
      float: right;
      padding-right: 20px;
      line-height: 110px;
      line-height: 6.875rem; }
      @media (max-width: 766px) {
        header .header-holder .header-actions {
          width: 100%;
          padding: 0px;
          text-align: center; }
          header .header-holder .header-actions a {
            float: none !important;
            margin: 0px 10px !important; } }
  header .mobile-nav {
    display: none;
    position: relative;
    width: 100%;
    top: 0; }
    header .mobile-nav div {
      display: none; }
    header .mobile-nav button {
      position: absolute;
      top: 8px;
      right: 10px;
      text-indent: 200%;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.8) url("http://i.imgur.com/vKRaKDX.png") center no-repeat;
      border: 1px solid #ddd;
      border-radius: 3px;
      background-size: 80%;
      width: 30px;
      height: 30px;
      outline: none;
      -webkit-transition: all 400ms ease;
      transition: all 400ms ease; }
      header .mobile-nav button.expanded {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: transparent;
        border: 0; }
    header .mobile-nav a {
      display: block;
      background: #eee;
      text-align: center;
      padding: 15px 0;
      border-bottom: 1px solid #ddd;
      text-decoration: none;
      color: #222;
      font-weight: bold; }
      header .mobile-nav a:hover, header .mobile-nav a:active, header .mobile-nav a:focus {
        background: #e7e7e7; }
  header .desktop-nav {
    display: block;
    overflow: hidden; }
  header .nav-holder {
    width: auto;
    overflow: hidden;
    padding-left: 20px;
    height: 110px;
    float: none;
    text-align: right; }
    header .nav-holder ul li {
      padding-right: 20px;
      display: inline-block;
      line-height: 110px;
      line-height: 6.875rem; }
      header .nav-holder ul li a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 110px;
        line-height: 6.875rem;
        font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
        color: #888;
        font-weight: normal; }
        header .nav-holder ul li a:hover {
          color: #007a45;
          text-decoration: underline; }
    @media (max-width: 766px) {
      header .nav-holder {
        background: #ebebeb;
        float: left;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        min-height: 46px;
        padding-left: 0px;
        width: 100%;
        height: auto; }
        header .nav-holder .mobile-nav {
          display: block; }
        header .nav-holder .desktop-nav {
          display: none; } }

.free-trial {
  margin-top: 0px;
  padding: 120px 0px 300px 0px;
  text-align: center;
  text-align: left;
  background: url("../images/exam-prep/free-trial-bg.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid #007a45;
  border-top: 2px solid #007a45; }
  @media (max-width: 766px) {
    .free-trial {
      padding: 30px 0px;
      background-position: center right -100px; } }
  .free-trial h2 {
    color: #000000;
    font-weight: bold; }
  .free-trial h3 {
    font-weight: normal;
    color: #000000;
    padding: 30px 0px 30px 0px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 2.375rem; }
  .free-trial p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .free-trial .button {
    margin-top: 20px; }
    @media (max-width: 766px) {
      .free-trial .button {
        width: 100%; } }

.ready-trial {
  background: #ebeaea;
  padding: 40px 0px; }
  @media (max-width: 766px) {
    .ready-trial {
      padding: 20px 0px 0px 0px; } }
  .ready-trial ul {
    padding-top: 20px; }
    .ready-trial ul li {
      background-size: 20px;
      color: #000000;
      font-size: 18px;
      font-size: 1.125rem;
      background: transparent none repeat scroll 0 0;
      font-size: 1.125rem;
      list-style: outside none none;
      padding: 0 0 4px;
      text-align: left; }
  .ready-trial h2 {
    color: #000000;
    font-weight: bold; }
  .ready-trial h3 {
    font-weight: normal;
    color: #000000;
    padding: 30px 0px 30px 0px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    line-height: 2.375rem; }
  .ready-trial p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem; }
  .ready-trial .choose-state {
    margin-top: 140px;
    margin-left: -100px; }
    @media (max-width: 766px) {
      .ready-trial .choose-state {
        margin-top: 0px;
        margin-left: 0px; } }

.questions-section {
  background: #007a45;
  padding: 40px 0px; }
  .questions-section h2 {
    color: #FFFFFF;
    font-weight: bold; }
  .questions-section .nav-holder {
    width: auto;
    float: left;
    padding-right: 20px;
    height: 50px;
    text-align: left; }
    .questions-section .nav-holder ul {
      padding: 0px 0px 0px 0px;
      margin: 20px 0px 0px 0px; }
      .questions-section .nav-holder ul li {
        padding-right: 20px;
        display: inline-block;
        line-height: 50px;
        line-height: 3.125rem; }
        .questions-section .nav-holder ul li a {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 50px;
          line-height: 3.125rem;
          font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
          color: #FFFFFF;
          font-weight: normal; }
          .questions-section .nav-holder ul li a:hover {
            color: #ff5c01;
            text-decoration: underline; }
    @media (max-width: 766px) {
      .questions-section .nav-holder {
        min-height: 46px;
        padding-left: 0px;
        height: auto; }
        .questions-section .nav-holder .mobile-nav {
          display: block; }
        .questions-section .nav-holder .desktop-nav {
          display: none; } }

footer {
  border-bottom: 2px solid #dddddd;
  float: left;
  width: 100%;
  clear: both;
  height: auto;
  position: relative; }
  footer #footer {
    padding: 30px 0px;
    text-align: left;
    font-size: 15px;
    font-size: 0.9375rem; }
    footer #footer span a {
      text-decoration: underline; }
    @media (max-width: 766px) {
      footer #footer {
        padding: 20px; }
        footer #footer span {
          width: 100%;
          float: left; }
        footer #footer .about-jade {
          width: 100%;
          float: left;
          text-align: center;
          padding: 20px 0px; } }

/* Components - Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important; }

/* Default fonts */
body {
  color: #000000;
  background: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important; }
  body.single-post {
    background: #FFFFFF; }
  body.page {
    background: #FFFFFF; }

h1 {
  font-size: 73.57px;
  font-size: 4.59812rem;
  line-height: 80px;
  line-height: 5rem; }

h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 31px;
  line-height: 1.9375rem; }
  @media (max-width: 999px) {
    h2 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 38px;
      line-height: 2.375rem; } }
  @media (max-width: 559px) {
    h2 {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 34px;
      line-height: 2.125rem; } }
  h2.main-section-header {
    text-align: center;
    width: 100%;
    color: #000000;
    padding-top: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 40px; }
    @media (max-width: 766px) {
      h2.main-section-header {
        padding-top: 0px;
        border-bottom: 0px solid #dddddd;
        margin-bottom: 20px; }
        h2.main-section-header br {
          display: none !important; } }
    @media (max-width: 559px) {
      h2.main-section-header {
        padding: 15px; } }

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  color: #000000; }
  @media (max-width: 559px) {
    h3 {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 24px;
      line-height: 1.5rem; } }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  color: #333; }
  @media (max-width: 999px) {
    h4 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; } }
  @media (max-width: 766px) {
    h4 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem; } }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  color: #FFFFFF;
  font-weight: bold; }
  @media (max-width: 999px) {
    h5 {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px;
      line-height: 1.125rem; } }

a {
  text-decoration: none;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s; }

.lowercase {
  text-transform: none !important; }

.center {
  text-align: center; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

p a, span a {
  line-height: 0.9; }

p {
  margin: 15px 0; }
  p.main-section-text {
    max-width: 750px;
    margin: 0px auto;
    text-align: center;
    color: #222; }
    @media (max-width: 766px) {
      p.main-section-text {
        text-align: left; }
        p.main-section-text br {
          display: none !important; } }
    p.main-section-text.italic {
      font-style: italic;
      padding: 20px 0px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 24px;
      line-height: 1.5rem; }

p, ul, blockquote, pre, td, th, label {
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  color: #000000; }
  @media (max-width: 766px) {
    p, ul, blockquote, pre, td, th, label {
      font-size: 16px;
      font-size: 1rem;
      line-height: 23px;
      line-height: 1.4375rem; } }

p, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu {
  margin: 0 0 15px;
  padding: 0;
  margin-bottom: .875em; }
  p a, q a, pre a, address a, hr a, code a, samp a, dl a, ol a, ul a, form a, table a, fieldset a, menu a {
    color: #ff5c01;
    font-weight: bold; }
    p a:hover, q a:hover, pre a:hover, address a:hover, hr a:hover, code a:hover, samp a:hover, dl a:hover, ol a:hover, ul a:hover, form a:hover, table a:hover, fieldset a:hover, menu a:hover {
      color: #000000; }

.subnote {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  clear: both;
  font-family: "Open Sans", serif; }

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Font-Name';
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }
.mb60 {
  margin-bottom: 60px; }

.mt40 {
  margin-top: 40px !important; }

.ui-widget.ui-widget-content {
  border: 0 !important; }

.ui-widget-header {
  border: 0px !important;
  background: none !important;
  color: #333333;
  font-weight: bold; }

.ui-widget-content {
  background: none !important; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #ccc !important;
  background: #dddddd !important;
  font-weight: normal !important;
  color: #888 !important;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important !important;
  font-size: 16px !important;
  border-radius: 5px 5px 0px 0px !important;
  margin: 0px 15px 0px 0px !important;
  line-height: 35px !important;
  border-bottom: 0px !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #108ec7 !important;
  background: #43a3d4 !important;
  font-weight: normal !important;
  color: #FFFFFF !important;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important !important;
  font-size: 16px !important;
  border-radius: 5px 5px 0px 0px !important;
  margin: 0px 15px 0px 0px !important;
  line-height: 35px !important;
  border-bottom: 0px !important; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0px 15px !important;
  height: 35px !important;
  text-decoration: none; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0 !important;
  background: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0px !important; }

/* Layout */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.relative {
  position: relative; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative; }

main {
  margin-top: 0px; }
  main .hero-image-holder {
    position: relative;
    float: left;
    width: 100%; }
    main .hero-image-holder h2 {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
      font-weight: bold;
      font-size: 58px;
      font-size: 3.625rem;
      line-height: 60px;
      line-height: 3.75rem;
      color: #FFFFFF;
      text-shadow: 1px 1px 1px black; }
      @media (max-width: 999px) {
        main .hero-image-holder h2 {
          font-size: 30px;
          font-size: 1.875rem;
          line-height: 34px;
          line-height: 2.125rem; } }
      @media (max-width: 559px) {
        main .hero-image-holder h2 {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 27px;
          line-height: 1.6875rem; } }
    main .hero-image-holder img {
      width: 100%;
      float: left; }
    main .hero-image-holder .hero-content {
      top: 70%;
      left: 50%;
      margin-left: -400px;
      margin-top: -150px;
      position: absolute;
      z-index: 2;
      text-align: center;
      height: 300px;
      width: 800px; }
      @media (max-width: 766px) {
        main .hero-image-holder .hero-content {
          width: 100%;
          margin-left: 0px;
          position: relative;
          left: 0px;
          margin-top: 30px;
          top: 0px;
          float: left;
          padding: 20px;
          height: auto; }
          main .hero-image-holder .hero-content h2 {
            color: #000000;
            text-shadow: none; } }
    main .hero-image-holder .full-hero-info-holder {
      position: relative; }
      main .hero-image-holder .full-hero-info-holder:first-child .button {
        display: none; }
      main .hero-image-holder .full-hero-info-holder .info {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        padding: 70px 100px;
        left: 0px;
        right: 0px;
        top: 0px; }
        main .hero-image-holder .full-hero-info-holder .info.orange {
          background: rgba(243, 108, 33, 0.75); }
        main .hero-image-holder .full-hero-info-holder .info.blue {
          background: rgba(67, 163, 213, 0.6); }
        main .hero-image-holder .full-hero-info-holder .info.half-page {
          padding: 0px; }
          main .hero-image-holder .full-hero-info-holder .info.half-page h2 {
            font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
            font-size: 44px;
            font-size: 2.75rem;
            line-height: 60px;
            line-height: 3.75rem;
            font-weight: normal !important;
            color: #FFFFFF;
            text-shadow: 0px 1px 6px #023050;
            padding-right: 20px; }
          main .hero-image-holder .full-hero-info-holder .info.half-page h3 {
            text-transform: none; }
          main .hero-image-holder .full-hero-info-holder .info.half-page p {
            color: #FFFFFF; }
          main .hero-image-holder .full-hero-info-holder .info.half-page .button {
            margin: 0;
            height: 46px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -23px;
            margin-left: -130px;
            width: 260px;
            border: 1px solid #FFFFFF; }
            @media (max-width: 766px) {
              main .hero-image-holder .full-hero-info-holder .info.half-page .button {
                margin-left: -100px;
                width: 200px; } }
          @media (min-width: 1000px) {
            main .hero-image-holder .full-hero-info-holder .info.half-page h2 {
              margin-top: 30px;
              margin-left: 60px; }
            main .hero-image-holder .full-hero-info-holder .info.half-page h3 {
              padding-bottom: 20px;
              margin-left: 60px; }
            main .hero-image-holder .full-hero-info-holder .info.half-page p {
              margin-left: 60px;
              max-width: 75%; } }
          @media (max-width: 1450px) {
            main .hero-image-holder .full-hero-info-holder .info.half-page h2 {
              font-size: 26px;
              font-size: 1.625rem;
              line-height: 30px;
              line-height: 1.875rem; } }
          @media (max-width: 999px) {
            main .hero-image-holder .full-hero-info-holder .info.half-page h2 {
              font-size: 44px;
              font-size: 2.75rem;
              line-height: 60px;
              line-height: 3.75rem;
              margin-top: 0px;
              margin-left: 30px;
              padding: 45px 20px 0px 20px; }
            main .hero-image-holder .full-hero-info-holder .info.half-page h3 {
              padding: 0px 20px 0px 20px;
              margin-left: 30px;
              line-height: 55px;
              line-height: 3.4375rem; }
            main .hero-image-holder .full-hero-info-holder .info.half-page p {
              padding: 0px 20px 0px 20px;
              margin-left: 30px; }
            main .hero-image-holder .full-hero-info-holder .info.half-page .button {
              float: none;
              left: 0px;
              top: 0px;
              right: 0px;
              position: relative;
              margin: 50px auto 0px auto;
              display: block; } }
          @media (max-width: 766px) {
            main .hero-image-holder .full-hero-info-holder .info.half-page h2 {
              font-size: 30px;
              font-size: 1.875rem;
              line-height: 36px;
              line-height: 2.25rem; }
              main .hero-image-holder .full-hero-info-holder .info.half-page h2 br {
                display: none !important; }
            main .hero-image-holder .full-hero-info-holder .info.half-page .button {
              width: 250px; } }
          @media (max-width: 559px) {
            main .hero-image-holder .full-hero-info-holder .info.half-page {
              font-size: 30px;
              font-size: 1.875rem;
              line-height: 36px;
              line-height: 2.25rem; } }
      @media (max-width: 999px) {
        main .hero-image-holder .full-hero-info-holder:first-child img {
          display: none; }
        main .hero-image-holder .full-hero-info-holder:first-child .info {
          background: #43a3d5;
          height: auto;
          padding-bottom: 40px;
          position: relative; }
          main .hero-image-holder .full-hero-info-holder:first-child .info img {
            display: none; }
        main .hero-image-holder .full-hero-info-holder:last-child {
          display: none !important; } }
  main .info-box {
    padding: 12px;
    background: #ebeaea; }
    main .info-box .inner-content-padded {
      padding: 15px; }
  main .outer-box {
    padding: 0px 8px; }

.choose-state {
  background: #007a45;
  padding: 15px;
  width: 435px;
  height: 70px;
  margin: 30px auto 0px auto; }
  .choose-state .select-style {
    width: 58%;
    float: left; }
    @media (max-width: 766px) {
      .choose-state .select-style {
        width: 100%; } }
  .choose-state .button {
    width: 39%;
    float: left;
    margin-left: 3%; }
    @media (max-width: 766px) {
      .choose-state .button {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 766px) {
    .choose-state {
      width: 100%;
      float: left;
      height: auto; } }

.choose-state-section {
  background: #007a45;
  padding: 40px 0px;
  width: 100%;
  float: left;
  color: #FFFFFF; }
  .choose-state-section h2 {
    color: #FFFFFF;
    padding-bottom: 10px; }
  .choose-state-section p {
    color: #FFFFFF;
    margin: 0;
    padding-right: 30px; }
  .choose-state-section .choose-state-container {
    margin-top: 50px; }
    @media (max-width: 766px) {
      .choose-state-section .choose-state-container {
        margin-top: 20px; } }
  .choose-state-section .select-style {
    width: 55%;
    float: left; }
    @media (max-width: 766px) {
      .choose-state-section .select-style {
        width: 100%; } }
  .choose-state-section .button {
    width: 42%;
    float: left;
    margin-left: 3%; }
    @media (max-width: 766px) {
      .choose-state-section .button {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 766px) {
    .choose-state-section {
      padding: 20px 10px; } }

@media (max-width: 767px) {
  .desktop {
    display: none !important; }

  .mobile {
    display: block !important; } }
@media (min-width: 767px) {
  .mobile {
    display: none !important; }

  .desktop {
    display: block !important; } }
/* Pages */
.home .why-jade {
  text-align: center; }
  .home .why-jade .button {
    float: none;
    margin-top: 40px;
    height: 50px;
    line-height: 50px;
    line-height: 3.125rem;
    display: inline-block; }
    @media (max-width: 766px) {
      .home .why-jade .button {
        margin-top: 0px;
        margin-bottom: 20px; } }
  .home .why-jade h4 {
    margin-top: 10px;
    margin-bottom: 20px; }
    @media (max-width: 766px) {
      .home .why-jade h4 {
        margin-bottom: 0px; } }
  @media (max-width: 766px) {
    .home .why-jade .info-box {
      margin-bottom: 20px; } }
.home .the-reasons {
  margin-top: 20px;
  text-align: center; }
  @media (max-width: 999px) {
    .home .the-reasons {
      margin-top: 40px; } }
  @media (max-width: 766px) {
    .home .the-reasons {
      margin-top: 0px; } }
  .home .the-reasons .info-box {
    min-height: 362px;
    width: 100%; }
    @media (max-width: 766px) {
      .home .the-reasons .info-box {
        background-size: cover !important;
        margin-bottom: 20px; } }
  .home .the-reasons img {
    max-width: 130px;
    height: auto;
    margin-top: 20px; }
  .home .the-reasons h3 {
    font-weight: bold !important;
    text-align: center;
    width: 100%;
    padding: 20px 0px; }
  .home .the-reasons p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem; }
  .home .the-reasons .button {
    width: 175px;
    margin-top: 20px !important;
    padding: 0px; }
.home .review-section {
  border-bottom: 2px solid #007a45;
  margin-top: 50px;
  padding: 70px 0px;
  background: url("../images/exam-prep/reviews-bg.jpg");
  background-size: cover;
  background-position: center; }
  @media (max-width: 999px) {
    .home .review-section {
      margin-top: 0px; } }
  @media (max-width: 766px) {
    .home .review-section {
      padding: 30px 0px; }
      .home .review-section div {
        margin-bottom: 0px; } }
  .home .review-section h2 {
    text-align: left;
    font-weight: bold;
    width: 100%;
    text-shadow: 1px 1px 1px black;
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 15px; }
    @media (max-width: 766px) {
      .home .review-section h2 {
        padding: 0px 20px 15px; } }
  .home .review-section p {
    text-align: left;
    text-shadow: 1px 1px 1px black;
    color: #FFFFFF; }
    @media (max-width: 766px) {
      .home .review-section p {
        padding: 0px 20px 0px; } }
  .home .review-section .author {
    float: left;
    padding-top: 30px;
    text-shadow: 1px 1px 1px black;
    color: #FFFFFF; }
    @media (max-width: 766px) {
      .home .review-section .author {
        padding: 0px 20px 0px; } }
  .home .review-section .button {
    clear: both;
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
    line-height: 3.125rem;
    float: right;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif !important; }
    @media (max-width: 766px) {
      .home .review-section .button {
        float: none;
        width: 100%; } }
.home .bootcamp-section {
  border-bottom: 2px solid #007a45;
  margin-top: 0px;
  padding: 70px 0px;
  text-align: center;
  background: url("../images/exam-prep/bootcamp-bg.jpg");
  background-size: cover;
  background-position: center; }
  .home .bootcamp-section img {
    max-width: 600px; }
  @media (max-width: 999px) {
    .home .bootcamp-section {
      margin-top: 0px; } }
  @media (max-width: 766px) {
    .home .bootcamp-section {
      padding: 30px 0px; }
      .home .bootcamp-section div {
        margin-bottom: 0px; } }
  .home .bootcamp-section h2 {
    color: #007a45;
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 40px; }
    .home .bootcamp-section h2.bootcamp-special {
      font-family: "stencil-std", sans-serif !important;
      font-size: 80px;
      font-size: 5rem; }
      @media (max-width: 766px) {
        .home .bootcamp-section h2.bootcamp-special {
          font-size: 45px;
          font-size: 2.8125rem;
          line-height: 55px;
          line-height: 3.4375rem; } }
    @media (max-width: 766px) {
      .home .bootcamp-section h2 {
        margin-bottom: 20px; } }
  .home .bootcamp-section h3 {
    color: #FFFFFF;
    padding: 0px 30px;
    padding-top: 10px; }
  .home .bootcamp-section p {
    max-width: 800px;
    text-align: center;
    color: #007a45; }
  .home .bootcamp-section .info-box {
    background: #007a45;
    position: relative;
    min-height: 320px; }
    @media (max-width: 766px) {
      .home .bootcamp-section .info-box {
        min-height: 0px; } }
  .home .bootcamp-section ul {
    padding-top: 20px; }
    .home .bootcamp-section ul li {
      background-size: 20px;
      color: #FFFFFF;
      text-align: left;
      font-size: 15px;
      font-size: 0.9375rem;
      background: transparent none repeat scroll 0 0;
      font-size: 1rem;
      list-style: outside none none;
      padding: 0 0 4px; }
  .home .bootcamp-section .button {
    clear: both;
    position: absolute;
    bottom: 30px;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    height: 50px;
    line-height: 50px;
    line-height: 3.125rem;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif !important; }
    @media (max-width: 766px) {
      .home .bootcamp-section .button {
        position: relative;
        margin-left: 0px;
        width: 100%;
        left: 0;
        bottom: 0px;
        margin-bottom: 0; } }

.why-exam-prep main .hero-image-holder .hero-content {
  float: left;
  top: 0px;
  margin-top: 100px;
  margin-left: 0px;
  left: 0;
  text-align: left; }
  .why-exam-prep main .hero-image-holder .hero-content h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 48px;
    line-height: 3rem; }
  .why-exam-prep main .hero-image-holder .hero-content .button {
    float: left;
    margin: 40px 0px 0px 120px;
    width: 240px;
    display: block; }
  @media (max-width: 766px) {
    .why-exam-prep main .hero-image-holder .hero-content {
      width: 100%;
      margin-left: 0px;
      position: relative;
      left: 0px;
      margin-top: 0px;
      top: 0px;
      float: left;
      padding: 20px;
      height: auto; }
      .why-exam-prep main .hero-image-holder .hero-content h2 {
        color: #000000;
        text-shadow: none;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28px;
        line-height: 1.75rem;
        text-align: center; }
      .why-exam-prep main .hero-image-holder .hero-content .button {
        float: left;
        margin: 20px 0px 0px 0px;
        width: 100%;
        display: block; } }
.why-exam-prep main .the-reasons {
  margin-bottom: 50px; }
  .why-exam-prep main .the-reasons .reason {
    border-top: 2px solid #007a45;
    padding-top: 40px;
    margin-top: 30px; }
    @media (max-width: 766px) {
      .why-exam-prep main .the-reasons .reason {
        padding-top: 20px;
        margin-top: 20px; } }
  .why-exam-prep main .the-reasons ul {
    padding-top: 5px;
    padding-left: 20px; }
    .why-exam-prep main .the-reasons ul li {
      list-style: outside none none;
      padding: 0 0 10px 0; }
    @media (max-width: 766px) {
      .why-exam-prep main .the-reasons ul {
        padding-left: 0px;
        margin-left: 26px;
        padding-top: 20px;
        margin-bottom: 0; } }
  .why-exam-prep main .the-reasons .icon-box {
    background: #007a45;
    padding: 20px;
    text-align: center; }
    .why-exam-prep main .the-reasons .icon-box img {
      max-height: 130px; }
    @media (max-width: 766px) {
      .why-exam-prep main .the-reasons .icon-box {
        margin-bottom: 20px; } }

.reviews main .hero-image-holder .hero-content {
  float: right;
  top: 0px;
  margin-top: 100px;
  margin-left: 0px;
  right: 0;
  text-align: left;
  width: 550px; }
  .reviews main .hero-image-holder .hero-content h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 48px;
    line-height: 3rem; }
  .reviews main .hero-image-holder .hero-content h3 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 31px;
    line-height: 1.9375rem;
    padding: 20px 0px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px black; }
  .reviews main .hero-image-holder .hero-content .button {
    float: left;
    margin: 20px 0px 0px 120px;
    width: 240px;
    display: block; }
  @media (max-width: 766px) {
    .reviews main .hero-image-holder .hero-content {
      width: 100%;
      margin-left: 0px;
      position: relative;
      left: 0px;
      margin-top: 0px;
      top: 0px;
      float: left;
      padding: 20px;
      height: auto; }
      .reviews main .hero-image-holder .hero-content h2 {
        color: #000000;
        text-shadow: none;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 34px;
        line-height: 2.125rem;
        text-align: center; }
      .reviews main .hero-image-holder .hero-content h3 {
        padding: 20px 0px;
        color: #000000;
        text-shadow: none;
        text-align: center;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 24px;
        line-height: 1.5rem; }
      .reviews main .hero-image-holder .hero-content .button {
        float: left;
        margin: 20px 0px 0px 0px;
        width: 100%;
        display: block; } }
.reviews main .review {
  padding: 40px 0px;
  background: #FFFFFF; }
  .reviews main .review img {
    max-width: 90px; }
  .reviews main .review.off {
    background: #ebeaea; }
  .reviews main .review h2 {
    border-bottom: 2px solid #007a45;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  @media (max-width: 766px) {
    .reviews main .review {
      padding: 20px; }
      .reviews main .review .author {
        text-align: center;
        padding: 0px 0px 10px 0px; } }

.pricing main .pricing-description {
  float: left;
  width: 100%;
  padding: 40px 0px 0px 0px;
  text-align: center;
  border-top: 2px solid #007a45;
  border-bottom: 2px solid #007a45; }
  .pricing main .pricing-description h2 {
    padding-bottom: 20px; }
  .pricing main .pricing-description p {
    padding: 0px 0px; }
.pricing main .hero-image-holder {
  padding: 0px; }
  .pricing main .hero-image-holder .hero-content {
    position: absolute;
    float: left;
    top: 50px;
    margin-top: 0px;
    margin-left: 0px;
    left: 0;
    text-align: left;
    width: 100%;
    min-height: 600px; }
    .pricing main .hero-image-holder .hero-content ul {
      padding-top: 5px;
      padding-left: 20px; }
      .pricing main .hero-image-holder .hero-content ul li {
        padding: 5px 0px;
        list-style: disc; }
    .pricing main .hero-image-holder .hero-content h2 {
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 48px;
      line-height: 3rem; }
    .pricing main .hero-image-holder .hero-content h3 {
      font-size: 27px;
      font-size: 1.6875rem;
      line-height: 31px;
      line-height: 1.9375rem;
      padding: 20px 0px 10px 0px; }
    @media (max-width: 766px) {
      .pricing main .hero-image-holder .hero-content {
        width: 100%;
        margin-left: 0px;
        position: relative;
        left: 0px;
        margin-top: 0px;
        top: 0px;
        float: left;
        padding: 20px;
        height: auto; }
        .pricing main .hero-image-holder .hero-content h2 {
          color: #000000;
          text-shadow: none;
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 34px;
          line-height: 2.125rem;
          text-align: center; }
        .pricing main .hero-image-holder .hero-content h3 {
          padding: 20px 0px;
          color: #000000;
          text-shadow: none;
          text-align: center;
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 24px;
          line-height: 1.5rem; }
        .pricing main .hero-image-holder .hero-content .button {
          float: left;
          margin: 20px 0px 0px 0px;
          width: 100%;
          display: block; } }
  .pricing main .hero-image-holder .price-point-boxes {
    position: absolute;
    bottom: 20px; }
    .pricing main .hero-image-holder .price-point-boxes .price-point-holder {
      padding: 20px; }
      .pricing main .hero-image-holder .price-point-boxes .price-point-holder .price-point {
        width: 100%;
        min-height: 233px;
        background: #007a45;
        text-align: center; }
        .pricing main .hero-image-holder .price-point-boxes .price-point-holder .price-point h2 {
          text-shadow: none;
          color: #FFFFFF;
          font-size: 27px;
          font-size: 1.6875rem;
          line-height: 31px;
          line-height: 1.9375rem; }
          .pricing main .hero-image-holder .price-point-boxes .price-point-holder .price-point h2.bigger {
            font-size: 38px;
            font-size: 2.375rem;
            line-height: 48px;
            line-height: 3rem; }
        .pricing main .hero-image-holder .price-point-boxes .price-point-holder .price-point img {
          display: inline-block;
          float: none;
          margin: 10px 0px 0px 0px;
          max-width: 80%; }
        .pricing main .hero-image-holder .price-point-boxes .price-point-holder .price-point .button {
          float: left;
          margin: 10px 0px 0px 0px;
          width: 100%;
          display: block;
          font-size: 22px;
          font-size: 1.375rem; }
        @media (max-width: 766px) {
          .pricing main .hero-image-holder .price-point-boxes .price-point-holder .price-point {
            height: auto;
            display: inline-block;
            min-height: 0; }
            .pricing main .hero-image-holder .price-point-boxes .price-point-holder .price-point h2.bigger {
              margin-bottom: 20px; } }
      @media (max-width: 766px) {
        .pricing main .hero-image-holder .price-point-boxes .price-point-holder {
          padding: 0;
          margin: 10px auto; } }
    @media (max-width: 766px) {
      .pricing main .hero-image-holder .price-point-boxes {
        position: relative; } }
.pricing main .the-code {
  padding: 40px 0px;
  border-bottom: 2px solid #007a45; }
  .pricing main .the-code h2 {
    border-bottom: 2px solid #007a45;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .pricing main .the-code ul {
    padding-top: 5px;
    padding-left: 20px; }
    .pricing main .the-code ul li {
      padding: 5px 0px;
      list-style: disc; }
  @media (max-width: 766px) {
    .pricing main .the-code .spanish-section {
      margin-top: 20px; }
    .pricing main .the-code .button {
      width: 100%; } }

.trial .trial-holder {
  float: left;
  width: 100%;
  padding: 40px 0px 100px 0px;
  text-align: center;
  border-top: 2px solid #007a45;
  border-bottom: 2px solid #007a45; }
  .trial .trial-holder h2 {
    padding-bottom: 20px; }
  .trial .trial-holder p {
    padding: 0px 0px; }
  .trial .trial-holder .trial-form {
    width: 45%;
    margin: 50px auto 0 auto;
    border: 2px solid #007a45; }
    .trial .trial-holder .trial-form h3 {
      line-height: 45px;
      line-height: 2.8125rem;
      height: 45px;
      background: #007a45;
      color: #FFFFFF; }
    .trial .trial-holder .trial-form .the-fields {
      padding: 30px 60px 30px 60px; }
      .trial .trial-holder .trial-form .the-fields .field {
        margin-bottom: 10px;
        margin-top: 10px;
        float: left;
        width: 100%; }
        .trial .trial-holder .trial-form .the-fields .field input {
          width: 100%;
          line-height: 46px;
          line-height: 2.875rem; }
        .trial .trial-holder .trial-form .the-fields .field input[type=text] {
          padding: 0px 10px;
          height: 46px;
          border: 1px solid #007a45; }
        .trial .trial-holder .trial-form .the-fields .field select {
          border: 1px solid #007a45 !important; }
        .trial .trial-holder .trial-form .the-fields .field label {
          text-align: left;
          font-size: 16px;
          font-size: 1rem;
          line-height: 24px;
          line-height: 1.5rem;
          padding: 0px 0px 5px 0px;
          width: 100%;
          font-weight: bold;
          float: left; }
      .trial .trial-holder .trial-form .the-fields span.smaller {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 16px;
        line-height: 1rem; }
        .trial .trial-holder .trial-form .the-fields span.smaller a {
          color: #43a3d4; }
        @media (max-width: 766px) {
          .trial .trial-holder .trial-form .the-fields span.smaller {
            font-size: 11px;
            font-size: 0.6875rem;
            line-height: 16px;
            line-height: 1rem; } }
      @media (max-width: 766px) {
        .trial .trial-holder .trial-form .the-fields {
          padding: 10px 20px; } }
    @media (max-width: 766px) {
      .trial .trial-holder .trial-form {
        width: 94%;
        margin-left: 3%;
        margin-top: 20px; } }
  @media (max-width: 766px) {
    .trial .trial-holder {
      padding: 30px 0px 30px 0px; } }

.faq .the-faqs {
  border-top: 2px solid #007a45; }
  .faq .the-faqs h2 {
    width: 100%;
    text-align: center;
    padding: 40px 0px; }
  .faq .the-faqs .faq {
    padding: 40px 0px;
    background: #FFFFFF; }
    .faq .the-faqs .faq img {
      max-width: 90px; }
    .faq .the-faqs .faq.off {
      background: #ebeaea; }
    @media (max-width: 766px) {
      .faq .the-faqs .faq {
        padding: 20px; }
        .faq .the-faqs .faq .author {
          text-align: center;
          padding: 0px 0px 10px 0px; } }

/*# sourceMappingURL=main.css.map */
