/* UNI strap */
@import url('https://fonts.googleapis.com/css?family=Amiri|PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

#UNIFooter {
    font-family: 'Amiri' !important;
    background-color: #1A1914;
}

#footer-widget{
    height:calc(100vh - 70px);
    width:100%;
}

.fit-widget{
	width:100%;
	height:100%;
}

/* First Row */
.col-UNI-4 {
	float:left;
	width: 23.5%;
	padding-bottom: 10em;
	margin-bottom: -10em;
	padding-right: 0px;
	border-left: 1px solid #383838;
	text-align: left;
 }

/* Second Row */
.col-UNI-3 {
 	 float: left;	
	 width:33.3%;
}

#UNIFooter .row{
	margin:0;
	padding:0;
	width:100%;
}

#UNIFooter .row:after {
  content: "";
  display: table;
  clear: both;
}

#UNIFooter .spacer{
    display:block;
	height:20px;
}



#UNIFooter .first-row ul li {
	margin: 0 20px 0 5px;
	padding:0 5px 0 10px;
}

#UNIFooter .first-row ul li:hover{
    background-color: #383838;
    text-decoration: none;
} 

#UNIFooter .first-row  {
    overflow:hidden !important;
    margin-bottom: 30px;
	padding:30px 0 0 30px;	
}

#UNIFooter .first-row ul {
    list-style-type: none;
    padding-left: 20px;
    line-height: 1.5em;
	margin:0;
}

#UNIFooter .first-row h5 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2em;
    color: #CCCCCC;
    font-weight: 700;
    margin: 0 0 5px 0;
	white-space: nowrap;
	
}

#UNIFooter .first-row h5 > a{
	margin-left:-5px !important;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


#UNIFooter .first-row h5 > a:hover{
    color: #CCCCCC;
}

#UNIFooter .first-row a {
    color: #CCCCCC;
    text-decoration: none;
	font-family: 'Amiri', serif;
	font-size:15px;
	line-height:1.3em;
	font-style: normal;
	opacity: 1;
}

#UNIFooter .second-row a {
    color: #CCCCCC;
    text-decoration: none;
    opacity: 1;
}

#UNIFooter a:hover,
#UNIFooter a:focus {
    text-decoration: none;
    color: #ffffff;
}

#UNIFooter .second-row {
	min-height:40px;
    background-color: #367980;
	display:block;
	margin-top:20px;
	width:100%;
}


#UNIFooter .second-row .UNI-copyright{
	line-height: 14px;
    text-align:left;
    padding:12px 0 0 55px;
    font-family: 'Amiri', serif;     
}
#UNIFooter .second-row .centerlinks{
	line-height: 14px;
	text-align: center;
	padding:10px 0 0 40px;
}

#UNIFooter .second-row .social-icons{
	line-height: 14px;
	text-align: right;
	padding:10px 105px 0 20px;  
}

#UNIFooter .second-row .UNI-copyright a{
    font-size: 14px;
    font-weight: normal;
	font-style: italic;

}

#UNIFooter .second-row .centerlinks a{
	text-transform:uppercase; 
    font-size: 11px;
    font-weight: normal;
	font-style: normal;
	padding:0 10px 0 0;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif !important;
    
}

#UNIFooter .second-row .social-icons a{
	font-size: 17px;
	padding:0 10px 0 10px;
}


#UNIFooter .second-row .facebook:hover {
    color: #0077e2;
}

#UNIFooter .second-row .linkedin:hover {
    color: #A5B6FA;
}

#UNIFooter .second-row .twitter:hover {
    color: #00aced;
}


@media screen and (max-width: 790px) {
#UNIFooter .first-row ul li {
	/*border-bottom: 1px solid #383838; */
}

#UNIFooter .first-row h5 {
    margin-top: 10px;
	text-decoration: underline;
}
#UNIFooter .spacer{
    display:none;
	height:0;
}

#UNIFooter .second-row {
	padding:20px 0 20px 0;
	margin-top:20px;
	display: block;
	width:100%;
}

#UNIFooter .first-row, 
#UNIFooter .second-row .UNI-copyright, 
#UNIFooter .second-row .centerlinks, 
#UNIFooter .second-row .social-icons{
	padding:10px 0 10px 0;
	text-align: center;
	float: none;
	margin:0 auto;
}
.col-UNI-4 {
 	 display: block;
	 width: 100%;
	 border-left: none;
	 text-align: center 
 }
	
.col-UNI-3, .col-UNI-4{
	width:100%;
	float:none;
   }
}

@media screen and (max-width: 1124px) and (min-width: 790px) {
    #UNIFooter .first-row ul li {
		border-bottom: 1px solid #383838;
		font-size:15px;
		line-height:1.4;
		padding-left:0px;
		margin-left:5px;
	}
	#UNIFooter .first-row h5 {
		font-size:13px;
		margin-left:5px;
	}
    #UNIFooter .first-row ul{
        padding-left:10px;
    }	
    #UNIFooter .first-row a {
    	font-size:13px;
    }
	
    #UNIFooter .second-row {
	    
    }
}

@media screen and (max-width: 930px) and (min-width: 790px) {
    #UNIFooter .second-row {
	    padding-bottom:10px;
	    min-height:50px;
    }
}

#UNIFooter .responsive .container {
    width: 100% !important;
    max-width: 100% !important; 
    margin: 0 auto !important;
    padding:0 !important;
    float: none;

}

/* WordPress Overrides move to master stylesheet */
#footer, #footer .container_wrap, #footer .container {
    padding: 0 !important;
    margin: 0 !important;
    width:100%;
}


#footer .container {
	width:100% !important; 
	max-width:100% !important;
	padding:0 !important;
	margin:0 !important;
}

#footer .widget {
    padding: 0;
    margin: 0;
    overflow: hidden;
}


/* DNN Overrides */

div.UNI-copyright {
    opacity: 1;
}

/*
#UNIFooter .second-row .UNI-copyright, #UNIFooter .second-row .centerlinks{
    padding-top: 0px;
}
*/


/* WordPress Fix - move to main stylesheet 
.responsive #top #wrap_all .container {
    width: 100%;
    max-width: 100%;
}
*/
@media only screen and (max-width: 767px) {
/*#footer .responsive #top .container .av-content-small, 
#footer .responsive #top #wrap_all .flex_column, 
#footer .responsive #top #wrap_all .av-flex-cells .no_margin,*/
#footer .container .flex_column{
    margin-bottom: 0 !important;
}
}

/* WordPress Fix End 
#UNIFooter .responsive #top #wrap_all .container,
#UNIFooter .responsive #top .container .av-content-small, 
#UNIFooter .responsive #top #wrap_all .flex_column, 
#UNIFooter .responsive #top #wrap_all .av-flex-cells .no_margin,
#footer .container{
    margin: 0;
    margin-bottom: 0 !important;
    width: 100%;
}
}
*/

#UNIFooter .pubs-submit{
    display:none;
}
#UNIFooter .pubs-submit li a:hover{
     display: block; 
    -webkit-transition: height 1s ease;
    -moz-transition: ease-in 2s none;
    -ms-transition: ease-in  2s none;
    -o-transition: ease-in  2s none;
     transition: ease-in  2s none;  
}

.footer-lg a {
    font-weight:normal !important;
}