@charset "UTF-8";
/*----------------------------------------------------------------------
 Project:             Safety Training
------------------------------------------------------------------------
 Author:              Annemarie Horne, A Creation
 Contact/Support:     annemarie@acreation.co.za
-------------------------------------------------------------------------
-------------------------------------------------------------------------


[[Table of Content]]

1. GLOBAL STYLES
  1.1 Typography
  1.2 General

2. MAIN CONTENT STYLES

  2.1 Home
  2.2 Training Courses
  2.3 (Services)
  2.3.1 Consultancy Services
  2.3.2 ISO 9001 Compliance Assistance
  2.3.3 Health & Safety Evaluation
  2.3.4 Occupational Health Medicals
  2.3.5 Construciton Health & Safety File
  2.3.6 First Aid Kits
  2.3.7 Safety Posters
  2.4 (Company)
  2.4.1 Company Profile
  2.4.2 Accreditation
  2.4.3 Pricing & Information
  2.5 Courses Calendar
  2.6 Contact
  2.7 Request a Booking
  2.8 Request a Course Quote
  2.9 Request a Custom Quote


  2.12 Request a Quote

3. GLOBAL RESPONSIVE
  3.1 Responsive Style

[[Stylesheet Contents]]

/********************************************************************/
/* 1. GLOBAL STYLES
*********************************************************************/
/*-------------------------------------------------------------------*/
/* 1.1 TYPOGRAPHY
---------------------------------------------------------------------*/
body {
  font-family: Tahoma, Arial, sans-serif;
}

