.thrdclndrbx {
  float: right;
}

.linknwsbx {
  margin-top: 20px;
}

/**Mobile menu**/

.mobile-nav {
  float: right;
  display: none;
}

.mobile-menu {
  width: 38px;
  height: 40px;
  display: block;
  float: right;
  padding: 7px 5px;
  margin-right: 10px;
}

.mobile-menu span {
  float: left;
  width: 100%;
  height: 4px;
  margin-top: 4px;
  background: #4f2683;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: relative;
}

.cross span:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.cross span:nth-child(2) {
  display: none;
}

.cross span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/**Media query**/

@media only screen and (max-width: 1200px) {
  input.s {
    width: 113px;
  }
  .scdclndrbx ul li {
    height: auto;
    margin: 0 0 10px;
  }
  .scdclndrbx ul li p {
    font-size: 14px;
    line-height: 1.2em;
    padding: 4px 0 0;
  }
  .ccm-page .lfttitlbx h1 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 1025px) {
  .ccm-page .insfullpgbx .rgt_colcontent {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .socialdskbx {
    float: right;
  }
  .headerlftbx .logobx {
    width: 100%;
    float: left;
  }
  .saerchdskbx {
    margin-left: 0;
  }
  input.s {
    width: 145px;
  }
  .frstbx {
    width: 100%;
    font-size: 17px;
  }
  .hoverbx {
    width: 100%;
    font-size: 17px;
  }
  .threetabbx #myTabs a {
    font-size: 18px;
  }
  .lfttabcntbx {
    width: 48%;
    margin-top: 5px;
  }
  .rgttabcntbx {
    width: 48%;
    float: right;
  }
  .nwscntbxs ul li p {
    margin-bottom: 0;
    overflow: hidden;
  }
  .nwscntbxs {
    margin-top: 15px;
    max-height: 210px;
  }
  .thrdclndrbx .fc .fc-toolbar .fc-center h2 {
    font-size: 18px;
    line-height: 31px;
  }
  .scdclndrbx {
    padding: 0 1.5%;
  }
  .thrdclndrbx {
    padding-left: 0;
  }
  .ccm-page .insfullpgbx .lft_colcontent, .ccm-page .rgt_colcontent .teldrtbx {
    padding: 0px;
  }
  .ccm-page .lfttitlbx h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .ccm-page .lft_colcontent .cldsgnbx ul li {
    padding: 0 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  header {
    max-height: 200px;
    overflow: hidden;
    -webkit-transition: max-height 250ms ease-in-out;
    -o-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out;
  }
  body.is-menu-open header {
    max-height: 100vh;
  }
  body.is-menu-open header .headerbx {
    min-height: 100vh;
    position: fixed;
    z-index: 100001;
  }
  body.is-menu-open header .header-social {}
  .headerbx {
    padding-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    height: 100%;
    background-color: #fff;
	position: relative;
  }
  .mobile-nav {
    display: block;
  }
  .header-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .header-social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 110px;
            flex: 0 1 110px;
  }
  .headerrgtbx {
    padding: 0;
  }
  .headerlftbx .logobx {
    width: 378px;
  }
  /*Menu*/
  .menubxs {
    padding: 0;
    max-height: 0px;
    display: block;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0px;
    -webkit-transition: max-height 250ms ease-in-out;
    -o-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out;
  }
  body.is-menu-open .menubxs.expand {
    max-height: calc(100vh - 110px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100vh - 110px);
            flex: 1 1 calc(100vh - 110px);
  }
  .menubxs>ul {
    background: #afb6bb;
    height: calc(100vh - 180px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    overflow: auto;
  }
  .menubxs>ul>li {
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
    border-top: 1px solid #59277e;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menubxs ul li:last-child {
    padding: 0;
  }
  .menubxs ul li a {
    color: #41413f;
    padding: 12px 0 12px 30px;
    display: inline-block;
    min-height: 9.25vh !important;
    line-height: 9.25vh;
  }
  .menubxs ul li:hover>ul {
    display: none;
  }
  .menubxs ul li ul li a {
    min-height: 5.25vh !important;
    line-height: 5.25vh;
  }
  .menubxs ul li>ul li:hover>ul {
    display: none;
  }
  .menubxs ul li>ul li>ul li:hover, .menubxs ul li>ul li>ul li.nav-path-selected {
    background: #b4b3b0;
    cursor: pointer
  }
  .menubxs ul li a.nav-selected, .menubxs ul li a:hover, .menubxs ul li a:focus {
    color: #41413f;
  }
  .menubxs ul li span {
    width: 28px;
    height: 28px;
    display: block;
    float: right;
    background: url(../images/plus-menu-icon.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: 16px;
    margin-right: 25px;
  }
  .menubxs ul li.has-sub-menu {
    /* background: url(../images/plus-menu-icon.png) no-repeat;
    background-position: center center;
    background-size: 16px; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menubxs ul li>ul {
    width: 100%;
    background: #fff;
    position: static;
  }
  .menubxs ul li>ul li>ul {
    position: static;
    background: #fff;
    width: 100%;
  }
  .menubxs ul li>ul li {
    background: #fff;
  }
  .menubxs ul li>ul li>ul li {
    background: #fff;
  }
  .menubxs ul li>ul li a {
    color: #41413f;
    padding: 12px 0 12px 30px;
    display: inline-block;
    width: 84%;
  }
  .menubxs ul li>ul li:last-child a {
    padding: 12px 0 12px 30px;
  }
  .menubxs ul li ul li li a {
    padding-left: 45px;
  }
  .menubxs ul li ul li li:last-child a {
    padding-left: 45px;
  }
  .menubxs ul li.active {
    background: #ffd200!important;
  }
  .menubxs ul li.active>a {
    color: #4e2683;
  }
  .menubxs ul li.active.has-sub-menu>span {
    background: url(../images/minus-menu-icon.png) no-repeat;
    background-position: center center;
    background-size: 16px;
  }
  /**/
  .saerchdskbx {
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  input.s {
    width: 210px;
  }
  .socialdskbx {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider-text h2 {
    font-size: 30px;
  }
  .ccm-image-slider-text {
    width: auto;
  }
  div.ccm-page .ccm-image-slider-text h3 {
    font-size: 16px;
    margin-top: 13px;
  }
  .threebxs .hoverdiv {
    margin-bottom: 35px;
  }
  .frstbx, .hoverbx {
    padding: 14px 10px;
    background-size: auto 100%;
    font-size: 28px;
    line-height: 1em;
  }
  .secondbx, .thirdbx {
    padding: 14px 10px;
  }
  .threebxs {
    padding-bottom: 0;
  }
  .threetabbx .tab-content {
    padding-top: 25px;
  }
  .lfttabcntbx {
    width: 100%;
  }
  .rgttabcntbx {
    width: 100%;
    margin-top: 35px;
  }
  .leftfoot p {
    text-align: center;
    margin-bottom: 5px;
  }
  .rightfoot ul {
    text-align: center;
  }
  .rightfoot ul li {
    padding: 0 5px;
  }
  .lftstrycntbx {
    width: 100%;
  }
  .rgtstrycntbx {
    width: 100%;
  }
  .strycnbx p span {
    font-size: 18px;
  }
  .strycnbx p {
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
  .strycnbx p a {
    font-size: 16px;
    font-weight: normal;
  }
  .linkstrybx {
    margin-top: 0;
    text-align: left;
  }
  .frtclndrbx {
    width: 100%;
    padding: 0;
  }
  .thrdclndrbx {
    width: 100%;
    padding: 20px 0 0;
  }
  .scdclndrbx {
    width: 100%;
    padding: 20px 0;
  }
  .frtclndrbx img {
    width: 100%;
  }
  .thrdclndrbx .fc .fc-toolbar .fc-center h2 {
    font-size: 22px;
    text-transform: uppercase;
  }
  .scdclndrbx ul li p {
    font-size: 17px;
  }
  .dsListEvents ul li p.small {
    font-size: 16px;
  }
  div.ccm-page .ccm-image-slider-container .rslides_tabs {
    top: 36%;
  }
  .ccm-page .lfttitlbx h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .ccm-page .lfttitlbx {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fetimgbx {
    /*display: none;*/
  }
  .rgttitlbx {
    /*display: none;*/
  }
  .rgttitlbx>img {
    width: 107px;
  }
  .lfttitlbx {
    /*width: 100% !important; max-width: 100% !important*/
  }
  .tellfrmbxs .field-text {
    margin-right: 0;
    width: 100%;
  }
  .tellfrmbxs .field-email {
    float: left;
    width: 100%;
  }
  .joinformbx {
    float: none;
    padding: 20px 0;
    width: 100%;
  }
  .joinformbx .field-text, .joinformbx .field-email, .joinformbx .field-select {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .joinformbx .fields>div:nth-child(3n) {
    width: 100%;
    margin: 0 0 15px;
  }
  .joinformbx .field-checkboxlist {
    float: none;
  }
  .joinformbx .field-datetime, .joinformbx .form-actions {
    float: none;
  }
  div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    padding-left: 0px;
    display: block;
  }
  .ccm-page .lft_colcontent .cldsgnbx ul li {
    width: 100%;
  }
  .fulltitlebx {
    min-height: 58px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .joinformbx .field-checkboxlist .checkbox {
    width: 49%;
  }
  .ccm-page .joinformbx .ccm-input-time-wrapper select {
    width: 100%;
    margin: 0 0 20px;
  }
  .ccm-page .joinformbx .ccm-input-time-wrapper select:first-child {
    width: 100%;
    margin: 0 0 0px;
  }
  .newsbx {
    overflow: hidden;
  }
  .newsbx img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
  }
  footer .links>.row {
    display: block;
  }
  .max-height-500px {
    max-height: 100% !important;
  }
  footer .links .list-group-item {
    text-align: center;
  }
  footer .copyright {
    text-align: center;
  }
  div.ccm-page .ccm-image-slider-container {
    height: 50vh;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
    max-height: 50vh !important;
  }
  .page-template-home .slidebx .ccm-image-slider-inner img {
    height: 50vh;
    max-height: 50vh;
  }
  .page-template-home .slidebx .ccm-image-slider-text {
    max-width: 80%;
  }

  .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* .col-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .col-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  } */

  body#leadership table td {
    max-height: 300px !important;
    height: 300px !important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body#leadership table td img {
    clear: both;
    display: block;
    max-height: 180px !important;
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body#leadership table#leadership {
    margin-top: 20px;
  }

  body#leadership table#leadership td img {
    height: 200px;
  }
}

@media screen and (max-width: 560px) {
  .saerchdskbx {
    width: 100%;
    text-align: center;
  }
  .inscrhbxs {
    width: 100%;
  }
  .headerbx {
    padding-top: 0px;
  }
  .headerrgtbx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inscrhbxs {
    width: 100%;
  }
  .joinbx {
    width: 33%;
    margin-left: -6%;
    height: 25px;
  }
  input.s {
    width: 83%;
    height: 34px;
  }
  #searchsubmit {
    width: auto;
    height: 34px;
  }
  .headerlftbx .logobx {
    width: 235px;
  }
  .rgttitlbx>img {
    width: 77px;
  }
  .frstbx, .hoverbx {
    font-size: 20px;
    padding: 12px 10px;
  }
  .threebxs .hoverdiv {
    margin-bottom: 20px;
  }
  .secondbx, .thirdbx {
    padding: 12px 10px;
  }
  .threetabbx #myTabs>.newsbx {
    width: 24%;
  }
  .threetabbx #myTabs>.newsbx a {
    text-align: left;
  }
  .threetabbx #myTabs>.strybx {
    width: 42%;
    padding: 0 3%;
  }
  .threetabbx #myTabs>.presntnbx {
    width: 30%;
  }
  .threetabbx #myTabs>.presntnbx a {
    text-align: right;
  }
  .threetabbx #myTabs a {
    font-size: 16px;
  }
  .ltnwsbx {
    width: auto;
  }
  .ltnwsbx p {
    font-size: 16px;
  }
  .nwslctbx {
    float: right;
    width: auto;
  }
  .nwslctbx ul li {
    padding: 0 5px;
  }
  .strycnbx p {
    font-size: 14px;
  }
  .mobile-menu {
    margin-right: 0;
    padding: 0 5px;
    height: 30px;
  }
  .ccm-page .lfttitlbx h1 {
    font-size: 18px;
    line-height: 24px;
  }
  div.ccm-page .ccm-image-slider-container .rslides_tabs li {
    line-height: 15px;
  }
  div.ccm-page .ccm-image-slider-container .rslides_tabs li a {
    height: 15px;
    width: 15px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider-text {
    bottom: auto !important;
    top: 10px;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider-text h2 {
    font-size: 22px;
    position: relative;
  }
  div.ccm-page .ccm-image-slider-text h3 {
    font-size: 13px;
    left: 20px;
    margin-top: 8px;
  }
    .page-template-home .slidebx .ccm-image-slider-inner {
      width: 100%;
      height: 30vh;
      overflow: hidden;
    }
    .page-template-home .slidebx .ccm-image-slider-inner img {
      min-width: 100vw;
      min-height: 30vh;
    }
    .page-template-home .slidebx .ccm-image-slider .rslides {
      height: 30vh;
    }
    .ccm-page.page-template-home .slidebx .ccm-image-slider .rslides li {
      height: 30vh;
      width: 100vw;
    }
    div.ccm-page .ccm-image-slider-container .rslides_tabs {
      padding-left: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      right: translateX(-50%);
      text-align: center;
      position: absolute;
      width: auto;
      left: 0;
      right: 0;
      top: auto !important;
      height: 20px;
      bottom: 10px;
      z-index: 999;
    }
    div.ccm-page .ccm-image-slider-container .rslides_tabs li {
    	list-style-type: none;
    	display: inline-block;
    	margin-right: 1rem;
    }
}

@media only screen and (min-width: 768px) {
  .fulltitlebx, div.ccm-page .ccm-image-slider-container {
    width: 720px;
  }
  .jumbotron img {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .fulltitlebx, div.ccm-page .ccm-image-slider-container {
    width: 940px;
  }
  .logobx picture img {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .fulltitlebx, div.ccm-page .ccm-image-slider-container {
    width: 1067px;
  }
}

@media only screen and (max-width: 992px) {
    table td, table td p {
        text-align: center !important;
    }
}
@media only screen and (max-width: 570px) {
    table td {
        width: 50% !important;
        float: left !important;
        min-height: 200px !important;
        height: 200px;
        overflow: hidden;
    }
    .td-table1 {
        height: auto !important;
    }
    .hide-td {
        display: none !important;
    }
}
@media only screen and (max-width: 670px) {
    .td-table1 {
        width: 100% !important;
        text-align: center !important;
        float: left !important;
    }
    .td-table1 p {
        text-align: center !important;
    }
    .td-table1 img {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
