@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.5px;
}

h1 {
  font-size: 60px;
  letter-spacing: -0.05em;
  line-height: 1.25;
  letter-spacing: 1.3px;
}

h2 {
  font-size: 28px;
  line-height: 1.5;
}

p {
  font-family: "Noto Sans", sans-serif;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.nav-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .nav-wrapper {
    flex-wrap: nowrap;
  }
}
.nav-wrapper nav {
  display: flex;
  align-items: center;
}

.logo {
  padding: 20px;
}
@media (min-width: 1024px) {
  .logo {
    text-decoration: none;
    flex: 0 0 25%;
    padding-bottom: 10px;
  }
}

.memberBtn {
  margin: 5px;
}
.memberBtn a {
  margin-top: 12px;
  display: block;
  background-color: #1C75BC;
  color: #fff;
  padding: 8px 10px 8px 35px;
  border-radius: 5px;
  background-image: url("/assets/img/user.svg");
  background-position: 5px 3px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 10px 15px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
}
.memberBtn a:hover {
  color: #fff;
  background-color: #155990;
}
@media (min-width: 1024px) {
  .memberBtn {
    margin: 0 0 0 10px;
  }
}

header {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.4);
}

.nav {
  align-self: center;
}

.nav-button {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 15px;
  line-height: 30px;
  color: #1C75BC;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-button:hover {
  color: #000;
}

.nav-dropdown-content .nav-button:not(:only-child):after {
  padding-left: 0;
  content: "";
}

.nav-button:not(:only-child):after {
  padding-left: 4px;
  content: "  ▾";
}

.nav-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}

.nav-dropdown-hover:hover .nav-dropdown-content {
  display: block;
}

.nav-dropdown-content {
  cursor: auto;
  display: none;
  position: absolute;
  margin-top: 15px;
  margin: 0;
  text-align: left;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.headerTitle {
  font-size: 14px;
  padding: 10px 0 0 0;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .headerTitle {
    font-size: 20px;
  }
}

.nav-dropdown-content a {
  min-width: 280px;
  text-align: left;
  font-size: 13px;
  padding: 8px 15px;
  color: #1C75BC;
  line-height: 27px;
  background: rgba(255, 255, 255, 0.9);
}

.nav-header {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.toplinks {
  justify-content: flex-end;
  padding: 0 10px;
}

.navtitle {
  flex: 1 0 1;
  align-self: center;
  display: flex;
  flex-direction: row;
}
.navtitle img {
  padding: 10px;
}
@media (min-width: 1024px) {
  .navtitle {
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navtitle {
    flex: 1 0 40%;
    padding: 19px 0;
  }
}
.navtitle .logo {
  flex: 0 0 25%;
}
@media (min-width: 1024px) {
  .navtitle .logo {
    width: 100%;
    min-width: 250px;
  }
}

.nav-btn {
  display: none;
}

.nav-header {
  padding: 0 0 10px 0;
}

.nav-header img {
  width: 70%;
}
@media (min-width: 1024px) {
  .nav-header img {
    width: 80%;
  }
}

.nav-container {
  padding: 2px;
  display: flex;
}
@media (min-width: 1024px) {
  .nav-container {
    max-width: 1400px;
    margin: 0 auto;
  }
}

.nav-links {
  flex: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-links {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .nav-links {
    flex-direction: row;
  }
}
.nav-links > a {
  display: inline-block;
  text-decoration: none;
  color: #848789;
  font-weight: 300;
  padding: 0 20px;
  font-size: 17px;
  margin-top: -10px;
}

#nav-check {
  display: none;
}

@media (max-width: 768px) {
  .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 27px;
  }

  .nav-btn > label:hover,
#nav-check:checked ~ .nav-btn > label {
    background-color: inherit;
  }

  .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 5px;
    border-top: 3px solid #25285d;
  }

  .nav-container {
    position: absolute;
    display: none;
    width: 100%;
    padding: 0px;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 75px;
    left: 0px;
    z-index: 99;
  }
  .nav-container a {
    display: block;
    width: auto;
    color: #848789;
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 20px;
  }
}
@media (max-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .nav-container {
    top: 75px;
  }
}
@media (max-width: 768px) {
  .nav-container .memberBtn a {
    margin-top: 12px;
    display: block;
    background-color: #1C75BC;
    color: #fff;
    padding-left: 60px;
    border-radius: 5px;
    background-image: url("/assets/img/user.svg");
    background-position: 1px 0px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin: 10px 15px;
  }
}
@media (max-width: 768px) {
  #nav-check:not(:checked) ~ .nav-container {
    height: 0px;
  }
}
@media (max-width: 768px) {
  #nav-check:checked ~ .nav-container {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .nav-dropdown-hover {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nav-dropdown-content {
    cursor: auto;
    display: flex;
    flex-wrap: wrap;
    position: unset;
    padding: 0;
    font-size: 17px;
    display: none;
  }
  .nav-dropdown-content a {
    width: 100%;
    text-align: left;
    color: #848789;
    font-size: 15px;
  }
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}
.nav-mobile #nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0;
}
.nav-mobile #nav-toggle span {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #1C75BC;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
.nav-mobile #nav-toggle span:before, .nav-mobile #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #1C75BC;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
.nav-mobile #nav-toggle span:before {
  top: 10px;
}
.nav-mobile #nav-toggle span:after {
  bottom: 10px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

