@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css");
@import url("/UserFiles/Servers/Server_87846/File/css/telerik-menu.css");

ul#socialmedia {
list-style-type: none;
background: none;
}
#socialmedia li {
display: inline-block;
background: none;
padding-left: 0;
}
#socialmedia a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 8px 6px;
	border: 1px solid transparent;
	border-radius: 2px;
}
/*#page-content .carousel-inner, #page-content .item, .carousel-slide {
max-height: 100% !important;
}*/
#page-content .carousel {
  min-width: 100%;
}
a.carousel-control:focus {
box-shadow: none !important;
outline: none !important;
}
.carousel-control:focus>span, .carousel-control:hover>span {
  outline: 1px dotted #FFF !important;
}

.btn-primary {
                color: #fff;
                background-color: #0d605e;
                border-color: #0d605e;
}

.btn-primary:hover {
                color: #fff;
                background-color: #0069d9;
                border-color: #0062cc;
}

.homepage-newsletters {
background-color: #1F4096;
color: #fff;
}
.homepage-newsletters a,
.homepage-social-media a {
color: #efefef;
text-decoration: none;
} 
.homepage-newsletters a:hover,
.homepage-social-media a:hover {
color: #fff;
text-decoration: underline;

} 
.homepage-social-media {
background-color: #5E6669;
color: #fff;
}
.homepage-social-media ul, .homepage-newsletters ul {
	padding-left: 0px;
	font-size: 1.1rem;
	margin-left: -12px;
}
.homepage-social-media li,
.homepage-newsletters li  {
	position: relative;
	background: url('/UserFiles/Servers/Server_87846/Image/theme/point-white.png') no-repeat 1rem;
	padding-left: 3rem;
	display: block;
       margin-bottom: 1.5;
}

.ConnectionAdvocacyNetwork {
background-color: #4f6898;
color: #FFF;
} 
.ConnectionAdvocacyNetwork a {
color: #FFF;
} 

#staff h2 {
margin: 0;
}
#staff .title {
margin-top: 0;
font-style: italic;
}
#staff .row {
margin: 2rem 0;
}
#staff .btn-info {
	color: #fff;
	background-color: #1F4096;
	font-size: 1.1rem;
}
.wrapper {
  display: flex;
  flex-direction: column;
}

.fas {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;

	color: #BCD7E5;
	font-size: 2rem;
	padding-right: 0.5em;
	/* position: absolute; */
	top: -.5rem;
	left: -3rem;
}


.RadMenu .rmSlide .rmLink {
  min-width: 250px;
}

#menubar {
  background-color: #E8E9EA;
  height: 53px;
  position: relative;
}


/*=Global styles */

html,
body {
    font-size: 100%;
}

body {    
    padding: 0;
    margin: 0;
    font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
    text-align: left!important;
    font-weight: normal;
    line-height: 1.5;
    color: #13294b;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a { color: #0562AB; }
a { text-decoration: none;}
a:hover { text-decoration: underline;}
a,
a:visited,
a:hover,
a:active {
    font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
    font-size: inherit;
}
a:focus {
    outline: 1px dotted;
    outline-offset: 2px;
}
.top-banner a {
  color: #fff;
}
/*#page-content a:link {
  text-decoration: underline;
}*/
/*#page-content a:hover {
  color: #226294;
  text-decoration: underline;
}*/
/*.homepage a:link {
  text-decoration: none;
}*/
#side-menubar a:link {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: .7rem;
    margin-bottom: 0.7rem;
    line-height: 1.4;
}
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.25rem;
    margin-top: 2rem;
}
h3 {
    font-size: 1.15rem;
}
h4 {
    font-size: 1.0625rem;
}
h5 {
    font-size: 1.0625rem;
}
h6 {
    font-size: 1rem;
}
@media screen and (min-width: 40em) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1rem;
    }
    h5 {
        font-size: 1rem;
    }
    h6 {
        font-size: 1rem;
    }
}

/*=Template Styles */

#site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #FFF;
}
.page-area {
    flex: 1 0 auto;
}
#skip a {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid white;
    color: white;
    left: 40%;
    padding: 6px;
    position: absolute;
    top: -48px;
    transition: top 1s ease-out 0s, background 1s linear 0s;
    z-index: 100;
    font-size: .9rem;
}
#skip a:focus {
    background: #fff none repeat scroll 0 0;
    left: 40%;
    outline: 0 none;
    position: absolute;
    top: 0;
    transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
    color: black;
}

/*=Header */

