.ArcherProBook{
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif; 
	font-weight: 500; 
	font-style: normal;
}
.ArcherProSemiBold{
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif; 
	font-weight: 700; 
	font-style: normal;
}
.GothamCondensed{
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
	font-weight: 500; 
	font-style: normal;
}
.GothamNarrowBook{
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; 
	font-weight: 400; 
	font-style: normal;
}
/*
|-------------------------------------------------------------------------------------
|-- LIST VIEW
|-------------------------------------------------------------------------------------
*/
.custom_list.list_view{ 
	border-top: 2px solid #cccccc;
    padding-top: 13px;
    position: relative;
}
div div.custom_list.list_view a{
	text-decoration: none;
}
.custom_list.list_view .widgetTitle{
	color: #f54240;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.custom_list.list_view .items{
	display: inline-block;
	width: 100%;
}
.custom_list.list_view .slide{
	display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}
.custom_list.list_view .slide .imageCol{
	width: 33.3333%;
	float: left;
    position: relative;
}
.custom_list.list_view .slide .imageCol img{
    max-width: 212px;
    width: 100%;
}
.custom_list.list_view .slide .contentCol{
	width: 66.6667%;
	float: left;
	padding-left: 0.9375rem;
}
.custom_list.list_view .slide .contentCol .title{
	display: block;
    font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B",sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    position: relative;
    top: -6px;
}
.custom_list.list_view .slide .contentCol .title a{
	color: #f54240;
}
.custom_list.list_view .slide .contentCol .moreLink{

}
.custom_list.list_view .slide .contentCol .moreLink a{
	background-color: #2a6290;
    color: #fff;
    display: block;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 14px;
    line-height: 18px;
    min-height: 30px;
    min-width: 95px;
    padding: 7px 8px 8px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
	-webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.custom_list.list_view .slide .contentCol .moreLink a:hover{
	background-color: #0a4270;
}
.custom_list.list_view .linkText{
	width: 100%;
    text-align: right;
    display: block;
}
.custom_list.list_view .linkText a{
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif; 
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #2a6290;
	font-weight: 800;
    text-transform: uppercase;
	-webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.custom_list.list_view .linkText a:hover{
	color: #6e6e6b;
}
.custom_list.list_view .slide .playicon{
    display: block;
    width: 55px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px 11px;
    background-color: rgba(0,0,0,0.5);
    background-image: url("/includes/public/assets/images/play-arrow.png");
    background-position: 22px center;
    background-repeat: no-repeat;
    background-size: 15px 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 275ms ease-in-out;
    -moz-transition: all 275ms ease-in-out;
    -o-transition: all 275ms ease-in-out;
    transition: all 275ms ease-in-out;
}
.custom_list.list_view .slide .imageCol a:hover .playicon{
    background-color: rgba(218,41,28, 0.95);
    border: solid 1px rgba(255, 255, 255, 0.41);
}



/*
|-------------------------------------------------------------------------------------
|-- GRID VIEW (2x2)
|-------------------------------------------------------------------------------------
*/
.custom_list.grid_view{ 
	border-top: 2px solid #cccccc;
    padding-top: 13px;
    position: relative;
}
div div.custom_list.grid_view a{
	text-decoration: none;
}
.custom_list.grid_view .widgetTitle{
	color: #f54240;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.custom_list.grid_view .items{
	display: inline-block;
	width: 100%;
}
.custom_list.grid_view .slide{
	display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.custom_list.grid_view .slide .imageCol{
	margin-bottom: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    width: auto;
}
.custom_list.grid_view .slide .imageCol img{
	max-width: 465px;
    width: 100%;
}
.custom_list.grid_view .slide .contentCol .title{
	display: block;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 9px;
    position: relative;
}
.custom_list.grid_view .slide .contentCol .title a{
	color: #f54240;
	font-weight: 700;
}
.custom_list.grid_view .slide .contentCol .description{
    color: #000000;
    display: block;
    font-family: "verdana",sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}
.custom_list.grid_view .slide .contentCol .moreLink a{
	background-color: #2a6290;
    color: #fff;
    display: inline-block;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 16px;
    min-height: 36px;
    min-width: 95px;
    padding: 10px 10px 8px;
    text-align: center;
    letter-spacing: -0.5px;
    text-transform: none;
	-webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.custom_list.grid_view .slide .contentCol .moreLink a:hover{
	background-color: #0a4270;
}
.custom_list.grid_view .linkText{
	width: 100%;
    text-align: right;
    display: block;
}
.custom_list.grid_view .linkText a{
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif; 
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #2a6290;
	font-weight: 800;
    text-transform: uppercase;
	-webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.custom_list.grid_view .linkText a:hover{
	color: #6e6e6b;
}
.custom_list.grid_view .slide .playicon{
    display: block;
    width: 85px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 14px 15px;
    background-color: rgba(0,0,0,0.5);
    background-image: url("/includes/public/assets/images/play-arrow.png");
    background-position: 33px center;
    background-repeat: no-repeat;
    border: solid 1px rgba(255, 255, 255, 0.41);
    -webkit-transition: all 275ms ease-in-out;
    -moz-transition: all 275ms ease-in-out;
    -o-transition: all 275ms ease-in-out;
    transition: all 275ms ease-in-out;
}
.custom_list.grid_view .slide .imageCol a:hover .playicon{
    background-color: rgba(218,41,28, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
}


/*
|-------------------------------------------------------------------------------------
|-- SHOWCASE / GRID VIEW (3 x (SlideCount/3))
|-------------------------------------------------------------------------------------
*/
.grid_three_wide{ 
    border-top: 2px solid #cccccc;
    padding-top: 13px;
    position: relative;
    margin: 45px 0;
}
.wrapper div .custom_list.grid_three_wide a{
    text-decoration: none;
}
.grid_three_wide .widgetTitle{
    color: #f54240;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    padding-right: 170px;
    margin-bottom: 34px;
}
.grid_three_wide .items{
    max-width: 295px;
    width: auto;
    margin: auto;
}
.grid_three_wide .slide{
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.grid_three_wide .slide .imageCol{
    margin-bottom: 12px;
    padding: 0;
    width: 100%;
    position: relative;
}
.grid_three_wide .slide .contentCol{
    top: 0;
    width: 100%;
    padding: 0;
}
.grid_three_wide .slide .contentCol .title{
    display: block;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 14px;
    position: relative;
}
.grid_three_wide .slide .contentCol .title a{
    color: #f54240;
    font-weight: 700;
}
.grid_three_wide .slide .contentCol .date{
    color: #bebebe;
    display: inline;
    font-family: "Verdana",sans-serif;
    font-size: 14px;
}
.grid_three_wide .slide .contentCol .author{
    color: #bebebe;
    display: inline;
    font-family: "Verdana",sans-serif;
    font-size: 14px;
}
.grid_three_wide .slide .contentCol .author .name{
    color: #236192;
}
.grid_three_wide .slide .contentCol .moreLink a{
    background-color: #2a6290;
    color: #fff;
    display: inline-block;
    font-family: "Archer SSm A","Archer SSm B",sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 16px;
    min-height: 36px;
    min-width: 95px;
    padding: 10px 10px 8px;
    text-align: center;
    letter-spacing: -0.5px;
    text-transform: none;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.grid_three_wide .slide .contentCol .moreLink a:hover{
    background-color: #0a4270;
}
.grid_three_wide .linkText{
    width: 100%;
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
}
.grid_three_wide .linkText a{
    font-family: 'Archer SSm A', 'Archer SSm B', sans-serif; 
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #2a6290;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
.grid_three_wide .linkText a:hover{
    color: #6e6e6b;
}
.grid_three_wide .slide .playicon{
    display: block;
    width: 85px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 14px 15px;
    background-color: rgba(0,0,0,0.5);
    background-image: url("/includes/public/assets/images/play-arrow.png");
    background-position: 33px center;
    background-repeat: no-repeat;
    border: solid 1px rgba(255, 255, 255, 0.41);
    -webkit-transition: all 275ms ease-in-out;
    -moz-transition: all 275ms ease-in-out;
    -o-transition: all 275ms ease-in-out;
    transition: all 275ms ease-in-out;
}
.grid_three_wide .slide .imageCol a:hover .playicon{
    background-color: rgba(218,41,28, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
}



/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.custom_list.list_view .widgetTitle{
    	font-size: 50px;
    	line-height: 50px;
    	padding-right: 170px;
    	margin-bottom: 34px;
    }
    .custom_list.list_view {
    	padding-top: 2px;
	}
	.custom_list.list_view .slide .contentCol {
    	padding-left: 30px;
    }
    .custom_list.list_view .linkText{
    	position: absolute;
    	top: 12px;
    }
    /*
	|------------------------
	|-- GRID VIEW (2x2)
	|------------------------
	*/
    .custom_list.grid_view .widgetTitle{
    	font-size: 50px;
    	line-height: 50px;
    	padding-right: 170px;
    	margin-bottom: 34px;
    }
    .custom_list.grid_view {
    	padding-top: 2px;
	}
	.custom_list.grid_view .slide{
		width: 50%;
		float: left;
		padding-right: 15px;
		padding-left: 0;
	}
	.custom_list.grid_view .slide:nth-of-type(even){
		padding-left: 15px;
		padding-right: 0;
	}
	.custom_list.grid_view .slide .contentCol {
    	/*padding-left: 30px;*/
    }
    .custom_list.grid_view .linkText{
    	position: absolute;
    	top: 12px;
    }
     /*
    |------------------------
    |-- SHOWCASE / GRID VIEW (3 by (slidecount/3)))
    |------------------------
    */
    .grid_three_wide .items {
        margin: 0px -15px;
        max-width: none;
    }
    .grid_three_wide .slide .imageCol{
        margin-bottom: 12px;
        padding: 0;
        width: 100%;
    }
    .grid_three_wide .slide .contentCol{
        top: 0;
        width: 100%;
        padding: 0;
    }

}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {  
    .grid_three_wide .slide{
        padding: 0 15px;
        vertical-align: top;
        width: 49%;
    }    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 

	/*side column - list View*/
	.large-4.columns .custom_list.list_view .widgetTitle{
    	font-size: 40px;
    	line-height: 40px;
    	margin-bottom: 25px;
    	padding-right: 0;
    }
	.large-4.columns  .custom_list.list_view .imageCol{
		width: auto;
		margin-bottom: 12px;
	} 
	.large-4.columns  .custom_list.list_view .contentCol{
		width: 100%;
		padding-left: 0;
	} 
	.large-4.columns .custom_list.list_view .linkText{
    	position: relative;
    	top: auto;
    }
    /*side column - grid view */
    .large-4.columns .custom_list.grid_view .widgetTitle{
    	padding-right: 0;

    }
    .large-4.columns .custom_list.grid_view .linkText{
    	position: relative;
    	top: auto;
    }
    .large-4.columns .custom_list.grid_view .slide{
    	width: 100%;
    	margin: 0 0 30px 0;
    }
    .large-4.columns .custom_list.grid_view .slide:nth-of-type(2n){
    	padding-left: 0;
    }
    /*
    |------------------------
    |-- SHOWCASE / GRID VIEW (3 by (slidecount/3)))
    |------------------------
    */

    .grid_three_wide .slide{
        padding: 0 15px;
        vertical-align: top;
        width: 33%;
    }
    /*side*/
    .large-4.columns .grid_three_wide .items {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .large-4.columns .grid_three_wide .slide{
       width: 100%;
       padding: 0;
       margin-bottom: 45px;
    }
    .large-4.columns .grid_three_wide .linkText{
       top: auto;
       bottom: -15px;
    }
    .large-4.columns .grid_three_wide .widgetTitle{
       padding: 0;
    }
        

}

/*
|------------------------
|-- THEME OVERWRITES
|------------------------
*/
/*
| - - - - - - - - - 
|  orange
| - - - - - - - - -
*/
/*buttons*/
.theme_orange_slate .custom_list .slide .contentCol .author .name{color: #425563;}
.theme_orange_slate .custom_list .slide .contentCol .moreLink a{background-color: #425563;}
.theme_orange_slate .custom_list .slide .contentCol .moreLink a:hover{background-color: #293641;}
.wrapper .theme_orange_slate .custom_list .linkText a{color: #425563;}
/*text*/
.theme_orange_slate .custom_list .widgetTitle{color: #fe5000;}
.theme_orange_slate .custom_list .slide .contentCol .title a{color: #fe5000;}

/*
| - - - - - - - - - 
|  BLUE
| - - - - - - - - -
*/
/*buttons*/
.theme_coral_blue .custom_list .slide .contentCol .author .name{color: #236192;}
.theme_coral_blue .custom_list .slide .contentCol .moreLink a{background-color: #236192;}
.wrapper .theme_coral_blue .custom_list .linkText a{color: #236192;}
.theme_coral_blue .custom_list .slide .contentCol .moreLink a:hover{background-color: #0a4270;}
/*text*/
.theme_coral_blue .custom_list .widgetTitle{color: #f9423a;}
.theme_coral_blue .custom_list .slide .contentCol .title a{color: #f9423a;}
/*
| - - - - - - - - - 
|  MOSS (dark green)
| - - - - - - - - -
*/
/*buttons*/
.theme_moss_red .custom_list .slide .contentCol .author .name{color: #da291c;}
.theme_moss_red .custom_list .slide .contentCol .moreLink a{background-color: #da291c;}
.wrapper .theme_moss_red .custom_list .linkText a{color: #da291c;}
.theme_moss_red .custom_list .slide .contentCol .moreLink a:hover{background-color: #950000;}
/*text*/
.theme_moss_red .custom_list .widgetTitle{color: #4f868e;}
.theme_moss_red .custom_list .slide .contentCol .title a{color: #4f868e;}
/*
| - - - - - - - - - 
|  YELLOW
| - - - - - - - - -
*/
/*buttons*/
.theme_yellow_orange .custom_list .slide .contentCol .author .name{color: #fe5000;}
.theme_yellow_orange .custom_list .slide .contentCol .moreLink a{background-color:#fe5000;}
.wrapper .theme_yellow_orange .custom_list .linkText a{color: #fe5000;}
.theme_yellow_orange .custom_list .slide .contentCol .moreLink a:hover{background-color: #d43e03;}
/*text*/
.theme_yellow_orange .custom_list .widgetTitle{color: #ffc72c;}
.theme_yellow_orange .custom_list .slide .contentCol .title a{color: #ffc72c;}
/*
| - - - - - - - - - 
|  PURPLE
| - - - - - - - - -
*/
/*buttons*/
.theme_purple_slate .custom_list .slide .contentCol .author .name{color: #425563;}
.theme_purple_slate .custom_list .slide .contentCol .moreLink a{background-color:#425563;}
.wrapper .theme_purple_slate .custom_list .linkText a{color: #425563;}
.theme_purple_slate .custom_list .slide .contentCol .moreLink a:hover{background-color: #293641;}
/*text*/
.theme_purple_slate .custom_list .widgetTitle{color: #606eb2;}
.theme_purple_slate .custom_list .slide .contentCol .title a{color: #606eb2;}
/*
| - - - - - - - - - 
|  SKY
| - - - - - - - - -
*/
/*buttons*/
.theme_sky_moss .custom_list .slide .contentCol .author .name{color: #4f868e;}
.theme_sky_moss .custom_list .slide .contentCol .moreLink a{background-color:#4f868e;}
.wrapper .theme_sky_moss .custom_list .linkText a{color: #4f868e;}
.theme_sky_moss .custom_list .slide .contentCol .moreLink a:hover{background-color: #36676c;}
/*text*/
.theme_sky_moss .custom_list .widgetTitle{color: #5bc2e7;}
.theme_sky_moss .custom_list .slide .contentCol .title a{color: #5bc2e7;}
