/* input[type="checkbox"] {
  appearance: checkbox !important;
} */

.list-pricing {
  /* text-align:center; */
  margin-top:2%;
  margin-bottom:2%;
}
.list-pricing > li {
  list-style: disc;
  margin-left:2%;
  padding:3px;
}
.pricing-hero-content {
  margin-top:3%;
}
.pricing-container {
  /* background: url("../images/pricing-hero-bg.jpg") no-repeat; */
  background-size: 100%;
}
/* 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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          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 */
.index-mobile {
  display:none;
}

.rev-mobile {
  display:none;
}
.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 {
    padding:0% 5% 0% 5%;
  }
}

.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;
  -webkit-box-sizing: border-box;
          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%;
}

.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%;
}

.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%;
}

.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%;
}

.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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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;
  }
  .why-exam-select-desktop {
    display:none;
  }
  .why-exam-select-mobile {
    display:block;
  }
  .home-page-content {
    display:block !important;
  }
  .outer-box {
    margin-top:10px;
  }
}

@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;
  transition: 0.2s linear;
}

button, .button, input[type=submit] {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.button {
  padding: 6px 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: 62px;
  cursor: pointer;
  line-height: 46px;
  line-height: 2.875rem;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  border:1px solid gray;
}

.button.green {
  border-color: #007a45;
  color: #007a45;
}

.button.green:hover {
  background: #007a45;
  color: #fff;
  border-color: #007a45;
}

.button.blue {
  border-color: #43a3d4;
  color: #43a3d4;
}

.button.blue:hover {
  background: #43a3d4;
  color: #fff;
  border-color: #43a3d4;
}

.button.solid-orange {
  background: #f1862a;
  color: #fff;
  /* border: 1px solid #f1862a; */
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-size: 1.2vw;
  border:1px solid gray;
}

.button.solid-orange:hover {
  background: #fff;
  color: #f1862a;
  border: 1px solid #f1862a;
}

.button.solid-orange:hover.not-button {
  background: #f1862a;
  color: #fff;
  border: 1px solid #f1862a;
}

.button.solid-green {
  background: #007a45;
  color: #fff;
  border: 1px solid #007a45;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
}

.button.solid-green:hover {
  background: #fff;
  color: #007a45;
  border: 1px solid #007a45;
}

.button.white-green-border {
  color: #000000;
  background: #fff;
  border: 1px solid #007a45;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
}

.button.white-green-border:hover {
  background: #007a45;
  color: #fff;
}

.button.solid-blue {
  background: #43a3d4;
  color: #fff;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  border: 1px solid #43a3d4;
}

.button.solid-blue:hover {
  background: #fff;
  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: 57px; */
  line-height: 46px;
  line-height: 2.875rem;
  overflow: hidden;
  color: #888;
  background: #fff url("../images/exam-prep/down-arrow.png") right 10px center no-repeat;
  background-size: 20px;
}

.select-style select {
  padding: 8px 15px;
  line-height: 44px;
  line-height: 2.75rem;
  font-size: 16px;
  font-size: 1.15rem;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border:1px solid gray;
}

.select-style select:focus {
  outline: none;
}

header {
  width: 100%;
}

header .header-holder {
  height: 110px;
  width: 100%;
  background: #fff;
  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;
  height: 80px;
}

@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 {
  position:relative;
  margin-top: 0px;
  padding: 50px 0px 280px 0px;
  text-align: center;
  text-align: left;
  background: url("../images/exam-prep/rsz_exam_prep_homepage_1.jpg");
  background-size: cover;
  background-position: center;
  /* border-bottom: 2px solid #007a45; */
  color: #000000;
  font-weight: bold;
}
.why-exam-prep-content {
  position:relative;
  margin-top: 3%;
  padding: 50px 0px 800px 0px;
  text-align: center;
  text-align: left;
  background: url("../images/exam-prep/rsz_exam_prep_homepage_1.jpg");
  background-size: cover;
  background-position: center;
  /* border-bottom: 2px solid #007a45; */
  color: #000000;
  font-weight: bold;
}

.background-overlay {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(241, 134, 42, 0.85);
}

.free-trial h3 {
  font-weight: normal;
  color: #000000;
  padding: 10px 0px 30px 0px;
  font-size: 30px;
  font-size: 2rem;
  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-intro {
    /* margin:20px !important; */
  }
}

@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: rgba(0, 0, 0, 0) 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:46px;
  /* margin-top:0.7% */
}