.top-banner {
    background-color: #13294b;
    min-height: 45px;
}
.ua-mark img {
padding: 5px 0 10px;
margin: 5px 0 10px;
}
.unit-banner {
   background: #13294b url("/UserFiles/Servers/Server_87846/Image/Theme/ogr-header-2.png") no-repeat scroll right center / cover ;
   padding: 45px 0 0;
}
.banner-home {
    padding-top: 145px;
}
@media screen and (max-width: 40em) {
    .unit-banner {
      padding-top: 0px;
      margin-top: 0px
    }
}
.site-title {
    margin: 10px 0 0px -10px;
    padding: 3px 0px 0px;
}
.site-title a,
.site-title a:hover {
    color: #fff;
    background-color: rgba(19, 41, 75, 0.9);
    display: inline-block;
    font-family: "Oswald", helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    font-size: 2.5em;
}
.site-title .site-intro {
    font-size: 3rem;
    float: left;
}
.site-title .site-name {
    float: left;
    margin-left: 1em;
    font-size: 1.5rem;
}
@media screen and (max-width: 40em) {
    .site-title a,
    .site-title a:hover {
        font-size: 1.75em;
        background-color: rgba(19, 41, 75, 1);
    }
}
.site-title a:hover {
    opacity: .9;
}
/*=Search Styles */

#sb-search .fa {
color: #666;
}

#sb-search {
  position: relative;
  padding: 0 10px 10px;
 /* margin-top: -20px;*/
}
#sb-search #search-input:focus {
    outline: 1px dotted;
    outline-offset: 2px;
  outline-color: white;
}
.new-search-submit {
  color: #fff;
  background: #13294b url(/UserFiles/Servers/Server_87846/Image/theme/search-icon.png) center center no-repeat;
  position: absolute;
  right: -15px;
  top: 7px;
  height: 40px;
  border: 0;
  width: 40px;
}

.gs-result .gs-title,
.gs-result .gs-title * {
    text-align: left;
    height: 1.5em !important;
    text-decoration: none !important;
}
.gsc-table-cell-snippet-close,
.gsc-table-cell-snippet-open {
    padding-left: 8px !important;
}

/*#sb-search .form-control {
margin-top: 20px;
}*/

.search-field {
  width: 0;
  height: 38px;
  padding: 0;
  border-radius: 5px;
  border: none;
  transition: width 0.5s ease;
  position: absolute;
  right: 50px;
  top: auto; }


.searchbar .button:focus {
  outline: 1px dotted white; }

input.search-field:placeholder {
  color: #cacaca; }

.search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cacaca; }

.search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #cacaca; }

.search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #cacaca; }

.search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #cacaca; }


.sb-search-input::-webkit-input-placeholder {
  color: gray; }

.sb-search-input:-moz-placeholder {
  color: gray; }

.sb-search-input::-moz-placeholder {
  color: gray; }

.sb-search-input:-ms-input-placeholder {
  color: gray; }

.sb-search-submit::before {
  content: "\f002";
}

.sb-search-submit {
  width: 46px;
  height: 41px;
  display: block;
  position: absolute;
  right: 3px;
  top: 2px;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box; }

.sb-search-submit {
  z-index: 90;
  border: none;
  border: 1px solid #13294b;
  box-sizing: border-box; }

.sb-search-submit:hover {
  background-color: #0184c6; }

.sb-search-submit:focus {
background-color: #FFF;
  border: 12px solid #fff;
}



/*=Footer */

#footer {
    width: 100%;
  color: #dff3fc;
background-color: #13294b;
}
#footer a:link {
    color: #fff;
}
#footer a:visited {
    color: #c1edec;
}
#footer a:hover {
    color: #CADEE7;
    text-decoration: underline;
}
#footer a img {
    opacity: .80;
}
#footer a:hover img {
    opacity: 1;
}
#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.unit-footer {
   background-color: #13294b; 
    padding: 2em 0;
}

footer h3 {
    font-size: 1.2rem;
  /*  text-transform: uppercase;*/
}
.logo-bottom img {
    float: right;
    padding: .5em .1em;
}
.bottom-banner {
    background-color: #13294b;
    display: block;
    padding: 1em;
}
.bottom-banner img {
    width: 250px;
    height: auto;
    margin-right: 20px;
    margin-top: 5px;
}
.label_skin_corporation {
    font-size: inherit;
}
.copyright {
    color: #FFF;
}
.copyright a {
    color: #FFF;
}
/*=Theme Styles */

.theme {
	margin-top: 0rem;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
}
#homepage .theme {
	margin-bottom: 0rem;
	padding-bottom: 0rem;
}
.page {
margin-top: 1.5em;
}

#page-content, #homepage {
    flex: 1;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 1rem;
   font-size: .9rem;
}
.breadcrumb a,
.breadcrumb span {
    text-transform: none;
}
.breadcrumb a:hover {
    text-underline: none;
   font-size: .9rem;
}

/*=Side Navigation */