/*-------------------------------------------------------------------*/
/* 1.2 GENERAL
---------------------------------------------------------------------*/
body {
  color: #666666;
  font-size: 13px;
}
h1, h2, h3, h5 {
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #df600f;
}
a:hover {
  color: #df600f;
  text-decoration: underline;
}
.logo, .logo-white {
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  color: #181818;
  text-transform: uppercase;
  font-size: 38px;
}
.logo-white {
  color: #ffffff;
}
.noshc-logo {
  max-width: 690px;
  width: 100%;
}
.navbar {
  padding: 5px 0 0 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #777777;
  padding: 25px 15px 25px;
}
a.navbar-brand.logo {
  margin: 0;
  padding: 0;
}
.navbar-brand > img {
  /* max-height: 90px; */
}
a.nav-link {
  float: none;
  font-size: 12px;
  padding: 30px 15px 30px;
  color: #777777;
  font-weight: bold;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #df600f;
  border-bottom: 5px solid #df600f;
}
.dropdown-item {
  padding: .5rem 1.5rem;
  font-size: 12px;
  color: #777777;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #df600f;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.jumbotron {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: 100% auto;
  padding: 3rem 0;
  border-radius: 0;
  margin-bottom: 1rem;
}
.jumbotron .display-4 {
  background-color: #df600f;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px;
  margin: 0px;
  border-radius: 5px;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.jumbotron .lead {
  margin: 0;
  padding: 0;
  background: #000000;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 15px;
  margin: 5px auto;
  font-size: inherit;
  letter-spacing: 0.5px;
  max-width: 80%;
}
.breadcrumb {
  background-color: #ffffff;
  border-bottom: 1px dotted #eeeeee;
  padding: 8px 0;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #ccc;
}
.breadcrumb-item.active {
  color: #999999;
}
section {
  padding-top: 30px;
}
p {
  margin-bottom: 2rem;
}
ul, ol {
  padding: 0;
  margin-left: 0;
}
.content-list {
  margin-left: 30px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
.page-header h3 {
  color: #666666;
  font-size: 22px;
  font-weight: 600;
}
.page-sub-header h4 {
  color: #333333;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.dotted_line {
  padding: 0;
  margin: 20px 0 20px 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #eeeeee;
}
.quoted-text {
  background: url(../../assets/img/quote.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-bottom: 50px;
}
blockquote p {
  line-height: 1.6em;
  color: #df600f;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2rem;
}
.tagline {
  margin-top: 40px;
  background: #f8f8f8;
  padding: 30px 20px 20px 20px;
  margin-bottom: 0;
  border-bottom: 5px solid #df600f;
}
.tagline h2 {
  text-transform: uppercase;
  color: #222222;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.btn {
  font-size: 13px;
}
.btn-color, .btn-inverse {
  background: #df600f;
  border: 1px solid #df600f;
  color: #ffffff;
  text-shadow: none;
  border: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
  display: block;
}
.btn-primary {
  color: #fff;
  background-color: #df600f;
  border-color: #df600f;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #df600f;
  border-color: #df600f;
}
.btn-default {
  color: #666666;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #df600f;
  border-color: #df600f;
}
a.btn.btn-large.btn-color:hover {
  background-color: #df600f;
  color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
footer.footer {
  background: #111111;
}
footer {
  padding: 30px 0 10px 0;
  color: #7e7e7e;
  margin-top: 20px;
}
.foot-link a {
  text-decoration: none;
  color: #cccccc;
  font-size: 12px;
}
.foot-link > a.active {
  text-decoration: underline;
  color: #fdc82f;
}
footer ul.regular li {
  background-attachment: scroll;
  background: url(../../assets/img/white-arrow.png) no-repeat 0 5px;
  padding-left: 15px;
  margin-top: 5px;
  margin-left: 0;
}
footer ul.regular, footer ul.nav {
  margin-left: 0;
  list-style: none;
}
footer h5 {
  color: #e8e8e8;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.verybottom {
  padding-top: 30px;
  background: #000000;
}
.credits {
  text-align: right;
}
.centered {
  text-align: center;
}
.spacer50 {
  height: 50px;
}
.material_icon_alignment {
  display: inline-flex;
  vertical-align: middle;
}
.preload-loader {
  width: 100%;
  text-align: center;
}
.get-in-touch {
  background-color: #df600f;
  background: #df600f;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  padding: 0px 15px;
  font-size: 1rem;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 32px 0 0 0;
  white-space: nowrap;
}
.get-in-touch:hover {
  color: #fff;
}
/* ============ font awesome icons ===================== */
ul.the-icons {
  list-style: none;
  margin-left: 0;
}
[class^="icon-"], [class*=" icon-"] {
  float: none;
}
.icon-square, .icon-rounded, .icon-plain, .icon-circled {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
}
.icon-rounded {
  background-color: #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.icon-circled {
  background-color: #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.icon-square {
  background-color: #000;
}
.icon-plain {
  width: 48px;
  height: 48px;
  font-size: 47px;
  line-height: 50px;
  color: #000;
  text-shadow: 1px 1px 1px #FFF;
}
.icon-plain:hover {
  color: #777;
}
/* circled radius */
.icon-circled {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.icon-64.icon-circled {
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
}
.icon-128.icon-circled {
  border-radius: 64px;
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
}
.icon-light {
  background-color: #F5F5F5;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}
.icon-rounded:hover, .icon-circled:hover {
  color: #fff;
  text-shadow: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.demoicon [class^="icon-"], .demoicon [class*=" icon-"], [class^="icon-"].left, [class*=" icon-"].left {
  float: left;
}
[class^="icon-"].active:hover, [class*=" icon-"].active:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
[class^="icon-"], [class*=" icon-"] {
  margin-top: 1px;
  margin-right: .3em;
}
/* custom size */
.icon-25 {
  width: 25px;
  height: 25px;
  padding: 4px;
  font-size: 14px;
  line-height: 16px;
}
.icon-32 {
  width: 32px;
  height: 32px;
  padding: 4px;
  font-size: 16px;
  line-height: 24px;
}
.icon-48 {
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 28px;
  line-height: 30px;
}
.icon-64 {
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 30px;
  line-height: 40px;
}
.icon-128 {
  width: 56px;
  height: 56px;
  padding: 36px;
  font-size: 54px;
  line-height: 60px;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
}
/********************************************************************/
/* 2. MAIN CONTENT STYLES
*********************************************************************/
/*-------------------------------------------------------------------*/
/* 2.1 Home
---------------------------------------------------------------------*/
.intro {
  max-width: 100%;
  background: #f5f5f5 url(../../assets/img/head-shadow.png) no-repeat top center;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
  /* margin-bottom: 20px; */
}
.slider-info h1 {
  background: #df600f;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  padding: 0px 7px;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -1px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 6px 0;
}
.slider-info h2 {
  color: #fff;
  background: #000000;
  padding: 4px 6px;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 24px 0;
}
.slider-info p {
  color: #3c4549;
  width: 80%;
  font-size: 17px;
  line-height: 27px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin: 0 0 28px;
}
.slider-img {
  /* padding-top: 60px; */
}
.carousel-inner {
  padding: 30px 0;
}
.next > span {
  background: url(../img/icons/sec-next.png) no-repeat;
}
.features h4 {
  margin-top: 2px;
  font-size: 18px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  display: inline;
}
.btn-inverse {
  background: #3c3c3c;
  margin-right: 5px;
}
.home-posts .entry-body .title {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 0 0 0;
  font-weight: 700;
}
.post-image img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.buttonSml {
  padding: 1px 10px;
}




/*-------------------------------------------------------------------*/
/* 2.2 Training Courses
---------------------------------------------------------------------*/
.training-courses-banner-img {
  background-image: url('../../assets/img/banners/banner-1.jpg');
  background-size: cover !important;
}
.course-cards {
  width: 100%;
  padding-bottom: 60px;
  background-color: #f0f0f0;
}
.course-card-graphic {
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}
h5.course-card-title {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px 0 10px;
}
.course-card-text {
  padding: 10px 10px 0 10px;
}
.course-page-graphic {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom:30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.course-cards-action-buttons {
  position: absolute;
  bottom: 0;
  padding-bottom: 15px;
  text-align: center;
  padding-left: 15px;
}
.align-items-stretch {
  margin-bottom: 20px;
}
.read-more-button {
  background-color: transparent;
  border: 0;
  color: #df600f;
  padding-left: 0;
  cursor: pointer;
}
.read-more-button-x {
  cursor: pointer;
}
.card-footer {
  padding: 0.75rem 0.8rem;
}
.course-description-text {
  line-height: 1.7;
  padding-bottom: 30px;
}
.course-description-text ol, .course-description-text ul {
  padding-left: 20px;
  padding-top: 10px;
}
.course-description-text p {
  margin: 0;
  padding: 0;
}
.bookable-course {
  color: #df600f;
  font-weight: bold;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.course-side-details label {
  margin-bottom: 0;
}
.course-side-details {
  padding-bottom: 15px;
}
/*-------------------------------------------------------------------*/
/* 2.3.1 Consultancy Services
---------------------------------------------------------------------*/
.consultancy-banner-img {
  background-image: url('../../assets/img/banners/banner-11.jpg');
  background-size: cover !important;
}
/*-------------------------------------------------------------------*
2.3.2 ISO 9001 Compliance Assistance
---------------------------------------------------------------------*/
.iso9001-banner-img {
  background-image: url('../../assets/img/banners/banner-2.jpg');
  background-size: cover !important;
}
/*-------------------------------------------------------------------*
2.3.3 Health & Safety Evaluation
---------------------------------------------------------------------*/
.evaluation-banner-img {
  background-image: url('../../assets/img/banners/banner-5.jpg');
  background-size: cover !important;
}

/*-------------------------------------------------------------------*
2.3.4 Occupational Health Medicals
---------------------------------------------------------------------*/
.health-medicals-banner-img {
  background-image: url('../../assets/img/banners/banner-13.jpg');
  background-size: cover !important;
}
/*-------------------------------------------------------------------*
2.3.5 Construciton Health & Safety File
---------------------------------------------------------------------*/
.safety-file-banner-img {
  background-image: url('../../assets/img/banners/banner-9.jpg');
  background-size: cover !important;
}
/*-------------------------------------------------------------------*
2.3.6 First Aid Kits
---------------------------------------------------------------------*/
.first-aid-kit-banner-img {
  background-image: url('../../assets/img/banners/banner-8.jpg');
  background-size: cover !important;
}
.fak-items-container {
  padding: 20px 0;
}
.fak-item {
  border-top: 1px solid #ccc;
  padding: 10px;
}
.modal-lg {
  max-width: 1000px;
}
.modal-title {
  font-weight: bold;
}
/*-------------------------------------------------------------------*
2.3.7 Safety Posters
---------------------------------------------------------------------*/
.safety-posters-banner-img {
  background-image: url('../../assets/img/banners/banner-4.jpg');
  background-size: cover !important;
}
.poster-group div {
  text-align: center;
  padding-top: 20px;
}
.poster-group img {
  padding: 5px;
  border: 1px solid #ececec;
}
/* pricing box */
.priceBox {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 70px;
  display: block;
  float: left;
  margin-right: -1px;
  text-align: center;
}
.priceBox hr {
  margin: 0;
}
.priceBox span {
  display: block;
  padding: 10px 0;
}
.priceBox .emphasis {
  font-size: 30px;
  color: #333;
  background: #fcfcfc;
  padding-top: 16px;
}
.priceBox .emphasis em {
  font-style: italic;
  color: #808080;
  font-size: 11px;
  display: block;
}
.priceBox .light {
  margin: 0;
  padding: 15px 0;
  color: #333;
}
.priceBox .btn {
  margin: 10px 0;
}
.priceBox .emphasis-2 {
  background: #fcfcfc;
}
.priceBox.special {
  margin-top: -10px;
}
.priceBox.special .emphasis {
  color: #fff;
}
.priceBox.special .emphasis em {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.priceBox.special .light {
  padding: 20px 0;
}
.priceBox.special .btn {
  margin: 15px 0;
}
.priceBox.item3 {
  width: 100%;
}
/*-------------------------------------------------------------------*
2.4.1 Company Profile
---------------------------------------------------------------------*/
.company-profile-banner-img {
  background-image: url('../../assets/img/banners/banner-3.jpg');
  background-size: cover !important;
}

/*-------------------------------------------------------------------*
2.4.2 Accreditation
---------------------------------------------------------------------*/
.accreditation-banner-img {
  background-image: url('../../assets/img/banners/banner-9.jpg');
  background-size: cover !important;
}
.certification-group {
  padding-bottom: 50px;
}
.certification-group div {
  text-align: center;
}
.certification-group img {
  width: 100%;
  max-width: 200px;
  border: 1px solid #ececec;
}
.logo-group div {
  text-align: center;
}
.logo-group img {
  width: 100%;
  max-width: 240px;
}
/*-------------------------------------------------------------------*
2.4.3 Pricing & Information
---------------------------------------------------------------------*/
.pricing-banner-img {
  background-image: url('../../assets/img/banners/banner-15.jpg');
  background-size: cover !important;
}
/*-------------------------------------------------------------------*
2.5 Courses Calendar
---------------------------------------------------------------------*/
.course-calendar-profile-banner-img {
  background-image: url('../../assets/img/banners/banner-10.jpg');
  background-size: cover !important;
}
#calendar {
  margin: 0 auto;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 1px 2px #C3C3C3;
}
.fc-toolbar.fc-header-toolbar {
  padding: 15px 10px 0px;
}
th.fc-day-header.fc-widget-header {
  line-height: 30px;
  font-weight: normal;
  font-size: 16px;
  background: #fafafa;
}
.fc-event {
  line-height: 25px;
  font-size: 13px;
}
.fc-time, .fc-title {
  color: #ffffff;
}
a.cape-town, .cape-town > td > span.fc-event-dot, .cape-town-block {
  background-color: #6ec4db !important;
  border: 1px solid #6ec4db !important;
  cursor: pointer;
}
a.durban, .durban > td > span.fc-event-dot, .durban-block {
  background-color: #fa7c92 !important;
  border: 1px solid #fa7c92 !important;
  cursor: pointer;
}
a.pretoria, .pretoria > td > span.fc-event-dot, .pretoria-block {
  background-color: #66ab8c !important;
  border: 1px solid #66ab8c !important;
  cursor: pointer;
}
a.johannesburg, .johannesburg > td > span.fc-event-dot, .johannesburg-block {
  background-color: #fba100 !important;
  border: 1px solid #fba100 !important;
  cursor: pointer;
}
.cape-town-block, .durban-block, .pretoria-block, .johannesburg-block {
  width: 10px;
  padding: 0 7px;
  margin: 0 5px 0 15px;
  border-radius: 4px;
}
.calendar-legend {
  text-align: center;
}
.fc-unthemed td.fc-today {
  background: #ececec;
}
.fc-event-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
/*-------------------------------------------------------------------*
2.6 Contact
---------------------------------------------------------------------*/
.contact-banner-img {
  background-image: url('../../assets/img/banners/banner-11.jpg');
  background-size: cover !important;
}
.aside {
  padding: 20px 15px 0 15px;
  margin: 0 0 30px 0;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aside .widget h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.aside ul {
  list-style-type: none;
}
.form-control {
  border-radius:0;
  font-size: 14px;
}
.text-muted {
  color:#cc0000!important;
  display: none;
}
.form-group {
  padding-bottom: 20px;
}
.form-group label {
  margin-bottom: 0px;
}
.loading {
  height: 285px;
  width: 100%;
  margin: 0px auto;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 10000;
  position: fixed;
  text-align: center;
  display: none;
}
.loading-text {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
/*-------------------------------------------------------------------*
2.7 Request a Booking
---------------------------------------------------------------------*/
/*-------------------------------------------------------------------*
2.8 Request a Course Quote
---------------------------------------------------------------------*/
.request-a-quote-banner-img {
  background-image: url('../../assets/img/banners/banner-15.jpg');
  background-size: cover !important;
}
.fieldRequired {
  border: 1px solid #dc0000;
}
.fieldError {
  font-size: 11px;
  color: #dc0000;
  height: 118px;
}
.form-group {
  margin-bottom: 0rem;
}
/*-------------------------------------------------------------------*
2.9 Request a Custom Quote
---------------------------------------------------------------------*/

/********************************************************************/
/* 3. GLOBAL RESPONSIVE
*********************************************************************/
/*-------------------------------------------------------------------*/
/* 3.1 Responsive Style
---------------------------------------------------------------------*/
@media only screen and (max-width: 450px) {
  .jumbotron {
      background-size: auto 100%;
      background-position: top left;
  }
}
.x {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