.questions-section h2 {
  color: #fff;
  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;
  padding-left: 0px;
  height: auto;
  }
  .questions-section .nav-holder .mobile-nav {
    display: block;
  }
  .questions-section .nav-holder .desktop-nav {
    display: none;
  }
/* .why-exam-select-mobile {
  display:none;
} */

footer {
  border-bottom: 2px solid #dddddd;
  float: left;
  width: 100%;
  clear: both;
  height: auto;
  position: relative;
}

footer #footer {
  padding: 1.5% 10% 1.5% 10%;
  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: #fff;
  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: #fff;
}

body.page {
  background: #fff;
}

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;
  }

  div.trial-form.col-lg-16.col-lg-offset-4 > form > div > div:nth-child(5) > input {
  font-size: 1.15em;
}
}

@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: #fff;
  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: #f1862a;
  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;
}
  .free-trial h3 {
    font-weight: normal;
    color: #000000;
    padding: 10px 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;
  }
  .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: #fff !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 {
  -webkit-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 h1 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 30px;
  line-height: 3.5rem;
  color: #fff;
  /* text-shadow: 1px 1px 1px black; */
}

@media (max-width: 999px) {
  main .hero-image-holder h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}

@media (max-width: 559px) {
  main .hero-image-holder h1 {
    /* font-size: 25px; */
    font-size: 2.1rem;
    text-align: center;
    /* line-height: 27px; */
    line-height: 1.1;
  }
}

main .hero-image-holder img {
  width: 100%;
  float: left;
}

main .hero-image-holder .hero-content {
  background: rgba(0, 122, 69, 0.8);
  top: 11%;
  left: 6%;
  /* margin-top: -150px; */
  position: absolute;
  z-index: 2;
  width: 650px;
  /* height:380px; */
}
.border-between {
  border-bottom:8px solid #007a45;
}
.hero-content-div {
  /* margin-top:4%; */
  padding:4%;
  text-align:center;

}

.hero-content-div > p {
  color:white;
  font-weight: 600;
  line-height: 52px;
}
.prepare {
  background:#f1862a;
}
.prepare-intro {
  font-weight: 600;
  font-size:2.5em;
  color:white;
  margin:20px 0px 20px 0px;
  padding:20px;
  text-align:center;
  border-top:4px solid white;
  border-bottom: 4px solid white;
  line-height:1;
}
.home-page-content {
  display:flex;
  padding:3% 0% 3% 0%;
}
.home-page-content-text {
  width:100%;
}
.home-page-content-text p{
  font-size:1.6em;
  line-height:1.1;
  font-weight: 300;
  
}
.prepare-intro span  {
  display:flex;
  align-items: center;
  justify-content: center;
}
.practice-container {
  /* width: 36%; */
  padding: 7% 0% 7% 0%;
}
.practice-section {
  background: linear-gradient(to right, rgba(255, 255, 255, 1.3), rgba(255, 255, 255, 0) 90%, transparent 50%), url("../images/exam-prep/Exam Prep Homepage 4.jpg") ;

  background-position:center;
  background-size:cover;
  height: 600px;
  border-bottom:8px solid #007a45;
}

.practice-header {
  font-size:2.7rem;
  font-weight:550;
  line-height:1.2;
  margin-bottom:4%;
}
.practice-header > p {
  font-size:2rem;
}
.practice-content{
  font-size:1.6rem;
}

/* .presentation-content > p:before{
  content: '\2714 \fe0e';
  border:1px solid black;
  color: red;
} */
@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: #fff;
  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: #fff;
}

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 #fff;
}

@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 {
  height: 70px;
  margin: 30px auto 0px auto;
}

