/*
Theme Name: The International Research Foundation (for English Language Education)
Theme URI: http://www.byte-technology.com
Description: A custom theme designed and developed specifcally for TIRF.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

/* Begin Typography & Colors */
body {
	font-size: 13px; 
	font-family: 'Amiko', sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	background-image: url(images/site-bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	}
	
a {
	outline: none;	
}

#page {
	max-width: 985px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	background-color: #fff;
    box-sizing: border-box;
    padding: 18px 3.9% 0 3.9%;
}
#header:after {
  content:"";
  display: table;
  width: 100%;
  height: 1px;
}

#headerimg {
	float:left;
}

/* search & social */

#searchBox {
	float:right;
	width:190px;
	margin-top: 17px;
	text-align: right;
}

.field {
	color:#b0adad;
	width: 150px;
	height: 20px;
	padding-left: 25px;
	background-image: url(images/searchbox.gif);
	background-repeat: no-repeat;
	border: 1px solid #fff;
	font-size: 11px;
}

#socialBox {
	float:right;
	width: 190px;	
	margin-top: 15px;
}

.socialIcon {
	float:left;
	margin-right:7px;
}	

.addtoany_list{
	margin: 0;
	padding: 0;
}

.addtoany_list li{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* New Nav */
.mainNavigation {
    position: relative;
	width: 100%;
	padding-top:18px;
    clear: both;
}
.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
}
.mainNavigation .main-menu {
    clear: both;
}
#menutoggler {
    float: left;
    cursor: pointer;
    line-height: 24px;
    color: #fff;
    padding: 1em 1em 0.5em 1em;
    border-radius: 4px;
	background: #1b1fb2;
	margin: 0 0 6px 0;
background: -moz-linear-gradient(top, #5362c8 0%, #1b1fb2 100%);
background: -webkit-linear-gradient(top, #5362c8 0%,#1b1fb2 100%);
background: linear-gradient(to bottom, #5362c8 0%,#1b1fb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5362c8', endColorstr='#1b1fb2',GradientType=0 );
}
#menutoggler:focus,
#menutoggler:hover {
    background: #004403;
    background: -moz-linear-gradient(top, #006d33 0%, #004403 100%);
    background: -webkit-linear-gradient(top, #006d33 0%,#004403 100%);
    background: linear-gradient(to bottom, #006d33 0%,#004403 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d33', endColorstr='#004403',GradientType=0 );
}
#menutoggler .burger {
    float: left;
    margin-right: 1.5em;
}
#menutoggler .burger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menutoggler .burger span:first-child {
  transform-origin: 0% 0%;
}
#menutoggler .burger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menutoggler.active .burger span{
  opacity: 1;
  transform: rotate(45deg) translate(-14px, -14px);
}
#menutoggler.active .burger span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menutoggler.active .burger span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-6px, 6px);
}


