<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* makes internship table */
 .intern-table-container {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 justify-content: center;
	 flex-wrap: wrap;
}
 .intern-img, .intern-college {
	 width: 125px;
}
 .intern-item {
	 margin: 15px;
}
 @media(max-width: 1364px) {
	 .intern-img, .intern-college {
		 width: 105px;
	}
}
 .intern-table-title {
	 text-align: center;
	 font-weight: bold;
}
 .intern-table-note {
	 color: grey;
	 text-align: center;
}
/* Makes the utep navigation more spaced out */
 .navbar-right:first-child, .myUTEPLink, .resourcesForLinks {
	 margin-right: 5px;
}
 .utepHeader .departmentHeading {
	/* Centers header title "University Career Center" vertically */
	 display: flex;
	 align-items:center;
	 text-align:center;
}
 .departmentHeading #secondary-title-aria {
	/* Header title link */
	 transition: .2s ease-in-out;
	 text-decoration: none !important;
}
 .departmentHeading #secondary-title-aria:hover {
	 color: #F89D53 !important;
}
 .navbar-default.utep-nav .navbar-nav &gt; li &gt; a{
	 transition: .2s ease-in-out;
	 padding-right: 5px !important;
}
 .navbar-default.utep-nav .navbar-nav &gt; li &gt; a:hover, .navbar-default.utep-nav .navbar-nav .open &gt; a{
	 background-color: white !important;
	 color: #F89D53 !important;
}
 .navbar-nav .dropdown-menu a {
	 transition: .2s ease-in-out;
}
 .dropdown-menu li &gt; a:hover {
	 background-color: #f2f2f2 !important;
}
 .ddWrapper {
	 box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}
 .ddWrapper, .ddWrapper &gt; .dropdown-menu {
	 background-color: white !important;
}
 .socialIcons {
	/* Remove old social media icons from grey left sidebar */
	 display: none !important;
}
 .rightSidebar {
	/* Increases the default width of the main section */
	 padding: 5px 0 0 5px;
}
 .optionalblock {
	/* Removes the top and bottom margin of main section */
	 margin: 0 !important;
}
 .stroke {
	/* Removes the default title's underline */
	 display:none;
}
 hr {
	 margin:15px 0;
	/* Decreases the default margin for horizontal rules (section lines) */
}
 .link {
	 white-space: nowrap;
	 font-weight: bold;
}
 .link .glyphicon {
	 display: none;
}
 .link, .contact-email {
	/* Removes the underline and default color of a tags (links) */
	 text-decoration:none !important;
	 transition: .2s !important;
}
 .link:hover, .contact-email:hover {
	/* Adds color to hovered a tags (links) */
	 color: #F89E56 !important;
}
 .main-content br:first-of-type {
	 display:none;
}
 .main-content .glyphicon {
	/* Slightly lowers glyphicon's vertical alignment */
	 top:2px;
}
 .glyphicon {
	 text-indent: 0em;
}
 .list-dot, .list-dash {
	 list-style-position: inside;
	 text-indent: -1em;
	 padding-left: 1em;
	 line-height: 1.7;
}
 .list-dot {
	 list-style:none;
	 padding-inline-start: 20px !important;
}
 .list-dot li::before {
	 content: '\2022';
	 font-weight:bold;
	 font-size:18px;
	 color:#F58220;
	 margin-right:10px;
}
 .list-dash {
	 list-style:none;
}
 .list-dash li::before {
	 content: '\2013';
	 font-weight:bold;
	 font-size:15px;
	 color:#F58220;
	 margin-right:10px;
}
 .row .col-md-12 {
	 padding-left:25px;
}
 .breadcrumb {
	 margin-top:5px;
	 display:none;
	/*REMOVE TO SHOW BREADCRUMBS*/
}
 .breadcrumb li {
	 border-radius:5px !important;
	 padding:5px 7px;
	 margin-top:5px;
	 transition: .2s ease-in-out;
	 background-color:#EEEEEE !important;
	 color:white !important;
	 display: inline-block;
	 transform: skew(-25deg);
}
 .breadcrumb li:hover {
	 background-color:#FDDBBC !important;
}
 .breadcrumb a {
	 text-decoration:none !important;
	 display:block;
	 color:#001447 !important;
	 transform: skew(25deg);
}
 .breadcrumb &gt; li + li:before {
	 display:none;
}
 @media (min-width: 768px) {
	/* CSS For Desktop */
	 .main-content .glyphicon {
		/* Increases size of icons for main page - used for link icons */
		 font-size:15px;
	}
}
 @media (max-width: 767px){
	 .row .col-md-12 {
		 padding:0 10px;
	}
}
 .main-content h1:first-of-type, .intro-title, .intro-subtitle, .intro-subtitle-type2 {
	 font-weight:600;
	 color:#001447 !important;
	 text-align:center;
	 font-size:45px;
	 margin-bottom:10px;
}
 .intro-subtitle {
	 font-size:30px;
}
 .intro-subtitle-type2 {
	 line-height: initial;
	 font-size: 36px;
	 font-weight: 500;
	 letter-spacing: 2px;
}
 .intro-container {
	 font-size:16px;
	 font-weight:400;
	 width:85%;
	 margin:0 auto;
}
 .btn-container, .btn-container-column {
	 display: flex;
	 justify-content:space-around;
	 margin:15px 0;
	 text-align:center;
}
 .btn-container-column {
	 flex-direction:column;
	 align-items:center;
}
 .btn-container-column .intro-btn:not(:first-of-type) {
	 margin-top:10px;
}
 .intro-btn{
	 border-radius: 10px !important;
	 padding:10px 15px;
	 display: inline-block;
	 transition: .2s ease-in-out !important;
	 text-decoration:none !important;
	 background-color:#001447 !important;
	 color:white !important;
	 font-weight:bold;
	 font-size:15px;
	 width: auto;
	 max-width: 60%;
	 min-width: 35%;
	 margin:0;
}
 .intro-btn:first-of-type {
	 margin-bottom:0;
}
 .intro-btn .glyphicon{
	 margin-right:5px;
}
 .intro-btn:hover {
	 background-color: #ff9c53 !important;
}
 @media (max-width: 1249px) {
	/*CSS for mobile/tablet */
	 .intro-title {
		 font-size:35px;
		 margin:0;
	}
	 .intro-container{
		 margin-top:10px;
		 width:95% !important;
	}
	 .intro-btn{
		 width:50% !important;
		 margin:0 auto 10px auto;
	}
	 #single {
		 width:50% !important;
	}
	 .btn-container {
		 flex-direction:column;
	}
	 .intro-btn:not(:first-of-type) {
		 margin-top:10px;
	}
}
 @media (max-width: 767px){
	/*CSS for mobile */
	 .intro-btn{
		 width:65% !important;
	}
	 #single {
		 width:65% !important;
	}
}
 .content-container {
	 width:70%;
	 scroll-margin-top: 152px;
	 margin:0 auto;
}
 .content-title-container {
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 margin-bottom:10px;
}
 .content-title-icon {
	 width:40px;
	 height:40px;
	 margin-right:15px;
}
 .content-container h3, .relevant-title{
	 font-size:30px;
	 font-weight:600;
	 text-align:center;
}
 .relevant-title {
	 margin:20px 0 20px 0 !important;
	 font-size:25px !important;
	 font-weight:400 !important;
	 letter-spacing:1px;
}
 .content-container p {
	 color:#424242 !important;
	 font-size:15px;
}
 .relevant-container {
	 display: flex;
	 flex-flow:row;
	 justify-content:space-around;
	 margin:20px auto 15px auto;
	 text-align:center;
	 flex-wrap:wrap;
	 width:85%;
}
 .relevant-btn{
	 width:30%;
	 margin:0 auto 10px auto;
	 border: 2px solid #001447 !important;
	 background-color:white !important;
	 color:#001447 !important;
	 font-weight:normal;
	 text-decoration: none !important;
	 padding: 7px;
	 border-radius: 10px !important;
	 transition: .2s;
}
 .relevant-btn:hover {
	 border-color: #ff9c53 !important;
	 background-color:#ff9c53 !important;
	 color: white !important;
}
 @media (max-width: 1249px) {
	/* CSS for tablets */
	 .content-container {
		 width:95% !important;
	}
}
 @media (max-width: 1249px){
	 .relevant-btn {
		 width:40% !important;
	}
}
 .tab-container {
	 padding: 0 40px;
	 margin:15px 0;
}
 .tab-header {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content:space-evenly;
	 margin: 25px 0;
}
 .tab-title {
	 all: unset;
	 cursor: pointer;
	 letter-spacing:1px;
	 text-transform: uppercase;
	 font-size:24px;
	 font-weight:500;
	 color:#001447 !important;
	 text-align:center;
	 border-bottom: 2px solid rgba(0,0,0,0);
	 transition:.2s ease-out;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-style: normal;
}
 .tab-title:hover, .tab-active {
	 color:#ff9c53 !important;
	 border-bottom: 2px solid #ff9c53;
}
 .tab-title:not(:last-of-type) {
	 margin-right:25px;
}
 .tab {
	 display:none;
}
 @media (max-width: 1249px){
	 .tab-container {
		 padding: 0 10px;
	}
	 .manners-container {
		 padding:15px 0;
	}
	 .miner-manners-dinner-pic {
		 width: 100% !important;
		 height:auto;
	}
	 .tab-title {
		 font-size:25px;
	}
}
 @media (max-width: 767px){
	 .tab-title {
		 font-size:23px;
	}
}
 .section-title {
	 text-align: center;
	 margin:0 0 20px 0;
	 font-size:35px;
	 font-weight:600;
}
 .teambox-container {
	 display:flex;
	 flex-flow: row wrap;
	 justify-content: space-around;
	 align-content:space-around;
}
 .teambox-container .intro-btn {
	 max-width: 85%;
}
 .teambox-frame {
	 display:flex;
	 flex-flow:column;
	 width:23%;
	 text-align:center;
}
 #static {
	 width:26%;
}
 .teambox-title{
	 text-align: center;
	 font-size:20px;
	 margin:0 0 5px;
}
 .d-teambox, .s-teambox {
	 width: 100%;
	 height:300px;
	 margin: 0 auto 15px auto;
	 overflow:hidden;
	 border-radius:6px !important;
	 display:flex;
	 flex-direction: column;
	 justify-content: flex-end;
	 background-size:cover;
	 border:none;
	 transition: .3s ease-in-out;
	 background-position: center;
}
 .d-teambox:not(:first-of-type) {
	 margin-top:5%;
}
 .d-teambox:hover {
	 transform: scale(1.2);
	 z-index: 7;
	 box-shadow: 0 1px 6px rgba(32,33,36,.28);
}
 .d-teambox-caption, .s-teambox-caption{
	 display:flex;
	 flex-direction: column;
	 justify-content: center;
	 width:90%;
	 padding:5px;
	 margin: 0 auto 4% auto;
	 background-color:rgba(255, 255, 255, 0.85);
	 border-radius:10px !important;
	 max-height: 25%;
	 transition: max-height 0.3s ease-in-out;
	 overflow: hidden;
}
 .d-teambox:hover .d-teambox-caption{
	 max-height: 75%;
	 transition: max-height 0.3s ease-in-out;
}
 .s-teambox-caption{
	 max-height:40%;
	 padding:10px;
}
 .teambox-p {
	 text-align: center;
	 margin:0;
	 font-size:12px;
	 font-weight:400;
	 color:rgb(9, 30, 66) !important;
	 display:none;
	 transition: .3s ease-in-out;
}
 .teambox-p:first-of-type {
	 margin-bottom:5px;
}
 .d-teambox:hover .teambox-p, .s-teambox-caption .teambox-p{
	 display:initial;
}
 @media (max-width: 1249px) {
	/* CSS For Tablets/Phones */
	 .d-teambox{
		 height:350px;
	}
	 .teambox-frame, #static {
		 width:38% !important;
	}
	 .d-teambox:hover {
		 transform: scale(1) !important;
		 box-shadow: 0 !important;
	}
	 .d-teambox-caption{
		 max-height: 75%;
	}
	 .teambox-p {
		 display:initial;
	}
}
 @media (max-width: 767px){
	/* CSS For Phones */
	 .teambox-frame, #static {
		 width:46% !important;
	}
}
 .sm-container {
	 display:flex;
	 flex-direction:column;
	 margin-bottom:35px;
}
 .sm-title {
	 line-height: initial;
	 font-size: 36px;
	 font-weight: 500;
	 letter-spacing: 2px;
	 color:#001447 !important;
	 text-align:center;
	 margin-bottom:40px;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-style: normal;
}
 .sm-icons {
	 display:flex;
	 justify-content:center 
}
 .sm-logo {
	 height:40px;
	 width:40px;
	 transition: all .2s ease-in-out;
}
 .sm-logo:not(:last-of-type) {
	 margin-right:25px;
}
 #insta {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/insta-blue.png");
}
 #insta:hover {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/insta-orange.png");
}
 #linkedin {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/linkedin-blue.png");
}
 #linkedin:hover {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/linkedin-orange.png");
}
 #youtube {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/youtube-blue.png");
}
 #youtube:hover {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/youtube-orange.png");
}
 #facebook {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/facebook-blue.png");
}
 #facebook:hover {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/facebook-orange.png");
}
 #twitter {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/twitter-blue.png");
}
 #twitter:hover {
	 background: url("https://www.utep.edu/student-affairs/careers/_Files/icons/twitter-orange.png");
}
 .slideshow-container {
	 width:90%;
	 display:block;
	 margin:0 auto;
	 position: relative;
}
 .slideshow-container .glyphicon {
	 top:15px;
}
 .slideshow-title {
	 line-height: initial;
	 font-size: 36px;
	 font-weight: 500;
	 letter-spacing: 2px;
	 color:#001447 !important;
	 text-align:center;
}
 .slideshow-slide {
	 display: none;
	 padding: 20px 80px;
	 text-align: center;
}
 .slideshow-slide q {
	 font-size:15px;
	 font-style:italic;
	 line-height:2.1;
}
 .slideshow-slide p {
	 margin-top:10px;
}
 .slideshow-container .glyphicon {
	 font-size:20px;
}
 .slideshow-prev, .slideshow-next {
	 cursor: pointer;
	 position: absolute;
	 top: 50%;
	 width: auto;
	 margin-top: -30px;
	 padding: 16px;
	 font-weight: bold;
	 user-select: none;
	 text-decoration:none !important;
	 font-size:25px !important;
	 color:#001447 !important;
	 transition:all .2s ease-in-out;
}
 .slideshow-prev:hover, .slideshow-next:hover {
	 color:#ff9c53 !important;
}
 .slideshow-next {
	 position: absolute;
	 right: 0;
	 border-radius: 3px 0 0 3px;
}
 .slideshow-dot-container {
	 text-align: center;
	 padding: 20px;
}
 .slideshow-dot {
	 cursor: pointer;
	 height: 15px;
	 width: 15px;
	 margin: 0 2px;
	 background-color: #FDDBBC;
	 border-radius: 50% !important;
	 display: inline-block;
	 transition: background-color 0.6s ease;
}
 .slideshow-active, .slideshow-dot:hover {
	 background-color:#F89D53;
}
 @media (max-width: 767px){
	 .slideshow-container{
		 width:100% !important;
	}
	 .slideshow-slide{
		 padding: 20px 70px !important;
	}
	 .slideshow-slide q {
		 font-size:14px;
	}
}
 .acc{
	 width:95%;
	 margin:0 auto 0 auto;
}
 .acc-frame{
	 margin-bottom:15px;
}
 .acc-header {
	 color: #001447;
	 background-color:transparent;
	 box-shadow: 0 1px 6px rgba(32,33,36,.28);
	 cursor: pointer;
	 padding: 20px 30px;
	 width: 100%;
	 border: none;
	 outline: none;
	 font-size: 15px;
	 transition: .2s ease-in-out;
}
 .acc-header-active, .acc-header:hover {
	 background-color: #ededed;
}
 .acc-header:focus{
	 outline: none;
}
 .glyphicon-triangle-top {
	 top:5px;
	 float: right;
	 transition:.3s;
	 margin-right:15px;
}
 .acc-header:hover .glyphicon-triangle-top {
	 color:#ff9c53;
}
 .acc-header-active .glyphicon-triangle-top {
	 transform: rotate(180deg);
	 color:#ff9c53;
}
 .acc-body {
	 padding: 0 40px;
	 margin: 0 auto;
	 background-color: white;
	 border:none;
	 box-shadow: none;
	 max-height: 0;
	 overflow: hidden;
	 transition: max-height 0.2s ease-out;
}
 .acc-body-active {
	 border: 2px solid #eeeeee;
	 padding: 15px 40px;
	 max-height: 5000px !important;
}
 .acc-body p:first-child {
	 margin-top:2%;
}
 @media (max-width: 1249px) {
	/* CSS for mobile/tablet */
	 .acc{
		 width:100% !important;
	}
}
 @media (max-width: 767px){
	 .acc-header {
		 font-size:14px;
	}
}
 .explorebtn-frame, .explorebtn-caption-frame {
	 display:flex;
	 justify-content: space-around;
	 flex-wrap:wrap;
	 margin:10px 0;
}
 .explorebtn-caption-frame:hover .explorebtn-captionbox {
	 box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
}
 .explorebtn-caption-frame:hover .explorebtn-btn{
	 visibility: visible;
	 opacity: 1;
}
 .explorebtn-caption-frame:hover .explorebtn {
	 background-size: 121%;
}
 .explorebtn {
	 height: 215px;
	 width: 32%;
	 margin:7px;
	 border-radius:6px !important;
	 background-color:#001447;
	 transition:all .3s ease-out;
	 display:flex;
	 flex-direction: column;
	 justify-content: center;
	 background-size:118%;
	 background-position:center;
	 box-shadow: 0 1px 6px rgba(32,33,36,.28);
	 cursor: pointer;
}
 .explorebtn-container {
	 height:40%;
	 width:90%;
	 padding:5px;
	 margin: 0 auto 3% auto;
	 border-radius:10px !important;
	 display:flex;
	 flex-direction:column;
	 justify-content: center;
	 transition:all .2s ease-out;
}
 .explorebtn-title {
	 text-align:center;
	 font-size:40px;
	 font-weight:600;
	 color:white !important;
	 margin:5px 0;
	 text-transform:uppercase;
	 text-shadow: rgb(0 0 0 / 50%) 2px 1px 3px;
}
 .explorebtn-btn {
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 2%;
	 width: 75%;
	 border:none;
	 border-radius:6px !important;
	 text-align: center;
	 background-color:white;
	 color:#001447;
	 padding:3.5%;
	 visibility: hidden;
	 opacity: 0;
	 transition: visibility 0s, opacity 0.3s linear;
	 transition: 0.3s ease-in-out;
	 box-shadow:rgb(0 0 0 / 50%) 2px 1px 3px;
}
 .explorebtn:hover {
	 background-size: 121%;
}
 .explorebtn:hover .explorebtn-btn {
	 visibility: visible;
	 opacity: 1;
}
 .explorebtn-btn:hover {
	 background-color:#ff9c53;
}
 .explorebtn-btn:active {
	 transform: translateY(1px) 
}
 .explorebtn-captionbox{
	 height: 215px;
	 width:60%;
	 padding: 10px 25px;
	 margin:auto;
	 font-size: 15px;
	 color: rgb(9, 30, 66) !important;
	 box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
	 border-radius: 6px !important;
	 display: flex;
	 text-align:center;
	 flex-flow: column;
	 justify-content: center;
	 cursor: pointer;
	 transition:all .3s ease-out;
}
 .explorebtn-captionbox-title {
	 font-weight:500;
	 color:#001447 !important;
	 font-size:25px;
	 margin-bottom:20px;
	 letter-spacing: .5px;
	 font-family: "BebasNeue", "Open Sans", sans-serif;
	 font-style: normal;
}
 @media (max-width: 1249px) {
	/* CSS for tablets */
	 .explorebtn-frame, .explorebtn-caption-frame{
		 justify-content:center;
	}
	 .explorebtn{
		 background-size:125% !important;
	}
	 .explorebtn:hover {
		 background-size:128%;
	}
	 .explorebtn-btn {
		 visibility: visible;
		 opacity: 1;
	}
	 .explorebtn-captionbox{
		 display:none;
	}
}
 @media (max-width: 767px) {
	/* CSS for mobile */
	 .explorebtn{
		 width:80% !important;
	}
}
 .navbtn-container {
	 display: flex;
	 justify-content:center;
}
 .navbtn-frame {
	 display:flex;
	 width:50%;
	 margin-bottom:35px;
	 border-radius: 20px !important;
	 box-shadow: 0 1px 6px rgba(32,33,36,.28);
}
 .navbtn{
	 display:flex;
	 padding:15px 30px;
	 height:100%;
	 width:100%;
	 word-wrap: break-word;
	 margin:none;
	 background-color:white;
	 color: white;
	 border: none;
	 border-left: solid 1.5px #C3C1C1;
	 transition:.4s ease-out;
	 border-radius: 20px !important;
}
 .navbtn:hover {
	 background-color:#ff9c53;
}
 .navbtn-icon {
	 height:50px;
	 width:auto;
	 margin-bottom:5px;
	 display:block;
	 transition:.4s ease-out;
}
 .navbtn-txt {
	 font-weight:bold;
	 color: #001447;
	 display: block;
	 margin:auto;
}
 #single-navbtn {
	 display: flex;
	 justify-content:center;
}
 #single-navbtn .navbtn-frame {
	 display:flex;
	 width:50%;
	 margin-bottom:35px;
	 border-radius: 20px !important;
	 box-shadow: 0 1px 6px rgba(32,33,36,.28);
}
 #single-navbtn .navbtn{
	 display:flex;
	 padding:15px 30px;
	 height:100%;
	 width:100%;
	 word-wrap: break-word;
	 margin:none;
	 background-color:white;
	 color: white;
	 border: none;
	 border-left: solid 1.5px #C3C1C1;
	 transition:.4s ease-out;
	 border-radius: 20px !important;
}
 #single-navbtn .navbtn:hover {
	 background-color:#ff9c53;
}
 #single-navbtn .navbtn-icon {
	 height:50px;
	 width:auto;
	 margin-bottom:5px;
	 display:block;
	 transition:.4s ease-out;
}
 #single-navbtn .navbtn-txt {
	 font-weight:bold;
	 color: #001447;
	 display: block;
	 margin:auto;
}
 @media (min-width: 768px) {
	/* For Desktop */
	 .navbtn-frame {
		 width:auto !important;
	}
	 .navbtn {
		 display:initial;
		 padding:25px 40px;
	}
	 .navbtn-icon {
		 height:70px;
		 margin-right: auto;
		 margin-left: auto;
	}
	 .navbtn:hover .navbtn-icon {
		 transform: translateY(-12px);
	}
	 #single-navbtn .navbtn-frame {
		 width:auto !important;
	}
	 #single-navbtn .navbtn {
		 display:initial;
		 padding:25px 40px;
	}
	 #single-navbtn .navbtn-icon {
		 height:70px;
		 margin-right: auto;
		 margin-left: auto;
	}
	 #single-navbtn .navbtn:hover .navbtn-icon {
		 transform: translateY(-12px);
	}
}
 .navbtn-container-2 {
	 display: flex;
	 justify-content:center;
}
 .navbtn-frame-2 {
	 display:flex;
	 flex-direction:column;
	 width:50%;
	 border-radius: 20px !important;
	 box-shadow: 0 1px 6px rgba(32,33,36,.28);
}
 .navbtn-2{
	 display:flex;
	 padding:15px 30px;
	 height:50%;
	 width:100%;
	 word-wrap: break-word;
	 margin:none;
	 background-color:white;
	 color: white;
	 border: none;
	 border-top: solid 1.5px #C3C1C1;
	 transition:.4s ease-out;
}
 .navbtn-2:first-of-type {
	 border-radius: 20px 20px 0 0!important;
	 border: none;
}
 .navbtn-2:last-of-type {
	 border-radius: 0 0 20px 20px !important;
}
 .navbtn-icon-2 {
	 height:70px;
	 width:auto;
	 margin-bottom:5px;
	 transition:.4s ease-in-out;
}
 .navbtn-txt-2 {
	 font-weight:bold;
	 color: #001447;
	 display: block;
	 margin:auto;
}
 .navbtn-2:hover {
	 background-color:#ff9c53;
}
 @media (min-width: 768px) {
	/* For Desktop */
	 .navbtn-frame-2 {
		 width:90% !important;
		 flex-direction:row;
	}
	 .navbtn-2 {
		 display:initial;
		 height:100%;
		 width:50% !important;
		 padding:20px 10px;
		 border: none;
		 border-left: solid 1.5px #C3C1C1;
	}
	 .navbtn-icon-2 {
		 height:70px;
		 margin-right: auto;
		 margin-left: auto;
		 margin-bottom:5px;
	}
	 .navbtn-2:first-of-type {
		 border-radius: 20px 0 0 20px!important;
		 border: none;
	}
	 .navbtn-2:last-of-type {
		 border-radius: 0 20px 20px 0 !important;
	}
	 .navbtn-2:hover .navbtn-icon-2 {
		 transform: translateY(-12px);
	}
}
 #mod-window-btn, #teambox-mod-window-btn {
	 border:none;
	 display:block;
	 margin:15px auto;
}
 #teambox-mod-window-btn {
	 margin:0 auto;
	 padding: 4px;
	 width:75%;
}
 .mod-window-fullscreen {
	 display: none;
	/* Hidden by default */
	 position: fixed;
	/* Stay in place */
	 z-index: 100;
	/* Sit on top */
	 Padding-top: 80px;
	/* Location of the box */
	 left: 0;
	 top: 0;
	 width: 100%;
	/* Full width */
	 height: 100%;
	/* Full height */
	 overflow: auto;
	/* Enable scroll if needed */
	 background-color: rgb(0,0,0);
	/* Fallback color */
	 background-color: rgba(0,0,0,0.4);
	/* Black w/ opacity */
}
 .mod-window-frame {
	 position: relative;
	 background-color: #fefefe;
	 margin: auto;
	 padding: 0;
	 border: 1px solid #888;
	 width: 45%;
	 left:11%;
	 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	 -webkit-animation-name: animatetop;
	 -webkit-animation-duration: 0.4s;
	 animation-name: animatetop;
	 animation-duration: 0.4s;
	 border-radius:6px !important;
}
 .mod-window {
	 padding: 10px 15px;
	 max-height:85vh;
	 overflow:auto;
}
 .mod-window p{
	 margin: 10px 20px;
}
/* Add Animation */
 @-webkit-keyframes animatetop {
	 from {
		 top:-300px;
		 opacity:0 
	}
	 to {
		 top:0;
		 opacity:1 
	}
}
 @keyframes animatetop {
	 from {
		 top:-300px;
		 opacity:0 
	}
	 to {
		 top:0;
		 opacity:1 
	}
}
/* The Close Button */
 .close-btn {
	 color: #001447 !important;
	 float: right;
	 font-size: 28px;
	 font-weight: bold;
	 transition: .2s ease-in-out;
}
 .close-btn:hover, .close-btn:focus {
	 color: #ff9c53;
	 text-decoration: none;
	 cursor: pointer;
}
 @media (min-width: 992px) and (max-width: 1249px){
	 .mod-window-frame {
		 width:50% !important;
	}
}
 @media (max-width: 991px){
	 .mod-window-frame {
		 width:90% !important;
		 left:0;
	}
}
 @media (max-width: 767px) {
	/* CSS for mobile */
	 .mod-window {
		 max-height:75vh !important;
		 ;
	}
}
 .rlink-title {
	 margin-bottom:25px;
	 font-size:30px;
	 font-weight:600;
	 text-align:center;
	 margin:40px 0 20px 0 !important;
	 font-size:25px !important;
	 font-weight:400 !important;
	 letter-spacing:1px;
}
 .rlink-container {
	 display: flex;
	 flex-flow:row;
	 flex-wrap:wrap;
	 justify-content:space-around;
	 margin:20px auto 15px auto;
	 text-align:center;
	 width:85%;
}
 .rlink{
	 width:30%;
	 margin:0 auto 10px auto;
	 border: 2px solid #001447 !important;
	 background-color:white !important;
	 color:#001447 !important;
	 font-weight:normal;
	 text-decoration: none !important;
	 padding: 7px;
	 border-radius: 10px !important;
	 transition: .2s;
}
 .rlink:hover {
	 border-color: #ff9c53 !important;
	 background-color:#ff9c53 !important;
	 color: white !important;
}
 @media (max-width: 1249px){
	 .rlink {
		 width:40% !important;
	}
}
 .popout-icon-container {
	 display:flex;
	 flex-wrap:wrap;
	 justify-content:center;
	 padding: 0 40px;
}
 .popout-icon {
	 height:160px;
	 width: 160px;
	 margin:0 50px;
	 transition: .3s ease-in-out;
	 border-radius: 100px !important;
	 padding:7px;
}
 .popout-icon:hover {
	 transform: scale(1.2);
	 z-index: 7;
	 box-shadow: 0 1px 10px rgba(32,33,36,.20);
	 background-color:white;
}
 .icon-slideshow {
	 margin-bottom: 20px;
}
 .icon-slideshow .row {
	 padding: 15px;
}
 .icon-slideshow .carousel-inner {
	 border-top: 5px solid #001447;
	 border-bottom: 5px solid #001447;
	 background: rgba(0, 0, 0, 0.05);
}
 .icon-container {
	 background-color: #fff;
	 padding: 15px 0;
	 border-radius: 10px !important;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 5px 0;
	 overflow: hidden;
}
 .icon-container img {
	 height:125px;
	 width:125px;
}
 .row-gray-boxes {
	 display:flex;
	 flex-direction:column;
}
 .gray-box {
	 width:100%;
	 background-color: #F5F5F5;
	 border-radius: 6px !important;
	 padding:30px;
	 font-size:16px;
	 margin-top:3%;
}
 .box-title{
	 text-align:center;
	 margin-bottom: 1.5%;
}
 .box-title-underline {
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom:3%;
	 width: 100px;
	 height:2px;
	 background-color: #F58220;
}
 .list-link {
	 display:block;
	 font-size:15px;
}
 .link {
	 text-decoration:none !important;
	 transition: .2s;
}
 .link:hover {
	 color: #F89E56 !important;
}
 @media (min-width: 768px) {
	 .paragraph-box {
		 padding-left:25px;
	}
	 .paragraph {
		 font-size:17px;
	}
	 .glyphicon {
		 font-size:15px;
	}
	 .row-gray-boxes {
		 flex-direction:row;
		 justify-content: space-around;
		 margin-top:3%;
	}
	 .gray-box {
		 width:45% !important;
		 margin-top:0;
	}
	 .row-gray-boxes :nth-of-type(2) {
		 margin-top:0;
	}
	 .footer-btn-frame {
		 width:auto !important;
	}
	 .footer-btn {
		 display:initial;
	}
	 .footer-btn-icon {
		 margin-right: auto;
		 margin-left: auto;
	}
	 .footer-btn:hover .footer-btn-icon {
		 transform: translateY(-12px);
	}
}
 .footer-btn-container {
	 display: flex;
	 justify-content:center;
}
 .footer-btn-frame {
	 display:flex;
	 width:70%;
	 border-radius: 20px !important;
	 box-shadow: -3px -3px 10px #C3C1C1, 3px 3px 10px #C3C1C1;
}
 .footer-btn{
	 display:flex;
	 padding:25px 40px;
	 height:100%;
	 width:100%;
	 word-wrap: break-word;
	 margin:none;
	 background-color:white;
	 color: white;
	 border: none;
	 border-left: solid 1.5px #C3C1C1;
	 transition:.4s ease-out;
	 border-radius: 20px !important;
}
 .footer-btn-icon {
	 height:70px;
	 width:auto;
	 margin-bottom:5px;
	 display:block;
	 transition:.4s ease-out;
}
 .footer-btn-text {
	 color: #001447;
	 font-weight:bold;
	 display: block;
	 margin:auto;
}
 .footer-btn:hover {
	 background-color:#F89D53;
}
 .paragraph-box {
	 padding-left:25px;
	 border-left: none;
}
 .subtitle {
	 font-size:30px;
	 text-align: center;
}
 .sub-list {
	 margin-top:1%;
}
 .sub-list::before {
	 content: '\2022';
	 font-weight:bold;
	 font-size:15px;
	 color:#F58220;
	 margin-right:10px;
}
 .box-container {
	 display:flex;
	 justify-content: space-around;
	 margin: 2% 0;
}
 .box-paragraph {
	 font-size:15px;
}
 .accordion-box{
	 border: solid #FBBB85 2px;
	 border-radius: 6px !important;
	 padding: 4px;
}
 .accordion {
	 color: #001447;
	 background-color:white;
	 cursor: pointer;
	 padding: 18px;
	 width: 100%;
	 border:none;
	 border-bottom: solid #D6D3D2 1px;
	 border-radius: 2px !important;
	 text-align: center;
	 outline: none;
	 font-size: 15px;
	 transition: 0.4s;
}
 .accordion:last-of-type {
	 border-bottom: none;
}
 .active, .accordion:hover {
	 background-color: #E8E8E7;
}
 .active {
	 border: none;
}
 .accordion:focus{
	 outline: none;
}
 .accordion:after {
	 content: '\002B';
	 color: #001447;
	 font-weight: bold;
	 font-size: 20px;
	 float: right;
	 margin-left: 5px;
}
 .panel {
	 padding: 0 18px;
	 margin: 0;
	 background-color: white;
	 box-shadow: none;
	 max-height: 0;
	 overflow: hidden;
	 display: hidden;
	 transition: max-height 0.2s ease-out;
}
 .panel p:first-child {
	 margin-top:2%;
}
 .list-main {
	 margin-top:1%;
}
 .list-main::before {
	 content: '\2022';
	 font-weight:bold;
	 font-size:18px;
	 color:#F58220;
	 margin-right:10px;
}
 </pre></body></html>