footer {
  background: #00B5D5;
}

.footer {
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.footer h2 {
  padding: 15px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.footer p {
  line-height: 18px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .footer p {
    line-height: 10px;
  }
}

.footer-col-1 {
  flex: 1 0 100%;
  align-self: center;
}
.footer-col-1 svg {
  width: 40%;
  padding: 10px;
}
@media (min-width: 1024px) {
  .footer-col-1 svg {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .footer-col-1 {
    flex: 1 0 15%;
  }
}

.footer-col-2 {
  flex: 1 0 80%;
  margin: 10px 20px;
}
.footer-col-2 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.footer-col-2 a:hover {
  color: #000;
}
@media (min-width: 1024px) {
  .footer-col-2 {
    flex: 1 0 30%;
  }
}
.footer-col-2 .socialmedia a {
  padding-right: 10px;
}
.footer-col-2 .socialmedia img {
  width: 32px;
}

.footer-col-3 {
  flex: 2 0 50%;
  display: flex;
  flex-wrap: wrap;
}
.footer-col-3 ul {
  padding: 0 20px;
  width: 300px;
}
@media (min-width: 1024px) {
  .footer-col-3 ul {
    width: 100%;
  }
}
.footer-col-3 li {
  list-style: none;
  padding-bottom: 10px;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .footer-col-3 li {
    margin: 10px;
  }
}
.footer-col-3 li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 500;
}
.footer-col-3 li a:hover {
  color: #000;
}

.footer-link-col {
  flex: 1;
}

.footnote-wrapper {
  background: #000;
  padding: 15px;
}

.footnote {
  max-width: 1400px;
  margin: 0 auto;
}
.footnote p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.footer-link-col .memberBtn {
  margin: 20px 5px;
}

.footer-link-col .memberBtn a {
  background-color: #1C75BC;
  color: #fff;
  padding: 10px 20px 10px 45px;
  margin: 10px 0;
  border-radius: 5px;
  background-image: url("/assets/img/user.svg");
  background-position: 3px 0px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.footer-link-col .memberBtn a:hover {
  background: #155990;
  background-image: url("/assets/img/user.svg");
  background-position: 3px 0px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fff;
  border: none;
}

.footer-logo {
  width: calc(100% - 40px);
  max-width: 200px;
  height: auto;
  padding: 20px;
}

.form {
  font-family: "Noto Sans", sans-serif;
}
.form input {
  width: 80%;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10px;
  border: 1px solid #333;
}
.form select {
  width: 81.5%;
  height: 40px;
  margin: 10px 0px;
  background: #fff;
  border: 1px solid #333;
}
.form textarea {
  width: 80%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 10px;
}
.form button {
  padding: 15px 40px;
  border: none;
  background: #376937;
  color: #fff;
  border-radius: 10px;
}
.form button:hover {
  background: #fff;
  color: #376937;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}

.info {
  margin: 40px 0;
}

.contactError {
  background: rgba(164, 30, 34, 0.2);
  width: 80%;
  padding: 5px;
  margin: 15px;
  border-radius: 10px;
}
.contactError ul {
  text-align: left;
}
.contactError li {
  padding: 5px;
  color: #376937;
}

.pagination-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pagination li {
  display: inline-block;
}
.pagination li.active span {
  background-color: #376937;
  color: white;
}
.pagination li.disabled {
  display: none;
}
.pagination li:hover:not(.active) a, .pagination li:hover:not(.disabled) a {
  background-color: #6ab43e;
}
.pagination li a,
.pagination li span {
  color: #5a5c55;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination-post {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  color: #00B5D5;
  border-top: 1px solid #e9e9e9;
  padding: 10px 0;
}
.pagination-post a {
  font-weight: 600;
  text-decoration: none;
  color: #848789;
}
.pagination-post a:hover {
  color: #1C75BC;
}

.previous {
  flex: 1 0 50%;
  font-weight: 600;
}

.next {
  flex: 1 0 50%;
  text-align: right;
  font-weight: 600;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.col {
  margin-bottom: 25px;
}

/* Accordion styles */
.tabs {
  overflow: hidden;
  font-family: "Noto Sans", sans-serif;
  padding: 0 0 20px 0;
}
.tabs h3 {
  font-size: 18px;
}
.tabs ol, .tabs ul {
  margin: 0;
}
.tabs p {
  padding: 10px;
  line-height: 25px;
  color: #848789;
}

.tab {
  width: 100%;
  color: #848789;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}
.tab-label {
  display: flex;
  padding: 15px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  /* Icon */
}
.tab-label h3 {
  color: #5a5c55;
  font-size: 18px;
}
.tab-label:hover {
  color: #6ab43e;
}
.tab-label::after {
  content: "+";
  padding: 0 10px 0 0;
  text-align: right;
  transition: all 0.35s;
  color: #00B5D5;
  font-size: 25px;
}
@media (min-width: 1024px) {
  .tab-label {
    font-size: 16px;
  }
}
.tab-content {
  max-height: 0;
  color: #848789;
  padding: 0 8px;
  transition: all 0.35s;
  line-height: 23px;
  margin: 0;
}
.tab-content p {
  padding: 0 0.5em;
}
.tab-content a {
  color: #848789;
  text-decoration: underline;
}
.tab-content a:hover {
  color: #6ab43e;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 0 2em;
  font-size: 0.75em;
  cursor: pointer;
}
.tab-close:hover {
  background: #e9e9e9;
}

input:checked + .tab-label::after {
  content: "-";
}
input:checked ~ .tab-content {
  max-height: 100%;
  padding: 0em 5px;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

a {
  cursor: pointer;
}

.top-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
}

.top-image-about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}

/* Home page style */
.wrapper {
  background: #fff;
}

.wrapper-light {
  background: #e9e9e9;
}

.wrapper-dark {
  background: #5a5c55;
}

.mid-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.mid-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.bottom-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 50px 0;
  text-align: center;
}
.bottom-wrapper h3 a {
  font-size: 24px;
  text-decoration: none;
  color: #5a5c55;
}
.bottom-wrapper h3 a:hover {
  color: #1C75BC;
}
.bottom-wrapper p {
  color: #848789;
}

.mid-col {
  flex: 1;
}

.col1 {
  padding: 10px;
  text-transform: uppercase;
  align-self: center;
}
.col1 h3 {
  text-align: center;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1024px) {
  .col1 h3 {
    text-align: right;
  }
}

.col2 {
  padding: 10px;
  text-align: center;
}
.col2 input[type=text] {
  width: 300px;
  color: #e9e9e9;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  background-color: white;
  background-image: url("/assets/img/searchicon.png");
  background-position: 265px 7px;
  background-repeat: no-repeat;
  padding: 7px 20px 7px 10px;
  transition: width 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .col2 {
    text-align: left;
  }
}

.mid-text {
  text-align: center;
  padding: 10px;
}
.mid-text h2 {
  text-transform: uppercase;
  padding: 10px;
  line-height: 30px;
  color: #5a5c55;
}
.mid-text h3 {
  font-size: 18px;
}
.mid-text p {
  padding: 10px;
  line-height: 35px;
  color: #848789;
}

.icon {
  padding: 10px;
  display: flex;
  justify-content: center;
}
.icon img {
  width: 200px;
}

/* Pattern styles */
.content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 250px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .content-wrapper {
    flex-direction: row;
  }
}

.left-half-background {
  background-color: #e9e9e9;
  display: flex;
  flex: 1 0 50%;
}
@media (min-width: 1024px) {
  .left-half-background {
    justify-content: flex-end;
    align-items: center;
  }
}

.right-half-background {
  background-color: #ed7842;
  display: flex;
  flex: 1 0 50%;
}
@media (min-width: 1024px) {
  .right-half-background {
    justify-content: flex-start;
    align-items: center;
  }
}

.left-half {
  position: relative;
  margin: 40px;
  display: flex;
  flex-wrap: wrap;
}
.left-half h2,
.left-half p {
  text-transform: uppercase;
  color: #1C75BC;
}
.left-half h4 {
  padding: 10px 0;
}
.left-half ul {
  padding: 0 5px;
}
.left-half li {
  list-style: none;
  padding: 10px 0;
}
.left-half li a {
  color: #1C75BC;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.left-half li a:hover {
  color: #155990;
}
@media (min-width: 1024px) {
  .left-half {
    padding: 15px 25px 40px 25px;
  }
}

.left-header {
  width: 100%;
}

.link-col {
  flex: 1 0 100%;
}
.link-col h2 {
  color: #5a5c55;
}
@media (min-width: 1024px) {
  .link-col {
    flex: 1;
  }
}

.right-half {
  position: relative;
  margin: 40px;
  color: #fff;
  padding-bottom: 20px;
}
.right-half .date {
  padding: 20px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.right-half h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
}
.right-half h3 a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 3px;
}
.right-half h3 a:hover {
  color: #7b1222;
}
.right-half p {
  font-weight: 300;
}
.right-half .news-content {
  padding: 5px 0 20px 5px;
  margin: 15px 0;
}
.right-half .button a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.right-half .button a:hover {
  color: #fff;
  border: 1px solid #7b1222;
  background: #7b1222;
}
@media (min-width: 1024px) {
  .right-half {
    padding: 15px 25px 40px 25px;
  }
}

.dateicons {
  background: url("/assets/img/date_icon_color-copy.png") no-repeat top center;
  width: 52px;
  height: 52px;
  margin: 20px auto;
  background-size: 52px 52px;
}

.event-content {
  margin: 15px;
  padding: 20px;
}
.event-content h3 a:hover {
  color: #1C75BC;
}

.button a {
  text-decoration: none;
  color: #1C75BC;
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #1C75BC;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.button a:hover {
  color: #fff;
  border: 1px solid #1C75BC;
  background: #1C75BC;
}

/* about style */
.about-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.left-sidebar {
  flex: 1 0 20%;
  margin: 10px;
}
.left-sidebar h4 {
  padding-bottom: 10px;
  padding-top: 5px;
}
.left-sidebar h4 a {
  text-transform: uppercase;
  color: #1C75BC;
  text-decoration: none;
}
.left-sidebar h4 a:hover {
  color: #155990;
}
.left-sidebar ul {
  padding: 0px;
  margin: 5px 0;
}
.left-sidebar li {
  list-style: none;
  padding: 10px 0 10px 10px;
  border-bottom: 2px solid #e9e9e9;
}
.left-sidebar li a {
  text-decoration: none;
  color: #848789;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.left-sidebar li a:hover {
  color: #00B5D5;
}
@media (max-width: 768px) {
  .left-sidebar {
    flex: 1 0 70%;
    margin: 20px;
  }
}

.right-side-content {
  flex: 1;
  margin: 0;
  padding: 10px 10px;
}
.right-side-content h1 {
  color: #376937;
}
@media (min-width: 1024px) {
  .right-side-content {
    flex: 2 0 70%;
    margin: 0 20px;
  }
}
.right-side-content .mid-text {
  text-align: left;
  padding: 0;
}
.right-side-content .mid-text iframe {
  height: 300px;
}
.right-side-content .mid-text img {
  width: 100%;
}
.right-side-content .mid-text h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: #1C75BC;
  padding: 10px 0 10px 0;
  line-height: 35px;
}
@media (min-width: 1024px) {
  .right-side-content .mid-text h1 {
    font-size: 40px;
  }
}
.right-side-content .mid-text h2 {
  padding: 10px 0;
  text-transform: uppercase;
  color: #1C75BC;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .right-side-content .mid-text h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.right-side-content .mid-text h3 {
  text-transform: uppercase;
  padding: 10px 0;
  color: #5a5c55;
  line-height: 25px;
}
.right-side-content .mid-text p {
  padding: 0;
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .right-side-content .mid-text p {
    font-size: 16px;
    line-height: 30px;
  }
}
.right-side-content ol {
  padding: 0 25px;
}
.right-side-content ul {
  padding: 0 25px;
}
.right-side-content li {
  padding: 5px;
  letter-spacing: 1.2px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #848789;
}
@media (min-width: 1024px) {
  .right-side-content li {
    font-size: 16px;
    line-height: 30px;
  }
}
.right-side-content li a {
  color: #848789;
  text-decoration: underline;
}
.right-side-content li a:hover {
  color: #00B5D5;
}
.right-side-content a {
  color: #848789;
  text-decoration: underline;
}
.right-side-content a:hover {
  color: #00B5D5;
}

/* committee style */
.committee-title {
  display: flex;
  flex-wrap: wrap;
}
.committee-title h3 {
  width: 100%;
  padding: 15px 0;
  text-transform: uppercase;
  color: #5a5c55;
}
.committee-title p {
  width: 100%;
  font-weight: 400;
  line-height: 28px;
  color: #848789;
}

.committee-name {
  flex: 1 0 100%;
  margin: 10px 5px 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
.committee-name p {
  align-self: center;
  padding: 10px 0 10px 0;
  line-height: 0;
}
@media (min-width: 1024px) {
  .committee-name {
    flex: 0 1 47%;
  }
}

/* contact style */
.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.contact-details {
  flex: 1 0 100%;
}
.contact-details h3 {
  color: #5a5c55;
  padding: 10px 0;
}
.contact-details h4 {
  color: #848789;
  line-height: 28px;
}
.contact-details p {
  color: #848789;
  line-height: 28px;
  font-size: 16px;
  padding: 0 10px 0 0;
}
@media (min-width: 1024px) {
  .contact-details {
    flex: 1;
  }
}

.teams {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.teaminfo {
  flex: 1 0 100%;
}
.teaminfo img {
  max-width: 100%;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .teaminfo img {
    flex: 1;
    max-width: 300px;
  }
}
.teaminfo h3 {
  padding: 10px 0;
}
.teaminfo p {
  padding: 3px 0;
  margin: 0;
}
.teaminfo a {
  font-size: 15px;
  text-decoration: none;
  color: #1C75BC;
  letter-spacing: 0;
}
.teaminfo a:hover {
  color: #00B5D5;
}
@media (min-width: 1024px) {
  .teaminfo {
    flex: 1;
  }
}

/* contact style */
h3 {
  text-transform: uppercase;
  color: #1C75BC;
}

.councilmembers {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 20px 0;
}

.council-col {
  flex: 1 0 50%;
  font-size: 13px;
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .council-col {
    flex: 1 0 50%;
    padding: 15px 20px;
    margin: 0 5px 5px 0;
    font-size: 16px;
  }
}

.fee-header {
  background: #7b1222;
  color: #ffffff;
}

.council-title {
  border-right: 1px solid #e9e9e9;
  flex: 1;
  align-self: center;
}
.council-title h4 {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  line-height: 20px;
}

.council-name {
  flex: 1;
  align-self: center;
}
.council-name p {
  margin: 0 10px;
  padding: 0;
  letter-spacing: 1px;
  line-height: 20px;
}

ul.checkmark {
  padding: 0 10px;
}

.checkmark li {
  list-style: none;
}

/* Collaout Section */
.callout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .callout {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
  }
}
.callout h2 {
  color: #ffffff;
  font-weight: 700;
  padding: 0 10px;
  font-size: 22px;
}
.callout button {
  align-self: flex-end;
  background-color: #1C75BC;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  margin: 10px auto;
}
.callout button > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 2px;
}
.callout button:hover {
  background-color: #ffffff;
}
.callout button:hover > a {
  color: #155990;
}
@media (min-width: 1024px) {
  .callout h2 {
    font-size: 28px;
  }
  .callout button {
    margin: 0 10px;
  }
}

.blog-content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
}