.utility-menu {
	clear: both;
	float: right;
	padding: 0 36px 0 0;
}
.utility-menu ul {
	padding: 0;
	margin: 0;
	text-align:right;
	list-style: none;
}
  .utility-menu a {
    color: #fff;
    font-size:14px;
    font-weight: bold;
    line-height: 160%;
    padding: 2px 1em 0 1em;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;background: #a90329;
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    border: 1px solid #fff;
    box-shadow:  0 0 0 2px #1b1fb2;
}
  .utility-menu a:focus,
  .utility-menu a:hover {
	background: #1b1fb2;
background: -moz-linear-gradient(top, #5362c8 0%, #1b1fb2 100%);
background: -webkit-linear-gradient(top, #5362c8 0%,#1b1fb2 100%);
background: linear-gradient(to bottom, #5362c8 0%,#1b1fb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5362c8', endColorstr='#1b1fb2',GradientType=0 );
}

@media screen and (max-width: 959px) {
  .utility-menu {
    margin: 20px 0 -60px 0;
  }
}


@media screen and (min-width: 960px) {

.mainNavigation .main-menu {display: block !important;}
#menutoggler {display: none;}

.main-menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 0.15em;
    vertical-align: top;
}

.main-menu > ul > li > a {
    color: #fff;
	background: #1b1fb2;
background: -moz-linear-gradient(top, #5362c8 0%, #1b1fb2 100%);
background: -webkit-linear-gradient(top, #5362c8 0%,#1b1fb2 100%);
background: linear-gradient(to bottom, #5362c8 0%,#1b1fb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5362c8', endColorstr='#1b1fb2',GradientType=0 );
    padding: 2px 1em 0 1em;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
}


.main-menu > ul > li.highlight:last-child > a {
    position: static;
}

.main-menu > ul > li > a:focus,
.main-menu > ul > li > a:hover {
    background: #004403;
    background: -moz-linear-gradient(top, #006d33 0%, #004403 100%);
    background: -webkit-linear-gradient(top, #006d33 0%,#004403 100%);
    background: linear-gradient(to bottom, #006d33 0%,#004403 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d33', endColorstr='#004403',GradientType=0 );
}

.main-menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 4px;
    z-index: 999;
    background: #f3f3f3;
    width: 240px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 4px;
}
.main-menu ul li:focus ul,
.main-menu ul li:hover ul {
    display: block;
}
.main-menu ul li ul li a {
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 0 0.5em;
    color: #000;
    font-weight: 600;
}
.main-menu ul li ul li a:focus,
.main-menu ul li ul li a:hover {
    color: #004403;
}
.main-menu ul li ul li:last-child a {
    border-bottom: none;
}

/* 
*  NOTE: UN_COMMENT THIS SECTION TO DISPLAY THE CURRENT SECTION SECOND LEVEL MENU LINKS - BEST FOR TOUCH_SCREENS

  .main-menu ul li.current_page_item ul,
  .main-menu ul li.current_page_parent ul {
    display: block;
    position: relative;
    top: 4px;
    width: 100px;
    overflow: visible;
    white-space: nowrap;
    background: none;
    border: none;
    z-index: 9;
  }
  .main-menu ul li.current_page_item ul li,
  .main-menu ul li.current_page_parent ul li {
    display: inline-block;
  }
  .main-menu ul li.current_page_item ul li a,
  .main-menu ul li.current_page_parent ul li a {
    display: inline-block;
    border: none;
  }
  
 */
  
  .main-menu > ul > li.menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #fff;
    margin-left: 0.4em;
    position: relative;
    left: 0.4em;
    top: 4px;
    transform: rotate(90deg);
  }
  .main-menu > ul > li.menu-item-has-children.current_page_item > a:after,
  .main-menu > ul > li.menu-item-has-children.current_page_parent > a:after {
    border-left-color: #003;
  }
}

@media screen and (max-width: 960px) {
  .main-menu > ul {
	background: #1b1fb2;
background: -moz-linear-gradient(top, #5362c8 0%, #1b1fb2 100%);
background: -webkit-linear-gradient(top, #5362c8 0%,#1b1fb2 100%);
background: linear-gradient(to bottom, #5362c8 0%,#1b1fb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5362c8', endColorstr='#1b1fb2',GradientType=0 );
    border-radius: 6px;
    padding: 1em 0;
  }
  .main-menu ul ul {
    padding: 0 0 0.5em 1.5em;
  }
  .main-menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.25em 1em;
  }
  .main-menu > ul > li > a {
    border-top: 1px solid rgba(255,255,255, 0.1);
    padding-top: 0.5em;
  }

}

/* navigation items */

#navigation {
	width: 100%;
	padding-top:18px;
    overflow: hidden;
    clear: both;
}

.navBtn {
    display: inline-block;
    margin: 0 0.3em 0.5em 0.3em;
}

.navBtn a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;	
}
.navBtn > a {
	color: #fff;
	background: #1b1fb2;
background: -moz-linear-gradient(top, #5362c8 0%, #1b1fb2 100%);
background: -webkit-linear-gradient(top, #5362c8 0%,#1b1fb2 100%);
background: linear-gradient(to bottom, #5362c8 0%,#1b1fb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5362c8', endColorstr='#1b1fb2',GradientType=0 );
    line-height: 21px;
    padding: 0 1em;
    padding: 2px 1em 0 1em;
    display: inline-block;
    border-radius: 4px;
}
.navBtn > a:focus,
.navBtn > a:hover {
    background: #004403;
    background: -moz-linear-gradient(top, #006d33 0%, #004403 100%);
    background: -webkit-linear-gradient(top, #006d33 0%,#004403 100%);
    background: linear-gradient(to bottom, #006d33 0%,#004403 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d33', endColorstr='#004403',GradientType=0 );
}


.navLcap {
	float:left;
	width:4px;
	height:25px;
	background-image: url(images/nav-lcap.gif);
	display: none;
}
.navRcap {
	float:left;
	width:4px;
	height:25px;
	margin-right: 7px;
	background-image: url(images/nav-rcap.gif);
	display: none;
}

/* sub nav items */

.navBtn ul {
	position: absolute;	
    	margin-top: 15px;
    	margin-left: 10px;
	padding-left: 20px;
	padding-top: 3px;
	background: #fff url(images/sub-nav-bg.gif) no-repeat;
}

.navBtn li {
	float:left;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 10px;
	list-style: none;
}

.navBtn li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.navBtn .sub_current_page a {
	color:#0000ff;	
}

@media screen and (max-width: 1005px) {
  #navigation {
    position: relative;
    height: auto;
    padding-bottom: 30px;
    z-index: 99999;
  }
  .navBtn ul {
	position: absolute;	
    	margin-top: 15px;
    	margin-left: 10px;
	padding-left: 20px;
	padding-top: 3px;
	background: #fff url(images/sub-nav-bg.gif) no-repeat;
  }
}

/* home specific items */

#homeSlideshow {
    position: relative;
    width: 108%;
    height: auto;
    margin: 1px -4%;
    box-sizing: border-box;
    overflow: hidden;
}
#homeSlideshow * {
    max-width: 100% !important;
    background-size: contain !important;
}
.nivoSlider {
    width: 100% !important;
}
.nivo-slice {
    display: none !important;
}

#homeActionItems {
    width: 100%;
    margin-top: 18px;
    overflow: hidden;
}

.actionItem {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    text-align: center;
}
.actionItem:last-child {
    margin-right: 0 !important;
}

.actionItem img {
    width: 100%;
    height: auto;
    border-radius: 0.5em;
 /*   border: 1px solid #ccc; */
    box-sizing: border-box;
}

.actionItem h2 {
	margin-bottom:17px;
	text-transform: uppercase;
}

.actionItemBtn {
}

.actionItemBtn a {
display: block;
background: #1b1fb2;
background: -moz-linear-gradient(top, #5362c8 0%, #1b1fb2 100%);
background: -webkit-linear-gradient(top, #5362c8 0%,#1b1fb2 100%);
background: linear-gradient(to bottom, #5362c8 0%,#1b1fb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5362c8', endColorstr='#1b1fb2',GradientType=0 );
    margin-bottom: 15px;
    text-align: center;
    border-radius: 0.5em;
    line-height: 250%;
    border: 2px solid #1b1fb2;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px #fff;
	font-weight: bold;
	font-size: 14px;
	color: #fff;	
	text-decoration: none;
}
.actionItemBtn a:focus,
.actionItemBtn a:hover {
background: #004403;
background: -moz-linear-gradient(top, #006d33 0%, #004403 100%);
background: -webkit-linear-gradient(top, #006d33 0%,#004403 100%);
background: linear-gradient(to bottom, #006d33 0%,#004403 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d33', endColorstr='#004403',GradientType=0 );
}

#homeBreakingNews {
    position: relative;
	width:100%;
	min-height:73px;
	margin-top: 28px;
	overflow: hidden;
	background: #1b1fb2 url(images/stripeBG_200.png);
    border-radius: 0.5em;
    padding: 12px 3%;
    box-sizing: border-box;
    overflow: hidden;
}

#homeBreakingNews h2 {
	float:left;
    width: 180px;
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
}

.breakingNewsEntry {
    color: #fff;
    width: calc(100% - 181px);
    font-size: 13px;
    float: left;
    padding: 0 0 0 1em;
    box-sizing: border-box;	
}

.breakingNewsEntry a {
	color: #fff;	
}
.homeRecentPost {
	padding: 8px;
	margin-top: 40px;	
	border: 1px solid #1f248d;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    box-sizing: border-box;
}
.homeNewsletter {
    box-sizing: border-box;
    margin: 40px auto 20px auto;
    clear: both;
    float: right;
}
a.newsletterButton {
    display: inline-block;
    text-decoration: none;
    background: #444;
    border: 1px solid #1f248d;
    border-radius: 4px;
    color: #fff;
    padding: 0.5em 3em 0.5em 1em;
    font-size: 14px;
    font-weight: bold;
    box-shadow: inset 0 0 0 2px #fff;
    position: relative;
}
a.newsletterButton:focus,
a.newsletterButton:hover {
    background: #000;
}
a.newsletterButton:after {
    content: "\00BB";
    position: absolute;
    right: 1.7em;
        z-index: 10;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 2.275);
}

a.newsletterButton:focus:after,
a.newsletterButton:hover:after {
    -webkit-transform: translateX(1.3em);
    -moz-transform:  translateX(1.3em);
    -ms-transform: translateX(1.3em);
    -o-transform: translateX(1.3em);
    transform: translateX(1em);
}


@media screen and (max-width: 600px) {
  #homeBreakingNews h2 {
	float:none;
    width: auto;
  }
  .breakingNewsEntry {
    width: auto;
    float: none;
    padding: 0;
  }
}

img {
    max-width: 100%;
    height: auto;
}

#content {
	width: 100%;
	min-height: 400px;
	background-color: #fff;
	overflow: hidden;
    box-sizing: border-box;
    padding: 18px 3.9% 0 3.9%;
}

.post {
 	float:left;
	width: 79%;
	min-height: 525px;
	padding: 8px;
	margin-top: 40px;	
	border: 1px solid #1f248d;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
    box-sizing: border-box;
}
#content .post:first-child {
    margin-top: 0;
}

#pageHeader {
	float:left;
	width:100%;
	height: 200px;
	overflow: hidden;	
	margin-bottom: 10px;
}

#pageHeader h2 {
	float:left;
	color: #fff;
	padding: 4px;
	font-size: 28px;
	margin-left: 10px;
	margin-top: 148px;
	font-weight: normal;	
	background-color: #555;
    border-radius: 4px;
}

.entry {
	overflow: hidden;
    width: 100%;
	line-height: 18px;	
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #42878e;
}

.entryTimestamp {
	float:left;
	color:#666;	
}

.entryTags {
	float:right;
}

.newsEntry {
	float:left;
	width: 100%;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;	
}

#footer {
	float:left;
	width: 100%;
	min-height: 90px;
	padding: 10px 4%;
	background-color: #fff;
	box-sizing: border-box;
}

#footerLeft {
	float:left;
	line-height: 25px;
	padding: 10px;
}

#footerRight {
	float:right;
	line-height: 25px;
	padding: 10px;	
}

#footer p {

	}
/* End Structure */


/* Begin Sidebar */
#sidebar
{
 	float:left;
	width: 20%;
	min-height: 500px;
	padding: 8px;
	margin-top: 40px;
	margin-left: 1%;	
	border: 1px solid #1f248d;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
    box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  #sidebar {
	margin-top: 0;
  }
}

.sidebarEntry {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;	
}
/* End Sidebar */


/*	Begin Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica", Helvetica, Arial, Sans-Serif;
	color:#333333;
}	

h1 {
	padding: 0;
	margin: 0;
	}
	
.entry h2 {
	width: auto;
	clear:both;
	}

h2 {
	padding: 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	color:#131682;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.pageTitle {
	overflow: hidden;
	padding:5px;
	margin: 0 !important;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	background: #1b1fb2;
background: -moz-linear-gradient(top, #5362c8 0%, #1b1fb2 100%);
background: -webkit-linear-gradient(top, #5362c8 0%,#1b1fb2 100%);
background: linear-gradient(to bottom, #5362c8 0%,#1b1fb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5362c8', endColorstr='#1b1fb2',GradientType=0 );
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.req {
	color: #990000;
	font-weight: bold;	
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	float:left;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#sidebar .title {
   background-image: url("images/nav-bg.gif");
    width:100%
    height: 21px;
    display:block;
    padding: 5px 10px;
color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
   clear:both;
}

#sidebar .archive { width: 200px; }

#sidebar .archive 
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#sidebar .archive a
{
display: block;
background-color: #6561B5;
border-bottom: 1px solid #eee;
padding: 3px 3px 3px 10px;
width: 140px;
}

#sidebar .archive a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#sidebar .archive a:hover
{
background-color: #1c218d;
color: #fff;
}
#titleTLDZ a{
font-weight:bold;
text-decoration:none;
color:black;
}
.read-more{
text-decoration:none;
}
.asp_product_item{
    border: none !important;
    box-shadow: none !important;
}
#stripe_button_1{
    margin-top: -12px;
    margin-left: 14px;
}
#qrcode{
    margin: 20px 0px;
}

@media screen and (max-width: 920px) {
  
  #footerLeft,
  #footerRight {
	float:none;
  }
  #footerRight {
	border-top: 1px solid #ccc;
  }
}

@media screen and (max-width: 799px) {
  .post,
  #sidebar {
  float: none;
  overflow: hidden;
  width: auto;
  }
}
@media only screen and (max-width : 767px) {

  #homeSlideshow {
    display: none;
  }
  
  .actionItem {
    width: 48%;
    padding-bottom: 1em
  }
  
  .actionItem:nth-child(even) {
    margin-right: 0;
  }

}
@media only screen and (max-width : 479px) {
  
  .actionItem {
    width: 100%;
    float: none;
    overflow: hidden;
  }

}