/*
	Theme Name: Parent Training WP Theme
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*    MAIN
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:700");
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  color: #444;
  font-size: 18px;
  font-family: 'Roboto', sans-serif; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*    PAGES
\*------------------------------------*/
/*------------------------------------*    IMAGES
\*------------------------------------*/
/*------------------------------------*	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; }

/*------------------------------------*    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

body {
  font-size: 18px; }

@media (max-width: 991px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 992px) {
  .mobile-only {
    display: none;
    display: none !important; } }

.header {
  padding: 20px 0 8px;
  position: relative; }

.full-width-menu {
  background: #fca02f; }

.nav > li > a:hover,
.nav > li > a:focus,
li.active > a,
.current-menu-parent > a {
  background-color: #fd6200; }

.nav > li > a {
  color: #fff; }

.dropdown-menu {
  background-color: #fe6000; }
  .dropdown-menu ul li a {
    color: #fff; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fe5f00;
  border-color: transparent; }

.dropdown-menu > li > a {
  color: #fff;
  padding: 10px 20px; }

.dropdown-menu {
  border: none; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #fc9f2c; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  width: 100%; }

h1, h2, h3 {
  font-family: 'Roboto', serif;
  font-weight: bold;
  line-height: 1.3;
  color: #383838; }

h2 {
  font-family: 'Roboto Slab', serif; }

h1 {
  font-weight: normal; }

.carousel {
  position: relative;
  margin: 20px 0; }
  @media (max-width: 991px) {
    .carousel {
      margin-top: 0; } }

.h2, h2 {
  font-size: 2rem; }

li,
p,
tr.headerTime td {
  color: #555;
  font-size: 1.4rem; }

td,
th {
  color: #555;
  font-size: 1.2rem; }

.footer {
  background-color: #111;
  width: 100%;
  padding: 20px 0; }

main ul {
  margin: 20px 0 20px 0;
  padding: 0; }

main li {
  background: url(../images/bullet.jpg) no-repeat scroll 0 10px transparent;
  list-style-type: none;
  margin: 10px 0;
  padding-left: 19px;
  color: #555; }

@media (max-width: 991px) {
  .textwidget img {
    display: none; } }

.navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 13px; }

#internalHeader {
  margin: 20px 0; }
  @media (max-width: 991px) {
    #internalHeader {
      margin: 0 0 20px; } }
  #internalHeader img {
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: auto; }

.h3,
h3 {
  font-size: 17px; }

p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 20px 0; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff; }

.footer p,
.footer a {
  margin: 0;
  color: #ccc;
  font-size: 1.2rem; }

.sidebar {
  padding: 25px;
  margin-bottom: 22px;
  background: #ededed; }
  .sidebar img {
    width: 100%;
    height: auto; }

article > h1 {
  margin-top: 0; }

.header {
  padding-top: 20px 8px; }

/* START NAV LIST SIDEBAR */
.nav-sidebar {
  margin: 13px 0 0 5px;
  padding: 0;
  list-style: none; }

.nav-sidebar li ul {
  list-style-type: none; }

.children li a {
  padding-left: 25px !important; }

.aside ul ul {
  margin-left: 0; }

#hierpage-4 h3 {
  margin: 0 0 10px; }

#hierpage-4 li {
  margin: 0; }

li#hierpage-4 ul li a {
  border-bottom: medium none;
  clear: both;
  color: #222222;
  display: block;
  line-height: 18px;
  padding: 4px 0 4px 12px;
  text-decoration: none; }

li#hierpage-4 ul li a:hover, li#hierpage-4 ul li.current_page_item a {
  color: #fff;
  text-decoration: none;
  background: #507db9; }

ul li.current_page_item ul.children li a:hover, ul.children li a:hover {
  color: #fff !important;
  background: #7c9dca !important; }

li#hierpage-4 ul li a:hover, li#hierpage-4 ul li.current_page_item a {
  background: #507DB9;
  color: #FFFFFF;
  text-decoration: none; }

ul li.current_page_item ul.children li a {
  background: none repeat scroll 0 0 transparent !important;
  color: #222 !important; }

#hierpage-4 li {
  margin: 0; }

.aside ul ul li {
  margin: 10px 0;
  padding: 1px 0; }

ul.xoxo li {
  background: none repeat scroll 0 0 transparent;
  margin: 0;
  padding: 0 !important; }

.widget_hier_page ul {
  padding: 0; }

.widget_hier_page li {
  list-style-type: none; }
  .widget_hier_page li a {
    width: 100%;
    display: block;
    padding: 7px 20px; }
    .widget_hier_page li a:hover {
      text-decoration: none; }