.blog-col-left {
  flex: 1 0 100%;
}
@media (min-width: 1024px) {
  .blog-col-left {
    flex: 1;
  }
}

.blog-col-right {
  flex: 2;
  padding: 20px;
}
.blog-col-right h3 {
  margin: 0 0 20px 0;
}
.blog-col-right a {
  text-transform: uppercase;
  color: #00B5D5;
  text-decoration: none;
}
.blog-col-right a:hover {
  color: #1C75BC;
}
.blog-col-right .readbtn {
  display: inline-block;
  text-align: center;
  padding: 10px 50px;
  background: #00B5D5;
  color: #FFF;
  margin: 20px 0;
  font-weight: 400;
  letter-spacing: 1.2px;
  cursor: pointer;
}
.blog-col-right h2 {
  padding: 5px 0;
}
.blog-col-right p {
  color: #848789;
  line-height: 30px;
}
.blog-col-right .readbtn:hover {
  background: #1C75BC;
  color: #FFF;
}

.news-head-img {
  width: 100%;
  height: 150px;
  background-color: #FFF;
}

.news-head {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0;
}
.news-head h1 {
  color: #00B5D5;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.news-img {
  text-align: center;
}
.news-img img {
  width: 90%;
}
@media (min-width: 1024px) {
  .news-img img {
    width: 100%;
  }
}