.sup-links {
    border-top: 10px solid #acc0ce;
    background-color: #c2d1db;
}
.lvl-3-sidebar {
    padding: 1rem;
    margin-bottom: 2rem;
}
.lvl-3-sidebar li {
    line-height: 1.2;
}
.lvl-3-sidebar h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #00304C;
    margin-top: 0;
}
#nav-box ul > li > a.header_sel {
    list-style-type: none;
}
#side-menubar ul.nav li.sub,
#side-menubar ul.nav li.sub_sel {
    margin-left: .5rem;
    padding-right: 0;
}
#side-menubar ul.nav li.sub1,
#side-menubar ul.nav li.sub_sel1 {
    margin-left: 1rem;
    padding-right: 0;
}
#side-menubar ul.nav li.sub2,
#side-menubar ul.nav li.sub_sel2 {
    margin-left: 1.5rem;
    padding-right: 0;
}
#side-menubar ul.nav .header_sel,
#side-menubar ul.nav li.sub_sel,
#side-menubar ul.nav li.sub_sel1,
#side-menubar ul.nav li.sub_sel2 {
    font-weight: bold;
}
#side-menubar ul > li:first-child {
    list-style-type: none;
}
/*= SitePublish Styles
-------------------------------------*/
.btn, .btn:focus  {
  font-size: inherit;
}
a.btn-primary:visited, a.btn-success:visited, a.btn-info:visited, a.btn-warning:visited, a.btn-danger:visited {
color: #fff;
}
a.btn-primary:hover, a.btn-success:hover, a.btn-info:hover, a.btn-warning:hover, a.btn-danger:hover {
color: #fff;
}
#userlink {
    padding: 0px;
    margin: 0px;
    color: #FFF;
}
#userlink a {
    color: #FFF;
}
.ptl_page {
    text-align: left;
}
#ctl00_PublishedLinkMenu1_tdMyApps {
    white-space: pre-line;
}
#ctl00_ContentPlaceHolder1_ctl04_pnlChangToPublish {
min-height: 165px;
}
.grid_row,
.grid_row_alt {
    text-align: left;
}
#navbar {
    clear: both;
    height: 0px;
}
#publinks {
    clear: both;
    margin: 5px auto;
    text-align: center;
}
.PublishedLinkMenu li {
    float: none;
    margin-right: 20px;
}

#publinks a:link, #publinks a:visited {
    background-color: #efefef;
    border-radius: .25em;
    color: #0054a6;
    font-size: 100%;
    line-height: 2em;
    padding: .2em .6em .3em;
    text-decoration: none
}
/*.btn, .btn:focus  {
  font-size: inherit;
}*/
a.btn-primary:visited, a.btn-success:visited, a.btn-info:visited, a.btn-warning:visited, a.btn-danger:visited {
color: #fff;
}

td {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}
#ctl00_ContentPlaceHolder1_ctl04_ctl00_tblEdit .tbl,
.tbl_top,
.tbl_noborder {
    width: 100%;
}
.reDropDownBody {
    text-align: left;
}
.ptl_portlet_vertical {
 /*    margin: 0 0 15px;
   padding: 0px 10px 0 0;*/
}
.ctl00_ContentPlaceHolder1_ctl03_divChangToPublish table {
    -moz-box-sizing: content-box;
}
#ctl00_ContentPlaceHolder1_ctl04_tblEdit,
#ctl00_ContentPlaceHolder1_ctl04_ctl48_ctl00_tblEdit {
    min-width: 100%;
}
@media screen and (max-width: 767px) {
    .ptl_col_1_2,
    .ptl_col_1_3,
    .ptl_col_1_4,
    .ptl_col_2_3,
    .ptl_col_3_4 {
        min-width: 100%;
    }
}

@media only screen and (min-width: 1420px) {
.container {
max-width: 1400px;
}
}

@media only screen and (min-width: 1620px) {
.container {
max-width: 1600px;
}
}

@media print {
  html, body { min-height: 90%; height: 90%;}
  body { font-size: 95%;}
  a { font-size: inherit;}
  .RadMenu .rmText { font-size: .8rem;}
  .nav > li > a { font-size: .8rem;}
  .navbar { display: block;}
  .sup-links { border: 1px solid #ccc;}
  #ctl00_ContentPlaceHolder1_ctl00_ctl00_menu, #publinks, #search, .footer-image { display: none;}
  .site-title a {font-size: 22px; padding: 0px;}
  a:link:after, a:visited:after { content: normal !important;  }
  .copyright { width: 100%; text-align: left;}
  .logo img { background: #bbb !important;}
  .unit-banner { margin: 0; padding: 0;}
  #divMenuOffset { height: 0;}
}

/* End custom styles */

.homepage-aside h2 {
font-size: 1em;
padding: 0;
margin: 0;
}
.homepage-aside .card {

margin-top: 1.5em;
}


@media screen and (max-width: 1200px) {
  
    .RadMenu_PageControls,
    #divMenuOffset {
        display: none;
    }
    #menubar {
        display: none;
    }
    #mobile-bar {
        display: block;
    }
}
.profile {
	background-color: #0455A4;
	color: #fff;
	padding-bottom: 1rem;
}
.profile a {
	color: #fff;
        text-decoration: none;
}
.profile a:hover {
	color: #ccc;
        text-decoration: none;
}
.profile h2 {
	font-size: 1.5rem;
	padding: .75rem 0rem;
	margin: 0;
}