.choose-state .select-style {
  width: 59%;
  float: left;
}

@media (max-width: 766px) {
  .choose-state .select-style {
    width: 100%;
  }
}

.choose-state .button {
  width: 38%;
  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: #fff;
}

.choose-state-section h2 {
  color: #fff;
  padding-bottom: 10px;
}

.choose-state-section p {
  color: #fff;
  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: #fff;
  padding-top: 50px;
  padding-bottom: 15px;
}

@media (max-width: 766px) {
  .home .review-section h2 {
    padding: 0px 20px 15px;
  }
}

.home .review-section p {
  /* 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;
  }
  }


.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: black;
  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: black;
  font-size:2rem;
  font-weight: 800;
  padding: 0px 30px;
  padding-top: 10px;
  line-height:0.8;
  text-align: center;
}

.home .bootcamp-section p {
  max-width: 800px;
  text-align: center;
  color: #007a45;
}

.home .bootcamp-section .info-box {
  background:	#F0F0F0;
  border:3px solid #007a45;
  position: relative;
  min-height: 645px;
  padding:35px;
}

@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: black;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 1.5rem;
  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;
  color:white;
}

.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: #fff;
  text-shadow: 1px 1px 1px black;
}

.reviews main .hero-image-holder .hero-content .button {
  float: left;
  margin: 3% 3% 2% 28%;
  /* margin: 20px 0px 0px 120px; */
  /* width: 240px; */
  display: block;
}

.reviews main .hero-image-holder .hero-content {
  background: rgba(0, 122, 69, 0.8);
    /* top: 11%; */
    left: 55%;
    padding:1.5%;
    /* margin-top: -150px; */
    position: absolute;
    z-index: 2;
    /* width: 650px; */
    /* height: 380px;*/
}

@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: #fff;
}

.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;
  color:white;
}

@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: #fff;
  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.5rem;
  /* height: 45px; */
  background: #007a45;
  color: #fff;
}

.trial .trial-holder .trial-form .the-fields {
  padding: 30px 60px 30px 60px;
  width: 80%;
}

.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: #fff;
}

.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;
  }
}

.free-trial-exam .green-border {
  border-top: 2px solid #007a45;
}

.free-trial-exam .trial-hero {
  background: #007a45;
  border: 1px solid #007a45;
  margin-top: 20px;
}

.free-trial-exam .trial-hero h2 {
  background: #f1862a;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-size: 40px;
  border: 1px solid #007a45;
}

.free-trial-exam .trial-hero h3 {
  font-size: 45px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-weight: normal;
  padding-top: 40px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.42);
}

.free-trial-exam .trial-hero img {
  max-width: 100%;
  width: 100%;
  float: left;
}

.free-trial-exam h3 {
  font-size: 45px;
  text-align: center;
  line-height: 55px;
  padding-top: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

.free-trial-exam .the-reasons {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 999px) {
  .free-trial-exam .the-reasons {
    margin-top: 40px;
  }
}
review-container

.free-trial-exam .the-reasons .outer-box {
  margin-bottom: 40px;
}

@media (max-width: 766px) {
  .free-trial-exam .the-reasons .outer-box {
    margin-bottom: 20px;
  }
}

.free-trial-exam .the-reasons img {
  max-width: 130px;
  height: auto;
  margin-top: 20px;
}

.free-trial-exam .the-reasons h3 {
  font-weight: bold !important;
  text-align: center;
  width: 100%;
  padding: 20px 0px;
}

.free-trial-exam .the-reasons p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 20px 0px 0px 0px;
  min-height:100px;
}

.free-trial-exam .the-reasons .button {
  width: 175px;
  margin-top: 20px !important;
  padding: 0px;
}

.free-trial-exam .answer-explanation {
  display: none;
  font-size: 13px;
  text-align: left;
  padding-bottom: 10px;
  float: left;
  line-height: 20px;
}

.free-trial-exam .trial-questions {
  text-align: center;
}

.free-trial-exam .trial-questions h3 {
  margin-bottom: 0px;
}