.news-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .news-wrapper {
    flex-direction: row;
  }
}

.news-col-left {
  padding: 0 20px;
  flex: 2;
}
.news-col-left h2 {
  color: #1C75BC;
  text-transform: uppercase;
  padding: 20px 0 0 0;
}
.news-col-left p {
  color: #848789;
  line-height: 28px;
}
.news-col-left ul {
  padding: 0;
  margin: 20px 0 0 0;
}
.news-col-left li {
  padding: 10px;
  font-weight: 400;
  color: #848789;
  margin: 0 25px 0 25px;
  letter-spacing: 1.2px;
}
.news-col-left a {
  color: #00B5D5;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.news-col-left a:hover {
  color: #1C75BC;
}

.news-col-right {
  padding: 0 0 20px 20px;
  flex: 1;
}
.news-col-right ul {
  padding: 0;
  margin: 20px 0 0 0;
}
.news-col-right li {
  list-style: none;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
}
.news-col-right a {
  color: #00B5D5;
  text-decoration: none;
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.news-col-right a:hover {
  color: #1C75BC;
}

.date {
  font-weight: 500;
  display: block;
  margin: 15px 0;
}
.date p {
  color: #1C75BC;
  letter-spacing: 1px;
}

.careerpostContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.careerpostContainer h3, .careerpostContainer h4 {
  padding: 20px;
}
.careerpostContainer a {
  color: #1C75BC;
}
.careerpostContainer a:hover {
  color: #00B5D5;
}

.careerpostCol {
  margin-top: 15px;
  flex: 1;
  justify-content: space-between;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.teamimg {
  width: 100%;
}
