/* Basic style  ======================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* Mixin  ======================*/
/* colors  ======================*/
/* font  ======================*/
html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  overflow-y: scroll; }

body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #485156;
  font-size: 16px;
  background: #FFFFFF;
  font-family: "Arial";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

h1 {
  font-size: 2.25rem;
  line-height: 1.11111;
  letter-spacing: 0em; }

h2 {
  font-size: 2rem;
  line-height: 1.125;
  letter-spacing: 0em; }

h3 {
  font-size: 1.57625rem;
  line-height: 1.42744;
  letter-spacing: 0em; }

h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0em; }

h5 {
  font-size: 1.125rem;
  line-height: 1.33333;
  letter-spacing: 0em; }

h6 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em; }

a:hover, a:focus {
  outline: 0; }

a {
  text-decoration: none !important; }

.list-styled {
  list-style: none; }

.text-uppercase {
  text-transform: uppercase; }

.hidden {
  display: none !important; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1200px) {
  .container {
    max-width: 767px; } }

/* header style css =============*/
.header {
  padding-top: 25px; }
  .header .navbar {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header .navbar .navbar-brand {
      padding: 0;
      margin-right: 20px; }
    .header .navbar .navbar-text {
      padding: 0; }
      .header .navbar .navbar-text h3 {
        color: #543f80;
        font-weight: normal;
        font-family: "Arial"; }

/* main content style css ==========*/
.main-content .content-wrapper {
  padding-bottom: 35px; }
  .main-content .content-wrapper .media {
    display: inline-block; }
  .main-content .content-wrapper h4 {
    color: #485156;
    max-width: 480px;
    font-weight: normal;
    display: inline-block;
    font-size: 1.23625rem;
    line-height: 1.40192;
    letter-spacing: 0em; }
  .main-content .content-wrapper h3 {
	color: #543f80;
	font-weight: bold;
	font-family: "Arial";
	font-size: 1.4425rem;
	line-height: 1.20017;
	letter-spacing: 0em; }
  .main-content .content-wrapper p {
    color: #485156;
    max-width: 550px;
    padding-left: 15px;
    font-family: "Arial";
    font-weight: normal;
    display: inline-block;
    font-size: 1.11125rem;
    line-height: 1.22216;
    letter-spacing: 0em; }
  .main-content .content-wrapper p.note {
    font-size: 23px;
    font-weight: bold;
    color: #49B6C0;
    padding-left: 0px;
    max-width: none; }
.main-content .content-wrapper ul.list-styled {
  padding-bottom: 22px; }
  .main-content .content-wrapper ul.list-styled li span {
    width: 100%;
    max-width: 60px;
    display: inline-block;
    font-family: "Arial";
    font-weight: normal;
    font-size: 1.11125rem;
    line-height: 1.22216;
    letter-spacing: 0em; }
  .main-content .content-wrapper ul.list-styled li a {
    color: #543f80;
    font-family: "Arial";
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.20722;
    letter-spacing: 0em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .main-content .content-wrapper ul.list-styled li a:hover, .main-content .content-wrapper ul.list-styled li a:focus {
      color: #485156; }	

.main-content .contact-us h3 {
  color: #543f80;
  font-weight: bold;
  font-family: "Arial";
  font-size: 1.4425rem;
  line-height: 1.20017;
  letter-spacing: 0em; }

.main-content .contact-us p {
  color: #485156;
  font-family: "Arial";
  font-weight: normal;
  padding-bottom: 20px;
  font-size: 1.11125rem;
  line-height: 1.22216;
  letter-spacing: 0em; }

.main-content .contact-us .address {
  color: #485156;
  font-family: "Arial";
  font-weight: bold;
  padding-bottom: 22px;
  font-size: 1.11125rem;
  line-height: 1.22216;
  letter-spacing: 0em; }

.main-content .contact-us ul.list-styled {
  padding-bottom: 22px; }
  .main-content .contact-us ul.list-styled li span {
    width: 100%;
    max-width: 60px;
    display: inline-block;
    font-family: "Arial";
    font-weight: normal;
    font-size: 1.11125rem;
    line-height: 1.22216;
    letter-spacing: 0em; }
  .main-content .contact-us ul.list-styled li a {
    color: #543f80;
    font-family: "Arial";
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.20722;
    letter-spacing: 0em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .main-content .contact-us ul.list-styled li a:hover, .main-content .contact-us ul.list-styled li a:focus {
      color: #485156; }

.main-content a.coming-soon {
  color: #49b6c0;
  font-family: "Arial";
  font-weight: normal;
  padding-bottom: 50px;
  font-size: 1.11125rem;
  line-height: 1.22216;
  letter-spacing: 0em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .main-content a.coming-soon:hover, .main-content a.coming-soon:focus {
    color: #543f80; }

/* 3 goats page style css ==========*/
.banner {
  padding: 30px 0 20px 0;
  text-align-last: center; }

.content {
  text-align-last: center; }
  .content h2 {
    color: #659833;
    font-weight: bold;
    font-family: "Arial";
    font-size: 1.86125rem;
    line-height: 1.70148;
    letter-spacing: 0em; }
  .content a {
    color: #000000;
    display: block;
    font-weight: bold;
    font-family: "Arial";
    font-size: 1.86125rem;
    line-height: 1.546;
    letter-spacing: 0em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .content a:hover, .content a:focus {
      color: #659833; }
  .content p {
    color: #000000;
    padding: 70px 0 70px 0;
    text-align: center;
    font-weight: normal;
    font-family: "Arial";
    font-size: 1.86125rem;
    line-height: 1.546;
    letter-spacing: 0em; }

/***********************************
MEDIA QUERIES
***********************************/
@media only screen and (max-width: 991px) {
  /* base style ============*/
  .container {
    padding-right: 15px;
    padding-left: 15px; }
  /* main content responsive style ============*/
  .main-content .content-wrapper h4 {
    max-width: 450px; } }

/* 991 */
@media only screen and (max-width: 767px) {
  /* main content responsive style ============*/
  .main-content .content-wrapper h4 {
    max-width: 100%; }
  .main-content .content-wrapper p {
    padding-left: 0;
    max-width: 100%; }
  .main-content .content-wrapper .media {
    padding-bottom: 10px; }
  .main-content .content-wrapper:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

/* 767 */
@media only screen and (max-width: 680px) {
  /* header responsive style ==========*/
  .header .navbar {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .header .navbar .navbar-brand {
      margin-right: 0;
      text-align: center; }
      .header .navbar .navbar-brand img {
        max-width: 80%; }
    .header .navbar .navbar-text h3 {
      font-size: 1.37625rem;
      text-align-last: center; } }

/* 680 */
@media only screen and (max-width: 480px) {
  /* header responsive style ==========*/
  .header {
    padding-top: 30px; }
  /* main content responsive style ==========*/
  .main-content .content-wrapper {
    padding-bottom: 30px; }
    .main-content .content-wrapper h4 {
      font-size: 1.04875rem;
      line-height: 1.47378;
      letter-spacing: 0em; }
    .main-content .content-wrapper p {
      font-size: 0.92375rem;
      line-height: 1.47023;
      letter-spacing: 0em; }
  .main-content .contact-us h3 {
    font-size: 1.255rem;
    line-height: 1.23008;
    letter-spacing: 0em; }
  .main-content .contact-us p {
    font-size: 1.04875rem;
    line-height: 1.29499;
    letter-spacing: 0em; }
  .main-content .contact-us .address {
    padding-bottom: 20px;
    font-size: 1.04875rem;
    line-height: 1.29499;
    letter-spacing: 0em; }
  .main-content .contact-us ul.list-styled {
    padding-bottom: 20px; }
    .main-content .contact-us ul.list-styled li span {
      font-size: 0.98625rem;
      line-height: 1.37706;
      letter-spacing: 0em; }
    .main-content .contact-us ul.list-styled li a {
      font-size: 1rem;
      line-height: 1.35813;
      letter-spacing: 0em; }
  .main-content a.coming-soon {
    padding-bottom: 40px;
    font-size: 1.04875rem;
    line-height: 1.29499;
    letter-spacing: 0em; }
  .banner {
    padding: 40px 0 15px 0; }
  .content h2 {
    font-size: 1.67375rem;
    line-height: 1.89208;
    letter-spacing: 0em; }
  .content a {
    font-size: 1.54875rem;
    line-height: 1.4544;
    letter-spacing: 0em; }
  .content p {
    padding: 45px 0 40px 0;
    font-size: 1.54875rem;
    line-height: 1.21227;
    letter-spacing: 0em; } }

/* 480 */