.free-trial-exam .trial-questions input[type="radio"] {
  display: none !important;
}

.free-trial-exam .trial-questions input[type="radio"] + label img {
  display: none !important;
}

.free-trial-exam .trial-questions input[type="radio"] + label {
  display: inline-block;
  width: 100%;
  margin: -2px 10px 0 0;
  padding: 10px 10px 10px 40px;
  background: #f1f1f1;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  max-width: 100%;
  text-align: left;
}

.free-trial-exam .trial-questions input[type="radio"] + label:before {
  content: " ";
  position: absolute;
  left: 10px;
  width: 19px;
  z-index: 1;
  height: 19px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.free-trial-exam .trial-questions input[type="radio"] + label.correct-choice {
  background: #3a7a49;
  color: #fff;
}

.free-trial-exam .trial-questions input[type="radio"]:checked + label.wrong-choice {
  background: #ffc67f;
}

.free-trial-exam .trial-questions input[type="radio"]:checked + label {
  background: #3a7a49;
}

.free-trial-exam .trial-questions input[type="radio"] + label.correct-choice:after {
  z-index: 2;
  content: " ";
  position: absolute;
  left: 10px;
  width: 23px;
  height: 23px;
  background: url(https://www.jadelearning.com/wp-content/themes/jade-learning/images/correct-symbol.svg);
  background-size: 23px;
  top: 8px;
}

.free-trial-exam .trial-questions input[type="radio"]:checked + label.wrong-choice:after {
  z-index: 2;
  content: " ";
  position: absolute;
  left: 9px;
  width: 21px;
  height: 21px;
  background: url(https://www.jadelearning.com/wp-content/themes/jade-learning/images/wrong-symbol.svg);
  background-size: 21px;
  top: 9px;
}

.free-trial-exam .question {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.free-trial-exam .question .question-holder {
  display: none;
  margin-top: 20px;
  width: 90%;
  text-align: left;
  margin-left: 5%;
}

.free-trial-exam .question h2 {
  background: #f1f1f1;
  padding: 0 10px 0 20px;
  cursor: pointer;
  text-align: left;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  -webkit-transition: background 1s;
  /* Safari */
  transition: background 1s;
}

.free-trial-exam .question h2.open {
  background: rgba(241, 241, 241, 0);
}

.free-trial-exam .question.open .question-holder {
  display: block;
}

.free-trial-exam .question.open h2 {
  background: rgba(241, 241, 241, 0);
} 

.display-section {
  display:flex;
  margin:4% 0% 4% 0%;
}
.start-free-button {
  margin-left:-4%;
  margin-top:40px;
  display: inline-block;
  padding: 4px 50px 0px 50px;
  background-color:#f1862a;
  color: #fff;
  border: 1px solid #f1862a;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  font-size: 1.3rem;
  min-width: 140px;
  height: 53px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0px;
  line-height: 2.875rem;
  margin-bottom:40px;
}
.review-text {
  color:white;
}
.review-text h3 {
  color:white;
}
.home-page-content-image > img{
  width:79%;
  margin-left:6%;
}

.ten-percent {
  padding:0% 10% 0% 10%;
}
.out{
  padding:3% 0% 3% 0%;
}

q {
  quotes: "“" "„" "‚" "‘";
}
q::before {
  content: open-quote;
}
q::after {
  content: close-quote;
}

.review-content > h2 {
  font-size:2.1em;
  line-height:1.5;
}
.review-text > h3 {
  font-weight: 550;
}

.review-container, .rev-container {
  margin-top:4%;
}
.reviews-button {
  color:#007a45;
  padding: 0.8% 5% 0.8% 5%;
  background: white;
  border-radius:10px;
  font-size:1.3em;
}

.footer-nav li a {
  color:white;
  font-weight: normal;
}

.company-bg {
  background-color:#F0F0F0;
}

.presentation-title > h2 {
  font-size:2.4em;
  font-weight:800;
  margin-bottom:2%;
  line-height:1;
}
.presentation-content {
  margin-top:3%;
  margin-left:3%;
}
.presentation-box > p {
  font-size:1.6rem;
}
.second-section .presentation-content {
   margin-right:3%;
}
.company-improvements {
  padding:4% 0% 4% 0%;
}
.info-box-image > img {
  width:35%;
}
.info-box-content {
  margin-top:7%;
}
.info-box-content li:nth-child(2) {
  margin-top:4%;
}
.info-box-content > li{
  display:flex;
}
.info-box-content > li > p{
  color:black !important;
  text-align:left !important;
  margin-left:2%;
  font-size:0.8em;
}
.info-box-title {
  font-size:1.6rem;
}
.why-exam-content {
  padding:3% 2% 3% 2%;
  background: rgba(0, 122, 69, 0.8);
  top: 11%;
  left: 57%;
  /* margin-top: -150px; */
  position: absolute;
  z-index: 2;
  width: 650px;
  /* height: 380px;*/
}
.why-hero-content-div h2 {
  margin-bottom:4%;
}
.why-hero-content-div h3 {
  font-size:1.6em !important;
  color:white;
  line-height: 1.2;
  font-weight: 550;
}

.why-exam-section-content-title{
  margin-top:3%;
}
.why-exam-section-content-title h2 {
  font-size:2.7em;
  font-weight: 600;
  color:#007a45;
  line-height: 1;
}
.why-content-image {
  padding-top:2%;
}
.why-content-image img {
  width:165px;
  margin-right:40px;
} 
.why-exam-title h3{
  color:white;
  font-size:2.6em;
  margin:7% 0% 5% 0%;
  line-height: 1;
  
}
.why-exam-text {
  margin:1% 0% 1% 0%;
  background:#F0F0F0;
  border:5px solid rgba(241, 134, 42, 0.85);
  display: flex;
  flex-direction: row;
}
.why-exam-text h3{
    color:black;
    font-weight: normal;
    padding:2%;
    font-size:1.6em; 
}

.checkbox-image {
  margin-top: 1.8%;
  width: 35px;
  height: 30px;
  margin-left: 2%;
}
.why-exam-prep-help-box {
  background: #F0F0F0;
  border: 2px solid #007a45;
  position: relative;
  min-height: 580px;
  padding: 35px;
}
.why-examp-prep-help-h2 {
  margin:10% 0% 4% 0%;
}
.why-exam-prep-help-title h2{
  line-height: 1.2;
  font-size: 2.2em;
  font-weight: 700;
}
.why-exam-prep-help-content p {
  font-size: 1.6em;
  line-height: 1.1;
}
.why-exam-box-image img {
   width:32%;
}
.why-exam-prep-box-text {
  display: flex;
  flex-direction: row;
  font-size:1.2em;
}

.why-exam-text-box {
  margin:2% 0% 1% 0%;
  background:#F0F0F0;
  display: flex;
  flex-direction: row;
}
.why-exam-text-box h3 {
  font-size:1.5em;
  line-height:1.2;
  /* margin-top:4%; */
  margin-left: 7%;
}

.checkbox-image-box {
  /* margin-top: 5%; */
  margin-left:3%;
  width: 35px;
  height: 30px;
}

.why-exam-practice-header {
  font-size: 2.7rem;
  font-weight: 550;
  line-height: 1.2;
  margin-bottom: 4%;
  margin-top:20%;
}
.why-exam-practice-header-content {
  font-size:1em;
  line-height: 1;
  font-weight: 600;
}

.why-exam-practice-content {
  font-size:1.6rem;
  line-height:1.2;

}

.why-exam-practice-section {
  background: linear-gradient(to left, rgba(255, 255, 255, 3), rgba(255, 255, 255, 0) 100%, transparent 100%), url("../images/exam-prep/rsz_35794614_l_70.jpg") ;
  background-position:center;
  background-size:cover;
  height: 600px;
  border-bottom:8px solid #007a45;
}
.why-exam-practice-content span {
  color:#f1862a;
}

.presentation-content-why-exam > h2 {
  margin-top:4%;
  font-size:2em;
  font-weight:600;
}
.presentation-content-why-exam > p {
  margin-top:3%;
  font-size:1.2em;
}
.short-footer {
  margin:0%;
}
.free-trial-title {
  height:80px;
  background-color:#007a45;
}
.free-trial-title h1 {
  font-size:2.3em;
  color:white;
  /* padding-top:1.2%; */
  text-align: center;
}
.trial-form {
  margin-top:2%;
  margin-bottom:2%;
  background:white;
}
.free-trial-content {
  margin-top:8%
}
.free-trial-intro h2 {
  font-size:1.8em;
  font-weight: 700;
  line-height: 1.1;
}
.free-trial-intro-content p {
  font-size:1.2em;
  font-weight: 500;
  margin-top:3%;
  line-height: 1.3;
}
.bold{
  text-align: center;;
}
.trial-holder {
  position:relative;
  background: url("../images/exam-prep/Free_Trial_Page.jpg");
  background-size: cover;
  background-position: top;

}

.trial-holder > .container-fluid {
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(243, 243, 243, 0.5);
}

.sticky {
  position:fixed;
  top: 0;
  width: 100%;
}
.presentation-image img {
  width:250px;
  margin-top:25%;
}
.mobile-image {
  display:none;
}

.footer-select-state {
  display:none;
}
.mobile-version {
  display:none;
}

.presentation-box {
  display:flex;
}
.presentation-box > p {
 /* margin-top: 5%; */
 margin-left: 1%;

}
.index-info-box > li > p {
  font-size:1em;
}
.trial-form.col-lg-16.col-lg-offset-4 > form > div > div.field.choose-state > div > select {
  border-radius:5px;
}

@media (min-width: 767px) and (max-width: 899){ 
  .why-exam-select-mobile {
    display:none;
  } 
  .why-exam-select-desktop {
    display:none;
  }

}

@media (min-width: 899px) {
  .why-exam-select-mobile {
    display:none;
  }
}

@media (min-width: 330px) and (max-width: 766px) { 
   .list-pricing {
     margin-left:5%;
     margin-bottom:11%;
   }
   .pricing-hero-content > b > h3 {
     padding:2%;
     margin-left:2%;
   }
  .price-image {
    height:30% !important;
  }
  .rev-container {
    padding:10%;
    margin-top:0;
  }
  .faq-container {
    padding:5%;
    margin-top:5% !important;
  }
  .free-trial {
    padding: 50px 0px 530px 0px;
  }
  .footer-nav {
    display:none;
  }
  .phone-number h2{
    font-size: 1.2rem;
  }
  .home-page-content {
    display:inline-block;
    padding:10px;
  }
  .home-page-content-text p {
  font-size: 1.3rem;
  }
  .home-page-content-image > img {
    width:100%;
    margin:0;
  }
  .prepare-intro {
    font-size:2rem;
  }
  .display-section {
    display:inline-block;
  }
  .all {
    display:flex;
    display: -webkit-flex;
    flex-direction: column;

  }
  .review-container {
    margin-top:14%;
  }
  .home .bootcamp-section div {
    margin-top:2%;
  }
  .ready-trial {
    padding: 10px 0px 0px 0px;
  }
  .phone-number h2 {
    font-size:1.3rem;
  }
  main .outer-box {
    padding:0px;
  }
  .home .bootcamp-section .info-box {
    border:none; 
  }
  .info-box {
    border-top:2px solid #007a45 !important;
    border-bottom:2px solid #007a45 !important;
  }
  .home .bootcamp-section h2 {
    margin-bottom:50px;
  }
  .info-box-title {
    padding:20px;
  }
  .pd-20 {
    padding:20px;
  }
  .practice-header {
    font-size:2.1rem;
  }
  .practice-content{
    font-size:1.4rem;
  }
  .button.solid-orange {
    font-size:1rem;
  }
  #header-holder > div {
    padding:0;
  }
  #footer > div > a {
    font-size:0.8rem;
  }
  #footer > div > span {
    font-size:0.68rem;
    margin-left:4%;
  }
  footer #footer .about-jade {
    padding:10px 0px;
  }
  .reviews-button {
    padding: 2% 10% 2% 10%;
  }
  .home .bootcamp-section {
    padding:0;
  }
  body > main > div.bootcamp-section.clearfix > div:nth-child(2) {
    display:none;
  }
  .between-image {
    display:none;
  }
  .mobile-image {
    display:block;
  }
  .presentation-image, .mobile-image{
    text-align: center;
  }
  .presentation-image img {
    width:150px;
    margin-top:5%;
    margin-bottom:2%;
  }
  .presentation-content > p {
    line-height: 1.15;
  }
  .all {
    padding:20px;
  }
  .presentation-title > h2 {
    font-size: 1.65em;
    line-height: 1.2;
    /* margin-left:2%; */
    text-align: center;
    margin-bottom:10%;
  
  }
  .footer-select-state {
    display:contents;
  }
  .mobile-version {
    display:inline;
  }
  .desktop-version {
    display:none;
  }
  body > main > div.practice-section.clearfix > div > div > div > a.button.solid-orange.mobile-version{
    padding: 12px 45px 12px 45px;
    border:none;
    font-size:1.3rem;
    
  }
  .state-footer-mobile-version > div > div > #state-choice {
      padding:0px 20px;
  }
  .phone-number.col-md-17.col-md-offset-2.col-lg-40 > h2 {
    /* text-align: center; */
    margin-top:5%;
  } 
  .state-footer-mobile-version > div > a {
    line-height: 30px;
    height:42px;
  }
  .questions-phone {
    margin-top:5%;
  }
  .choose-state.footer-select-state > a {
    margin-bottom:10%;
  }
  main .hero-image-holder img {
    height: 475px;
  }
  .price-image {
    /* height:200px !important; */
  }
  
  main .hero-image-holder .hero-content {
    position:absolute;
    width:92%;
    left:4%;
    margin-top:4%;
  }
  main .hero-image-holder .hero-content h1 {
    color:white;
    font-size:1.8rem;
    line-height: 1.2;
  }
  .hero-image-holder > div > div > div > a{
    margin-top:7%;
    margin-bottom:5%;
    width:80%;
  }
  .hero-content-div {
    padding:0;
  }
  .hero-image-holder > div > div > div > a {
    width:75% !important;
    margin-left:11% !important;
  }

 .practice-container-why-exam {
   padding: 0% 6% 7% 6% !important;
 } 
  
  
 .why-exam-practice-header-content {
    font-size: 0.8em;
    font-weight: 800;
  }
  .why-exam-practice-section {
    height: 485px;
    /* background:linear-gradient(to left, rgba(255, 255, 255, 4.7), rgba(255, 255, 255, 0.8)  100%, transparent 100%), url("../images/exam-prep/Exam Prep Homepage 4.jpg") !important;  */
  }
  .why-exam-practice-section > div > div > a {
    width:100%;
    font-size: 1.3rem !important;
    border:none !important;
    margin-top:5%;
  }
  .why-exam-prep-help-box {
    margin:4%;
    padding:20px;
  }
  .why-exam-select-desktop {
    display:none;
  }
  /* .why-exam-select-mobile {
    margin-left: 11%;
  } */
  .choose-state.why-exam-select-mobile > div {
    width:80%;
  }
  .choose-state.why-exam-select-mobile > a {
    margin-left: 23%;
    margin-top: 5%;
    margin-bottom: 9%;
    width: 50%;
    font-size:1.3em;
  }
  .why-exam-prep-help  {
    margin:7%;
  }
  .ten-percent {
    padding:0;
  }
  .why-jade.clearfix > div > div > div {
    margin:4%;
  }
  .why-exam-title h3 {
    font-size:2.1em;
    line-height: 1.2;
  }
  .why-exam-text h3 {
    font-size:1.4rem;
  }
  .why-exam-prep-content {
    padding: 78px 0px 1010px 0px; 
    
  }
  .why-exam-text {
    margin: 5% 0% 1% 0%;
    padding: 3%;
  }
  .why-exam-practice-header {
    font-size:2.6rem;
  }
  .why-exam-practice-section {
    background: url("../images/exam-prep/rsz_35794614_l_70.jpg") ;
    background-position:center;
    background-size:cover;
    border-bottom:8px solid #007a45;
    height:100%;
    position:relative;
  }
  .background-noise {
    background-color: rgb(255, 255, 255, 0.85);
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  .why-content-image img {
    width:140px;
    margin-left:29%;
    margin-top:7%;
    margin-bottom:4%;
  }
  .why-exam-section-content-title > h2 {
    text-align: left;
    font-size:1.6em;
    font-weight: 800;
  } 
  .why-exam-section-content {
    padding:20px;
  }
  .presentation-box > p {
    /* text-align: center; */
    font-size: 1.4rem;
  }
  .sticky {
    position:unset;
    top: 0;
    width: 100%;
  }
  .why-exam-content {
    top:0;
    left:0;
    width:100%;
    height:100%;

  }
  .choose-state.why-exam-select-mobile > div {
    margin-left:10%;
  }
  div.container.container.col-lg-20.col-lg-offset-20 > div > div {
    margin-left:10%;
    width:80%;
  }
  div.container.container.col-lg-20.col-lg-offset-20 > div > a {
    margin-left: 25%;
    margin-top: 5%;
    margin-bottom: 9%;
    width: 50%;
    font-size: 1.3em;
  }
  
  div.container.container.col-lg-20.col-lg-offset-20 > div {
    margin-top:-3%;
  }
  .why-hero-content-div > h2 {
    text-align:center;
    font-size:2.1em !important;
    line-height: 1.1 !important;
  }
  .why-hero-content-div > h3 {
    text-align:center;
    font-size: 1.4em !important;
  }
  .why-exam-content {
    top: 10%;
    left: 5%;
    width: 90%;
    height: 80%;
    padding: 7%;
  }
  main .hero-image-holder img {
    height:700px;
  }
  .price-image {
    /* height:200px !important; */
  }
  body > main > div.hero-image-holder > div > div > div > div > a{
    margin-top:5%;
    margin-left:18% !important;
    width:65% !important;
    font-size:1.2rem !important;
  }
  #header-holder > div > div.header-actions > a {
    border:none;
  }
  body > main > div.free-trial.clearfix > div {
    padding: 0% 10% 0% 10%;
  }
 .trial-form.col-lg-16.col-lg-offset-4 > form > div > div.field.choose-state > div > select{
    border-radius: 5px;
 }
 .free-trial-title {
   display:none;
 }
 .trial-holder {
   padding:0 !important;
 }
 .smaller {
   margin-left:12%;
 }
 div.trial-form.col-lg-16.col-lg-offset-4 > form > div > div:nth-child(5) > input {
   font-size:1.15em;
 }
 .trial-form {
   margin-bottom:20%;
 }
 .free-trial-content {
    padding-left: 3%;
    padding-right: 3%;
 }
 .home-page-content {
   margin-top:2%;
 }
 .index-mobile {
   height:465px !important;
 }
 .index-mobile {
  display:flex;
}

.rev-mobile {
  height:275px !important;
}
.rev-mobile {
 display:flex;
}
.why-exam-select-desktop {
  display:none;
}
.why-exam-select-mobile {
  display:block;
}
.index-info-box > li > p {
  font-size:0.8em;
}
.fa-ul {
  margin-left:0 !important;
}
.presentation-content {
  margin-left:0;
}
.checkbox-image-box {
  margin-left:0;
  margin-right:2%;
}
/* header .header-holder .logo img {
  height:84px;
} */
.trial-holder {
  background-position:initial;
}

 /* .presentation-box {
   display:flex;
 }
 .checkbox-image-box {
  margin-top: 5%;
  margin-left: 3%;
 } */
}

.hbspt-form {
    background: rgba(255,255,255,.8);
    padding: 20px;
    margin: 0 auto;
    border-radius: 3px;
}