.execphpwidget h3 {
  font-family: 'Roboto', serif;
  font-weight: normal;
  line-height: 1.5;
  color: #383838;
  font-size: 1.4rem;
  font-style: italic; }

.widget_hier_page h3 + ul {
  padding-left: 0; }

.widget_hier_page ul.children {
  padding: 0 0 0 0; }

.widget_hier_page li a {
  width: 100%;
  display: block;
  padding: 7px 20px;
  color: #111; }

.widget_hier_page .current_page_ancestor > a {
  background: #7c9dca !important;
  color: #fff !important; }

ul.children .current_page_item {
  color: #fff !important;
  background: #bbcfea !important; }

/* END NAV LIST STYLES */
.timeTableParent {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc; }

.timeTableParent th, td {
  color: #666666;
  font-size: 12px;
  line-height: 13px;
  padding: 8px;
  vertical-align: middle; }

td p {
  color: #666666;
  font-size: 12px;
  line-height: 13px; }

.headerTime {
  background: #507db9;
  color: #fff; }

.headerTime p,
.headerTime strong {
  color: #fff;
  text-transform: uppercase; }

.leftColTable {
  background: #dde6f2; }

tr {
  border-bottom: 1px solid #ccc; }

h1 {
  font-weight: normal;
  font-family: 'Roboto Slab';
  color: #333; }

.grid-item h6,
.grid-item h3,
.grid-item p,
.grid-item a {
  font-size: 1.4rem !important; }

.grid-item__text {
  padding: 0 20px; }

.img-wrap {
  width: 100%;
  height: 200px;
  background-size: cover !important; }

.right-nav {
  position: absolute;
  right: 0;
  top: 33px;
  width: 38%; }
  @media (max-width: 991px) {
    .right-nav {
      display: none; } }

a:link {
  color: #004B91;
  text-decoration: none; }

.view-article {
  display: none; }

form.search {
  float: right; }
  @media (max-width: 767px) {
    form.search {
      display: none; } }
  form.search .search-input {
    height: 36px;
    -webkit-appearance: none;
    margin: 0;
    float: left;
    border: none;
    background: #e8e8e8;
    border-left-radius: 10px;
    font-size: 1.4rem;
    padding: 10px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px; }
    @media (max-width: 1199px) {
      form.search .search-input {
        width: 110px; } }
  form.search .search-submit {
    cursor: pointer;
    float: left;
    background: #fd6200;
    border: none;
    height: 36px;
    color: #fff;
    font-size: 1.4rem;
    padding: 0 20px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px; }

.quicklinks {
  width: 179px;
  margin: 0;
  padding: 0;
  margin-top: 8px; }
  .quicklinks li {
    list-style: none;
    display: inline;
    float: left;
    margin-left: 5px; }
    .quicklinks li:first-child {
      margin-left: 0; }
  .quicklinks a {
    text-decoration: none;
    color: #365899;
    font-size: 13px; }

.logo img {
  max-width: 500px; }
  @media (max-width: 600px) and (min-width: 451px) {
    .logo img {
      max-width: 350px; } }
  @media (max-width: 450px) {
    .logo img {
      max-width: 82%; } }

.fab,
.fas {
  font-family: 'FontAwesome';
  font-style: normal; }

.fa-envelope {
  color: #333; }

.header .fa-facebook-f {
  background: #365899;
  padding: 4px 8px;
  border-radius: 6px;
  color: #fff; }

a.btn {
  background: #6a83a7;
  color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  display: block;
  max-width: 90px;
  font-size: 13px;
  -webkit-transition: all .5s;
  transition: all .5s; }
  a.btn:hover {
    color: #fff;
    background: #fd6200; }

.menu-button {
  display: none;
  position: absolute;
  font-size: 30px;
  right: 14px;
  cursor: pointer;
  top: 16px;
  color: #000; }
  @media (max-width: 600px) {
    .menu-button {
      top: 26px; } }

.sticky-header .menu-button {
  top: 6px; }

@media screen and (max-width: 991px) {
  .menu-button {
    display: inline-block;
    top: 35px;
    right: 10px;
    color: #111; }
  .show-menu .menu-button {
    color: #fff;
    top: 10px;
    font-size: 55px;
    display: block; } }

@media screen and (max-width: 599px) {
  .menu-button {
    top: 25px; } }

@media screen and (max-width: 599px) {
  .menu-button {
    top: 19px; } }

.close-btn {
  color: #fff;
  top: 10px;
  font-size: 42px;
  display: block;
  right: 0;
  position: absolute; }
  .close-btn:hover {
    cursor: pointer; }

/*********************
Responsive Menu
*********************/
.responsive-menu,
.offcanvas-form {
  z-index: 10111111111110000000000000000000000000000000000000000;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  position: fixed;
  right: -320px;
  top: 0;
  padding-top: 45px;
  bottom: 0;
  max-width: 300px;
  width: 100%;
  padding-bottom: 20px;
  background-color: #273541;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  /* Plus Minus */
  /* End of Plus Minus*/ }
  .responsive-menu .menu-item.home a,
  .offcanvas-form .menu-item.home a {
    background: url(css/images/icons/home.svg) top left no-repeat;
    width: 17px;
    text-indent: -9999px;
    background-size: 16px;
    display: block;
    position: relative;
    top: 10px;
    left: 20px;
    padding-bottom: 0;
    margin: 10px 0 30px;
    height: 20px; }
  .responsive-menu nav > ul > li > a:hover,
  .responsive-menu nav > ul > li > a,
  .offcanvas-form nav > ul > li > a:hover,
  .offcanvas-form nav > ul > li > a {
    color: #fff;
    text-transform: none; }
  .responsive-menu ul,
  .offcanvas-form ul {
    margin: 0;
    padding: 0; }
  .responsive-menu ul li,
  .offcanvas-form ul li {
    float: left;
    width: 100%;
    margin-bottom: 0; }
  .responsive-menu ul li a,
  .offcanvas-form ul li a {
    float: left;
    width: 100%;
    display: block;
    padding: 9px 28px;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px; }
    .responsive-menu ul li a:hover, .responsive-menu ul li a:focus, .responsive-menu ul li a:active,
    .offcanvas-form ul li a:hover,
    .offcanvas-form ul li a:focus,
    .offcanvas-form ul li a:active {
      font-weight: bold;
      font-size: 18px;
      padding: 9px 28px; }
  .responsive-menu ul li:last-child,
  .offcanvas-form ul li:last-child {
    border-bottom: none; }
  .responsive-menu .sub-menu li a,
  .offcanvas-form .sub-menu li a {
    text-transform: none;
    color: #fff; }
  .responsive-menu .sub-menu li a:hover,
  .offcanvas-form .sub-menu li a:hover {
    color: #fff; }
  .responsive-menu .menu-item-has-children,
  .offcanvas-form .menu-item-has-children {
    position: relative; }
  .responsive-menu .has-details,
  .offcanvas-form .has-details {
    right: 0;
    width: 47px;
    height: 47px;
    top: 0px; }
  .responsive-menu .has-details:after,
  .offcanvas-form .has-details:after {
    right: 22px;
    top: 11px;
    width: 4px;
    height: 25px; }
  .responsive-menu .has-details:before,
  .offcanvas-form .has-details:before {
    right: 11px;
    top: 21px;
    width: 25px;
    height: 4px; }
  .responsive-menu .show,
  .offcanvas-form .show {
    background-color: #f1f2f2; }
  .responsive-menu .show:after,
  .offcanvas-form .show:after {
    height: 0; }
  .responsive-menu ul.sub-menu,
  .offcanvas-form ul.sub-menu {
    display: inline-block;
    width: 100%; }
  .responsive-menu .current-menu-item > a, .responsive-menu .current_page_ancestor > a,
  .offcanvas-form .current-menu-item > a,
  .offcanvas-form .current_page_ancestor > a {
    color: #FFF; }
  .responsive-menu .search,
  .offcanvas-form .search {
    margin-top: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-left: 13px;
    float: left; }
  .responsive-menu .search input[type="text"],
  .offcanvas-form .search input[type="text"] {
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 10px;
    color: #000;
    text-transform: none; }
  .responsive-menu .search input[type="text"]::-webkit-input-placeholder,
  .offcanvas-form .search input[type="text"]::-webkit-input-placeholder {
    color: #000; }
  .responsive-menu .search input[type="text"]:-moz-placeholder,
  .offcanvas-form .search input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  .responsive-menu .search input[type="text"]::-moz-placeholder,
  .offcanvas-form .search input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .responsive-menu .search input[type="text"]:-ms-input-placeholder,
  .offcanvas-form .search input[type="text"]:-ms-input-placeholder {
    color: #000; }
  .responsive-menu .search button,
  .offcanvas-form .search button {
    background-color: #303030;
    color: #FFF;
    float: right;
    font-size: 24px;
    padding: 12px 20px; }
  .responsive-menu .search button:hover,
  .offcanvas-form .search button:hover {
    background-color: #171717; }
  .responsive-menu ul,
  .offcanvas-form ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left; }
  .responsive-menu .head-button-area,
  .offcanvas-form .head-button-area {
    display: none;
    margin-top: 37px;
    text-align: center; }
  .responsive-menu .head-button-area .but1,
  .offcanvas-form .head-button-area .but1 {
    margin-right: 0;
    margin-bottom: 8px; }
  .responsive-menu nav,
  .offcanvas-form nav {
    padding: 5% 0; }

.responsive-menu::-webkit-scrollbar,
.offcanvas-form::-webkit-scrollbar {
  width: 0 !important;
  display: none; }

body .aig-header .responsive-menu .menu-button {
  font-size: 40px;
  color: #fff;
  top: -2px;
  right: 15px; }

.customize-support .responsive-menu {
  top: 32px; }

.show-menu {
  right: 0; }

.hide-body {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  z-index: 1;
  display: block; }

.offcanvas-form {
  padding: 20px; }

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  position: relative;
  z-index: 9; }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: transparent; }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: not-allowed; }

.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.sm, .sm *, .sm *:before, .sm *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
  padding: 10px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  font-weight: bold;
  color: white;
  font-size: 1.1rem;
  line-height: 23px;
  text-decoration: none;
  text-transform: none; }

.sm-blue a.current {
  background: #006892;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006188), to(#006f9c));
  background-image: linear-gradient(to bottom, #006188, #006f9c);
  color: white; }

.sm-blue a.disabled {
  color: #a1d1e8; }

.sm-blue a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 15px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 24px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px; }

.sm-blue a.highlighted span.sub-arrow:before {
  display: block;
  content: '-'; }

.sm-blue ul {
  background: #3b4651;
  padding: 20px 0; }

.sm-blue ul ul {
  background: rgba(102, 102, 102, 0.1); }

.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
  background: transparent;
  color: #fff;
  font-size: 1.1rem;
  text-shadow: none;
  border-left: 8px solid transparent; }

.sm-blue ul a.disabled {
  color: #b3b3b3; }

.sm-blue ul li {
  border-top: none; }

.sm-blue ul li:first-child {
  border-top: 0; }

body.no-scroll #c-mask {
  width: 100%;
  height: 100%;
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

#c-mask {
  z-index: 100;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #273541;
  opacity: 0;
  -webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
  transition: opacity .3s,width 0s .3s,height 0s .3s;
  position: fixed;
  overflow: hidden; }

.responsive-menu .sub-menu li a {
  font-weight: normal; }
  .responsive-menu .sub-menu li a:hover {
    font-weight: normal; }

@media (max-width: 540px) {
  .col-xs-6 {
    width: 100%; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

em {
  line-height: 2; }

@media (min-width: 992px) {
  main p,
  main li {
    font-size: 1.5rem; } }

.grid-item__text {
  padding: 0; }

.img-wrap {
  background-color: #ccc; }

.profile-itm {
  margin-bottom: 20px; }
  .profile-itm p {
    margin: 7px 0; }
  .profile-itm .fa-envelope {
    color: #555; }

.grid-item {
  margin-bottom: 30px; }

.table-itm {
  font-size: 1.2rem; }
  .table-itm .desktop-only {
    margin: 10px 0; }
  .table-itm p {
    margin: 5px 0; }
  .table-itm--hdr-mobile {
    background: #273541;
    padding: 14px 20px;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .table-itm--desktop-only {
      display: none; } }
  .table-itm--meta-data {
    margin-bottom: 20px;
    margin-top: 20px; }
    .table-itm--meta-data p {
      margin-bottom: 0; }
  .table-itm--row {
    padding: 30px 20px;
    overflow: hidden; }
    .table-itm--row:nth-child(even) {
      background-color: #fbfbfb; }
    @media (max-width: 991px) {
      .table-itm--row {
        padding: 0 20px; }
        .table-itm--row .hidden {
          display: blocK !important; }
        .table-itm--row p.hidden {
          margin: 5px 0; } }
  .table-itm h2 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
    margin-top: 10px; }
  .table-itm p,
  .table-itm p a {
    font-size: 16px; }
  .table-itm--header {
    background: #273541;
    padding: 10px;
    overflow: hidden;
    padding: 5px 20px; }
    @media all and (min-width: 1px) and (max-width: 991px) {
      .table-itm--header {
        display: none; } }
  .table-itm--title {
    color: #fff !important;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold; }
  .table-itm .applybutton {
    margin-bottom: 10px; }
  .table-itm p {
    margin-top: 10px; }

/*# sourceMappingURL=style.css.map */
